#include <rtld/rtld.h>
#include <elf.h>
Go to the source code of this file.
Functions | |
elf_symbol_t * | symbol_bfs_find (const char *name, module_t *start, module_t **mod) |
Find the definition of a symbol in a module and its deps. | |
elf_symbol_t * | symbol_def_find (const char *name, module_t *origin, module_t **mod) |
Find the definition of a symbol. | |
void * | symbol_get_addr (elf_symbol_t *sym, module_t *m) |
Definition in file symbol.h.