GDB (xrefs)
|
#include "abbrev.h"
Public Member Functions | |
const struct abbrev_info * | lookup_abbrev (unsigned int abbrev_number) const |
Static Public Member Functions | |
static abbrev_table_up | read (struct dwarf2_section_info *section, sect_offset sect_off) |
Public Attributes | |
const sect_offset | sect_off |
struct dwarf2_section_info * | section |
Private Member Functions | |
abbrev_table (sect_offset off, struct dwarf2_section_info *sect) | |
DISABLE_COPY_AND_ASSIGN (abbrev_table) | |
void | add_abbrev (struct abbrev_info *abbrev) |
Private Attributes | |
htab_up | m_abbrevs |
auto_obstack | m_abbrev_obstack |
|
private |
|
private |
Definition at line 72 of file abbrev.c.
References m_abbrevs, and abbrev_info::number.
Referenced by read().
|
private |
|
inline |
Definition at line 77 of file abbrev.h.
References m_abbrevs, and abbrev_info::number.
Referenced by peek_die_abbrev(), and read_full_die_1().
|
static |
Definition at line 120 of file abbrev.c.
References abbrev_table(), add_abbrev(), dwarf2_section_info::buffer, attr_abbrev::form, dwarf2_section_info::get_bfd_owner(), abbrev_info::has_children, attr_abbrev::implicit_const, abbrev_info::interesting, m_abbrev_obstack, attr_abbrev::name, abbrev_info::num_attrs, abbrev_info::number, read_1_byte(), read_signed_leb128(), read_unsigned_leb128(), dwarf2_section_info::readin, sect_off, section, abbrev_info::sibling_offset, size, abbrev_info::size_if_constant, abbrev_info::tag, and tag_interesting_for_index().
Referenced by build_type_psymtabs(), cutu_reader::cutu_reader(), cutu_reader::cutu_reader(), and read_cutu_die_from_dwo().
|
private |
|
private |
Definition at line 103 of file abbrev.h.
Referenced by add_abbrev(), and lookup_abbrev().
const sect_offset abbrev_table::sect_off |
Definition at line 89 of file abbrev.h.
Referenced by cutu_reader::cutu_reader(), abbrev_cache::eq_table(), abbrev_cache::hash_table(), and read().
struct dwarf2_section_info* abbrev_table::section |
Definition at line 91 of file abbrev.h.
Referenced by abbrev_cache::eq_table(), and read().