#include <rtld/rtld.h>#include <loader/pcb.h>Go to the source code of this file.
Functions | |
| void | module_process_pre_arch (module_t *m) |
| void | rel_table_process (module_t *m, elf_rel_t *rt, size_t rt_size) |
| Process (fixup) all relocations in a relocation table. | |
| void | rela_table_process (module_t *m, elf_rela_t *rt, size_t rt_size) |
Definition in file rtld_arch.h.
1.4.7