17 return &strTable[symbol->
st_name];
#define ELF64_AT_OFFSET(elf, offset)
Get a pointer to a location in the ELF file at the given offset.
const char * elf64_get_dynamic_symbol_name(const Elf64_File *elf, const Elf64_Sym *symbol)
Get the name of a dynamic symbol.
#define ELF64_GET_SHDR(elf, index)
Get the section header at the given index from an ELF file.
#define NULL
Pointer error value.
ELF File Helper structure.
Elf64_Shdr * dynsym
The dynamic symbol table section, or NULL if not found.
Elf64_Off sh_offset
Section's file offset in bytes.
ELF64 Symbol Table Entry.