|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include "common/elf.h"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. | |