PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
elf64_relocate.c File Reference
#include "common/elf.h"
Include dependency graph for elf64_relocate.c:

Go to the source code of this file.

Functions

uint64_t elf64_relocate (const Elf64_File *elf, Elf64_Addr base, Elf64_Off offset, void *(*resolve_symbol)(const char *name, void *private), void *private)
 Perform relocations on an ELF file loaded into memory.