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

#include <mach0.h>

Public Attributes

ut64 offset
 
ut64 addr
 
st64 addend
 
ut8 type
 
int ord
 
int last
 
char name [256]
 
bool external
 
bool pc_relative
 
ut8 size
 
ut64 target
 

Detailed Description

Definition at line 71 of file mach0.h.

Member Data Documentation

◆ addend

st64 reloc_t::addend

Definition at line 74 of file mach0.h.

Referenced by get_relocs(), parse_import_ptr(), and relocs().

◆ addr

ut64 reloc_t::addr

◆ external

bool reloc_t::external

Definition at line 79 of file mach0.h.

Referenced by get_patchable_relocs(), and parse_relocation_info().

◆ last

int reloc_t::last

Definition at line 77 of file mach0.h.

◆ name

◆ offset

ut64 reloc_t::offset

Definition at line 72 of file mach0.h.

Referenced by _patch_reloc(), get_relocs(), parse_import_ptr(), parse_relocation_info(), and relocs().

◆ ord

int reloc_t::ord

Definition at line 76 of file mach0.h.

Referenced by get_relocs(), parse_relocation_info(), patch_relocs(), and relocs().

◆ pc_relative

bool reloc_t::pc_relative

Definition at line 80 of file mach0.h.

Referenced by _patch_reloc(), and parse_relocation_info().

◆ size

ut8 reloc_t::size

Definition at line 81 of file mach0.h.

Referenced by _patch_reloc(), and parse_relocation_info().

◆ target

ut64 reloc_t::target

Definition at line 82 of file mach0.h.

Referenced by patch_relocs(), and relocs().

◆ type


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