Rizin
unix-like reverse engineering framework and cli tools
|
#include <elf.h>
Public Attributes | |
ut64 | offset |
struct gnu_hash_table | data |
struct gnu_hash_table rz_bin_elf_gnu_hash_table_t::data |
Definition at line 65 of file elf.h.
Referenced by get_highest_chain_index_in_gnu_hash_table_buckets(), get_highest_symbol_index_in_gnu_hash_table_chains(), read_gnu_hash_table(), test_group_name.GroupTest::run(), and rz_bin_elf_get_number_of_symbols_from_gnu_hash_table().
ut64 rz_bin_elf_gnu_hash_table_t::offset |
offset of the dt_gnu_hash struct in memory
Definition at line 65 of file elf.h.
Referenced by read_gnu_hash_table(), and rz_bin_elf_get_number_of_symbols_from_gnu_hash_table().