#include <stdio.h>#include <stdlib.h>#include <rtld/rtld.h>#include <rtld/rtld_debug.h>#include <rtld/symbol.h>#include <elf.h>Go to the source code of this file.
| Functions | |
| static elf_symbol_t * | def_find_in_module (const char *name, module_t *m) | 
| static elf_word | elf_hash (const unsigned char *name) | 
| 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.c.
 1.4.7
 1.4.7