Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_bin_dwarf.h>
Public Attributes | |
ut64 | attr_name |
ut64 | attr_form |
RzBinDwarfAttrKind | kind |
union { | |
ut64 address | |
RzBinDwarfBlock block | |
ut64 uconstant | |
st64 sconstant | |
ut8 flag | |
ut64 reference | |
struct { | |
const char * content | |
ut64 offset | |
} string | |
}; | |
Definition at line 701 of file rz_bin_dwarf.h.
union { ... } |
ut64 dwarf_attr_kind::address |
Definition at line 709 of file rz_bin_dwarf.h.
Referenced by capstone.CsInsn::__repr__().
ut64 dwarf_attr_kind::attr_form |
Definition at line 703 of file rz_bin_dwarf.h.
Referenced by parse_die().
ut64 dwarf_attr_kind::attr_name |
Definition at line 702 of file rz_bin_dwarf.h.
Referenced by find_attr(), find_attr_idx(), parse_atomic_type(), parse_die(), parse_enumerator(), parse_function(), parse_struct_member(), and parse_typedef().
RzBinDwarfBlock dwarf_attr_kind::block |
Definition at line 710 of file rz_bin_dwarf.h.
Referenced by parse_dwarf_location().
const char* dwarf_attr_kind::content |
Definition at line 716 of file rz_bin_dwarf.h.
ut8 dwarf_attr_kind::flag |
Definition at line 713 of file rz_bin_dwarf.h.
RzBinDwarfAttrKind dwarf_attr_kind::kind |
Definition at line 704 of file rz_bin_dwarf.h.
Referenced by parse_die(), and parse_dwarf_location().
ut64 dwarf_attr_kind::offset |
Definition at line 717 of file rz_bin_dwarf.h.
ut64 dwarf_attr_kind::reference |
Definition at line 714 of file rz_bin_dwarf.h.
Referenced by get_spec_die_type(), parse_die(), parse_dwarf_location(), parse_enum_type(), parse_structure_type(), and parse_type().
st64 dwarf_attr_kind::sconstant |
Definition at line 712 of file rz_bin_dwarf.h.
struct { ... } dwarf_attr_kind::string |
Referenced by parse_die().
ut64 dwarf_attr_kind::uconstant |
Definition at line 711 of file rz_bin_dwarf.h.
Referenced by get_die_size(), and parse_die().