|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Types | |
| enum | { attr_direct , attr_abstract_origin , attr_specification } |
Public Attributes | |
| ULONG_PTR | form |
| enum attribute:: { ... } | gotten_from |
| union { | |
| ULONG_PTR uvalue | |
| ULONGLONG lluvalue | |
| LONG_PTR svalue | |
| const char * string | |
| struct dwarf2_block block | |
| } | u |
| struct list | entry |
| strval | prefix |
| strval | localname |
| strval | qname |
| strval | value |
| struct reader_position | position |
| unsigned int | flags |
| anonymous enum |
| struct dwarf2_block attribute::block |
Definition at line 143 of file dwarf.c.
Referenced by dwarf2_compute_location_attr().
Definition at line 253 of file reader.c.
Referenced by xmlreader_GetQualifiedName().
| ULONG_PTR attribute::form |
Definition at line 135 of file dwarf.c.
Referenced by dwarf2_compute_location_attr(), and dwarf2_parse_abbrev_set().
| enum { ... } attribute::gotten_from |
Referenced by dwarf2_get_cpp_name(), and dwarf2_parse_subprogram().
| strval attribute::localname |
Definition at line 249 of file reader.c.
Referenced by reader_add_attr(), and xmlreader_GetQualifiedName().
| struct reader_position attribute::position |
Definition at line 252 of file reader.c.
Referenced by reader_add_attr().
| strval attribute::prefix |
Definition at line 248 of file reader.c.
Referenced by xmlreader_GetQualifiedName().
| strval attribute::qname |
Definition at line 250 of file reader.c.
Referenced by reader_add_attr().
Definition at line 142 of file dwarf.c.
Referenced by dwarf2_get_cpp_name(), and dwarf2_parse_compilation_unit().
| union { ... } attribute::u |
| ULONG_PTR attribute::uvalue |
Definition at line 139 of file dwarf.c.
Referenced by dwarf2_compute_location_attr(), dwarf2_get_cpp_name(), dwarf2_get_di_children(), dwarf2_parse_compilation_unit(), dwarf2_parse_subprogram(), dwarf2_parse_subprogram_label(), dwarf2_parse_udt_member(), dwarf2_read_one_debug_info(), and dwarf2_read_range().