Rizin
unix-like reverse engineering framework and cli tools
rz_bin_reloc_storage_t Struct Reference

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
 

Detailed Description

Efficient storage of relocations to query by address.

Definition at line 732 of file rz_bin.h.

Member Data Documentation

◆ relocs

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().

◆ relocs_count

size_t rz_bin_reloc_storage_t::relocs_count

◆ target_relocs

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().

◆ target_relocs_count

size_t rz_bin_reloc_storage_t::target_relocs_count

The documentation for this struct was generated from the following file: