Rizin
unix-like reverse engineering framework and cli tools
|
#include <elf.h>
Public Attributes | |
ut64 | sym |
int | type |
ut64 | mode |
st64 | addend |
exact addend value taken from the ELF, meaning depends on type More... | |
ut64 | offset |
exact offset value taken from the ELF, meaning depends on the binary type More... | |
ut64 | paddr |
absolute paddr in the file, calculated from offset, or UT64_MAX if no such addr exists More... | |
ut64 | vaddr |
source vaddr of the reloc, calculated from offset More... | |
ut64 | target_vaddr |
after patching, the target that this reloc points to More... | |
ut16 | section |
ut64 | sto |
st64 rz_bin_elf_reloc_t::addend |
exact addend value taken from the ELF, meaning depends on type
Definition at line 147 of file elf.h.
Referenced by get_import_addr_arm(), and get_reloc_entry().
ut64 rz_bin_elf_reloc_t::mode |
Definition at line 146 of file elf.h.
Referenced by get_reloc_entry(), and test_group_name.GroupTest::run().
ut64 rz_bin_elf_reloc_t::offset |
exact offset value taken from the ELF, meaning depends on the binary type
Definition at line 148 of file elf.h.
Referenced by fix_rva_and_offset_exec_file(), fix_rva_and_offset_relocable_file(), and get_reloc_entry().
ut64 rz_bin_elf_reloc_t::paddr |
absolute paddr in the file, calculated from offset, or UT64_MAX if no such addr exists
Definition at line 149 of file elf.h.
Referenced by fix_rva_and_offset_exec_file(), fix_rva_and_offset_relocable_file(), and get_got_entry().
ut64 rz_bin_elf_reloc_t::sym |
Definition at line 144 of file elf.h.
Referenced by get_import_addr(), and get_reloc_entry().
ut64 rz_bin_elf_reloc_t::target_vaddr |
int rz_bin_elf_reloc_t::type |
Definition at line 145 of file elf.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(), cmd_descs_generate.CmdDesc::get_handler_cname(), get_import_addr_arm(), get_import_addr_aux(), get_import_addr_sparc(), and get_reloc_entry().
ut64 rz_bin_elf_reloc_t::vaddr |
source vaddr of the reloc, calculated from offset
Definition at line 150 of file elf.h.
Referenced by fix_rva_and_offset_exec_file(), fix_rva_and_offset_relocable_file(), and get_import_addr_x86_manual().