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

#include <mach0.h>

Public Attributes

ut64 offset
 
ut64 addr
 
ut64 size
 
int bits
 
int type
 
bool is_imported
 
char * name
 
bool last
 

Detailed Description

Definition at line 54 of file mach0.h.

Member Data Documentation

◆ addr

ut64 symbol_t::addr

Definition at line 56 of file mach0.h.

Referenced by assign_export_symbol_t(), get_symbols_list(), parse_import_stub(), and symbols().

◆ bits

int symbol_t::bits

Definition at line 58 of file mach0.h.

Referenced by symbols().

◆ is_imported

bool symbol_t::is_imported

Definition at line 60 of file mach0.h.

Referenced by get_symbols_list(), parse_import_stub(), and symbols().

◆ last

bool symbol_t::last

Definition at line 62 of file mach0.h.

Referenced by symbols().

◆ name

◆ offset

ut64 symbol_t::offset

Definition at line 55 of file mach0.h.

Referenced by assign_export_symbol_t(), get_symbols_list(), parse_import_stub(), and symbols().

◆ size

ut64 symbol_t::size

Definition at line 57 of file mach0.h.

Referenced by assign_export_symbol_t(), parse_import_stub(), and symbols().

◆ type


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