symbol Struct Reference

Back to the index.

Public Attributes | List of all members
symbol Struct Reference

#include <symbol.h>

Public Attributes

struct symbolnext
 
uint64_t addr
 
uint64_t len
 
char * name
 
int type
 
int n_args
 

Detailed Description

Definition at line 37 of file symbol.h.

Member Data Documentation

◆ addr

uint64_t symbol::addr

Definition at line 39 of file symbol.h.

Referenced by add_symbol_name(), get_symbol_addr(), sym_addr_compare(), and symbol_recalc_sizes().

◆ len

uint64_t symbol::len

Definition at line 40 of file symbol.h.

Referenced by add_symbol_name(), symbol_readfile(), and symbol_recalc_sizes().

◆ n_args

int symbol::n_args

Definition at line 44 of file symbol.h.

Referenced by add_symbol_name().

◆ name

char* symbol::name

Definition at line 41 of file symbol.h.

Referenced by add_symbol_name(), get_symbol_addr(), and symbol_demangle_cplusplus().

◆ next

struct symbol* symbol::next

Definition at line 38 of file symbol.h.

Referenced by add_symbol_name(), get_symbol_addr(), and symbol_recalc_sizes().

◆ type

int symbol::type

Definition at line 42 of file symbol.h.

Referenced by add_symbol_name(), and symbol_readfile().


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

Generated on Tue Aug 25 2020 19:25:06 for GXemul by doxygen 1.8.18