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

Public Attributes

ut64 addr
 
const char * name
 
const char * signature
 
bool is_external
 
bool is_method
 
bool is_virtual
 
bool is_trampoline
 
ut8 access
 
ut64 vtable_addr
 
ut64 call_conv
 

Detailed Description

Definition at line 21 of file dwarf_process.c.

Member Data Documentation

◆ access

ut8 dwarf_function_t::access

Definition at line 29 of file dwarf_process.c.

Referenced by parse_function().

◆ addr

ut64 dwarf_function_t::addr

Definition at line 22 of file dwarf_process.c.

Referenced by parse_function(), and sdb_save_dwarf_function().

◆ call_conv

ut64 dwarf_function_t::call_conv

Definition at line 31 of file dwarf_process.c.

◆ is_external

bool dwarf_function_t::is_external

Definition at line 25 of file dwarf_process.c.

Referenced by parse_function().

◆ is_method

bool dwarf_function_t::is_method

Definition at line 26 of file dwarf_process.c.

Referenced by parse_function().

◆ is_trampoline

bool dwarf_function_t::is_trampoline

Definition at line 28 of file dwarf_process.c.

Referenced by parse_function().

◆ is_virtual

bool dwarf_function_t::is_virtual

Definition at line 27 of file dwarf_process.c.

Referenced by parse_function().

◆ name

◆ signature

const char* dwarf_function_t::signature

Definition at line 24 of file dwarf_process.c.

Referenced by parse_function(), and sdb_save_dwarf_function().

◆ vtable_addr

ut64 dwarf_function_t::vtable_addr

Definition at line 30 of file dwarf_process.c.

Referenced by parse_function().


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