#include <bool.h>#include <rtld/elf_dyn.h>#include <libarch/rtld/dynamic.h>Go to the source code of this file.
Data Structures | |
| struct | dyn_info |
| Holds the data extracted from an ELF Dynamic section. More... | |
Typedefs | |
| typedef dyn_info | dyn_info_t |
| Holds the data extracted from an ELF Dynamic section. | |
Functions | |
| void | dyn_parse_arch (elf_dyn_t *dp, size_t bias, dyn_info_t *info) |
| void | dynamic_parse (elf_dyn_t *dyn_ptr, size_t bias, dyn_info_t *info) |
Definition in file dynamic.h.
1.4.7