#include <stdio.h>#include <stdlib.h>#include <libarch/rtld/elf_dyn.h>#include <rtld/symbol.h>#include <rtld/rtld.h>#include <rtld/rtld_debug.h>#include <rtld/rtld_arch.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 reloc.c.
1.4.7