GDB (xrefs)
|
Public Member Functions | |
comp_unit (struct objfile *objf) | |
Public Attributes | |
bfd * | abfd |
const gdb_byte * | dwarf_frame_buffer = nullptr |
bfd_size_type | dwarf_frame_size = 0 |
asection * | dwarf_frame_section = nullptr |
bfd_vma | dbase = 0 |
bfd_vma | tbase = 0 |
dwarf2_fde_table | fde_table |
auto_obstack | obstack |
bfd* comp_unit::abfd |
Definition at line 153 of file frame.c.
Referenced by decode_frame_entry_1(), and read_encoded_value().
bfd_vma comp_unit::dbase = 0 |
Definition at line 165 of file frame.c.
Referenced by read_encoded_value().
const gdb_byte* comp_unit::dwarf_frame_buffer = nullptr |
Definition at line 156 of file frame.c.
Referenced by decode_frame_entry(), decode_frame_entry_1(), and read_encoded_value().
asection* comp_unit::dwarf_frame_section = nullptr |
Definition at line 162 of file frame.c.
Referenced by decode_frame_entry(), and read_encoded_value().
bfd_size_type comp_unit::dwarf_frame_size = 0 |
Definition at line 159 of file frame.c.
Referenced by decode_frame_entry(), and decode_frame_entry_1().
dwarf2_fde_table comp_unit::fde_table |
Definition at line 171 of file frame.c.
Referenced by dwarf2_frame_find_fde().
auto_obstack comp_unit::obstack |
Definition at line 174 of file frame.c.
Referenced by decode_frame_entry_1().
bfd_vma comp_unit::tbase = 0 |
Definition at line 168 of file frame.c.
Referenced by read_encoded_value().