Rizin
unix-like reverse engineering framework and cli tools
|
#include <elf-bfd.h>
Classes | |
union | gotplt_union |
Public Attributes | |
struct bfd_link_hash_entry | root |
long | indx |
long | dynindx |
union elf_link_hash_entry::gotplt_union | got |
union gotplt_union | plt |
bfd_size_type | size |
unsigned int | type: 8 |
unsigned int | other: 8 |
unsigned int | ref_regular: 1 |
unsigned int | def_regular: 1 |
unsigned int | ref_dynamic: 1 |
unsigned int | def_dynamic: 1 |
unsigned int | ref_regular_nonweak: 1 |
unsigned int | dynamic_adjusted: 1 |
unsigned int | needs_copy: 1 |
unsigned int | needs_plt: 1 |
unsigned int | non_elf: 1 |
unsigned int | hidden: 1 |
unsigned int | forced_local: 1 |
unsigned int | dynamic: 1 |
unsigned int | mark: 1 |
unsigned int | non_got_ref: 1 |
unsigned int | dynamic_def: 1 |
unsigned int | dynamic_weak: 1 |
unsigned int | pointer_equality_needed: 1 |
unsigned long | dynstr_index |
union { | |
struct elf_link_hash_entry * weakdef | |
unsigned long elf_hash_value | |
} | u |
union { | |
Elf_Internal_Verdef * verdef | |
struct bfd_elf_version_tree * vertree | |
} | verinfo |
struct { | |
size_t size | |
bfd_boolean * used | |
struct elf_link_hash_entry * parent | |
} * | vtable |
union elf_link_hash_entry::gotplt_union elf_link_hash_entry::got |
struct elf_link_hash_entry* elf_link_hash_entry::parent |
Definition at line 212 of file elf-bfd.h.
Referenced by cmd_descs_generate.CmdDesc::_validate().
union gotplt_union elf_link_hash_entry::plt |
struct bfd_link_hash_entry elf_link_hash_entry::root |
bfd_size_type elf_link_hash_entry::size |
Definition at line 131 of file elf-bfd.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), and cmd_descs_generate.CmdDesc::get_handler_cname().
union { ... } elf_link_hash_entry::u |
bfd_boolean* elf_link_hash_entry::used |
Elf_Internal_Verdef* elf_link_hash_entry::verdef |
union { ... } elf_link_hash_entry::verinfo |
struct bfd_elf_version_tree* elf_link_hash_entry::vertree |
struct { ... } * elf_link_hash_entry::vtable |
struct elf_link_hash_entry* elf_link_hash_entry::weakdef |