GDB (xrefs)
|
#include "abbrev.h"
Public Attributes | |
unsigned int | number |
__extension__ enum dwarf_tag | tag: 16 |
bool | has_children |
bool | interesting |
unsigned short | size_if_constant |
unsigned short | sibling_offset |
unsigned short | num_attrs |
struct attr_abbrev | attrs [1] |
struct attr_abbrev abbrev_info::attrs[1] |
Definition at line 57 of file abbrev.h.
Referenced by cooked_indexer::index_imported_unit(), read_full_die_1(), cooked_indexer::scan_attributes(), and skip_one_die().
bool abbrev_info::has_children |
Definition at line 49 of file abbrev.h.
Referenced by gdb.dap.varref.VariableReference::_update_value(), cooked_indexer::index_dies(), abbrev_table::read(), read_full_die_1(), cooked_indexer::scan_attributes(), skip_one_die(), and gdb.dap.varref.BaseReference::to_object().
bool abbrev_info::interesting |
Definition at line 50 of file abbrev.h.
Referenced by cooked_indexer::index_dies(), and abbrev_table::read().
unsigned short abbrev_info::num_attrs |
Definition at line 54 of file abbrev.h.
Referenced by cooked_indexer::index_imported_unit(), abbrev_table::read(), read_full_die_1(), cooked_indexer::scan_attributes(), and skip_one_die().
unsigned int abbrev_info::number |
Definition at line 45 of file abbrev.h.
Referenced by abbrev_table::add_abbrev(), eq_abbrev(), abbrev_table::lookup_abbrev(), and abbrev_table::read().
unsigned short abbrev_info::sibling_offset |
Definition at line 52 of file abbrev.h.
Referenced by abbrev_table::read(), and skip_one_die().
unsigned short abbrev_info::size_if_constant |
Definition at line 51 of file abbrev.h.
Referenced by abbrev_table::read(), and skip_one_die().
__extension__ enum dwarf_tag abbrev_info::tag |
Definition at line 47 of file abbrev.h.
Referenced by cooked_indexer::index_dies(), abbrev_table::read(), read_full_die_1(), cooked_indexer::scan_attributes(), and tag_interesting_for_index().