16 if (symbolIndex >= symCount)
Elf64_Sym * elf64_get_dynamic_symbol_by_index(const Elf64_File *elf, Elf64_Xword symbolIndex)
Get a dynamic symbol by its index from the dynamic symbol table.
#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.
#define NULL
Pointer error value.
__UINTPTR_TYPE__ uintptr_t
ELF File Helper structure.
Elf64_Shdr * dynsym
The dynamic 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.