GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
comp_unit Struct Reference

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
 

Detailed Description

Definition at line 145 of file frame.c.

Constructor & Destructor Documentation

◆ comp_unit()

comp_unit::comp_unit ( struct objfile * objf)
inline

Definition at line 147 of file frame.c.

Member Data Documentation

◆ abfd

bfd* comp_unit::abfd

Definition at line 153 of file frame.c.

Referenced by decode_frame_entry_1(), and read_encoded_value().

◆ dbase

bfd_vma comp_unit::dbase = 0

Definition at line 165 of file frame.c.

Referenced by read_encoded_value().

◆ dwarf_frame_buffer

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().

◆ dwarf_frame_section

asection* comp_unit::dwarf_frame_section = nullptr

Definition at line 162 of file frame.c.

Referenced by decode_frame_entry(), and read_encoded_value().

◆ dwarf_frame_size

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().

◆ fde_table

dwarf2_fde_table comp_unit::fde_table

Definition at line 171 of file frame.c.

Referenced by dwarf2_frame_find_fde().

◆ obstack

auto_obstack comp_unit::obstack

Definition at line 174 of file frame.c.

Referenced by decode_frame_entry_1().

◆ tbase

bfd_vma comp_unit::tbase = 0

Definition at line 168 of file frame.c.

Referenced by read_encoded_value().


The documentation for this struct was generated from the following file: