16 if (symbolIndex >= symCount)
#define ELF64_AT_OFFSET(elf, offset)
Get a pointer to a location in the ELF file at the given offset.
uint64_t Elf64_Xword
ELF64 Unsigned long integer.
Elf64_Sym * elf64_get_symbol_by_index(const Elf64_File *elf, Elf64_Xword symbolIndex)
Get a symbol by its index from the symbol table.
#define NULL
Pointer error value.
__UINTPTR_TYPE__ uintptr_t
ELF File Helper structure.
Elf64_Shdr * symtab
The symbol table section, or NULL if not found.
Elf64_Xword sh_size
Section size in bytes.
Elf64_Off sh_offset
Section's file offset in bytes.
ELF64 Symbol Table Entry.