#include <sys/types.h>#include <elf.h>Go to the source code of this file.
| Data Structures | |
| struct | symtab_t | 
| Functions | |
| int | symtab_addr_to_name (symtab_t *st, uintptr_t addr, char **name, size_t *offs) | 
| Convert symbol address to name. | |
| void | symtab_delete (symtab_t *st) | 
| Delete a symtab structure. | |
| int | symtab_load (const char *file_name, symtab_t **symtab) | 
| Load symbol table from an ELF file. | |
| int | symtab_name_to_addr (symtab_t *st, char *name, uintptr_t *addr) | 
| Convert symbol name to address. | |
Definition in file symtab.h.
 1.4.7
 1.4.7