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

#include <mybfd.h>

Public Attributes

struct bfd_symbol ** sym_ptr_ptr
 
bfd_size_type address
 
bfd_vma addend
 
reloc_howto_typehowto
 

Detailed Description

Definition at line 1963 of file mybfd.h.

Member Data Documentation

◆ addend

bfd_vma reloc_cache_entry::addend

Definition at line 1971 of file mybfd.h.

◆ address

bfd_size_type reloc_cache_entry::address

Definition at line 1968 of file mybfd.h.

Referenced by capstone.CsInsn::__repr__().

◆ howto

reloc_howto_type* reloc_cache_entry::howto

Definition at line 1974 of file mybfd.h.

◆ sym_ptr_ptr

struct bfd_symbol** reloc_cache_entry::sym_ptr_ptr

Definition at line 1965 of file mybfd.h.


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