Rizin
unix-like reverse engineering framework and cli tools
|
Efficient storage of relocations to query by address. More...
#include <rz_bin.h>
Public Attributes | |
RzBinReloc ** | relocs |
all relocs, ordered by their vaddr More... | |
size_t | relocs_count |
RzBinReloc ** | target_relocs |
all relocs that have a valid target_vaddr, ordered by their target_vaddr. size is target_relocs_count! More... | |
size_t | target_relocs_count |
RzBinReloc** rz_bin_reloc_storage_t::relocs |
all relocs, ordered by their vaddr
Definition at line 733 of file rz_bin.h.
Referenced by rz_bin_reloc_storage_free(), rz_bin_reloc_storage_get_reloc_in(), and rz_bin_reloc_storage_new().
size_t rz_bin_reloc_storage_t::relocs_count |
Definition at line 734 of file rz_bin.h.
Referenced by rz_bin_reloc_storage_free(), rz_bin_reloc_storage_get_reloc_in(), and rz_bin_reloc_storage_new().
RzBinReloc** rz_bin_reloc_storage_t::target_relocs |
all relocs that have a valid target_vaddr, ordered by their target_vaddr. size is target_relocs_count!
Definition at line 735 of file rz_bin.h.
Referenced by rz_bin_reloc_storage_free(), rz_bin_reloc_storage_get_reloc_to(), and rz_bin_reloc_storage_new().
size_t rz_bin_reloc_storage_t::target_relocs_count |
Definition at line 736 of file rz_bin.h.
Referenced by rz_bin_reloc_storage_get_reloc_to(), rz_bin_reloc_storage_new(), and rz_bin_reloc_storage_targets_available().