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

Public Member Functions

unrelocated_addr end_addr () const
 

Public Attributes

struct dwarf2_ciecie
 
unrelocated_addr initial_location
 
ULONGEST address_range
 
const gdb_byte * instructions
 
const gdb_byte * end
 
unsigned char eh_frame_p
 

Detailed Description

Definition at line 113 of file frame.c.

Member Function Documentation

◆ end_addr()

unrelocated_addr dwarf2_fde::end_addr ( ) const
inline

Definition at line 116 of file frame.c.

References address_range, and initial_location.

Referenced by bsearch_fde_cmp(), and dwarf2_frame_cache().

Member Data Documentation

◆ address_range

ULONGEST dwarf2_fde::address_range

Definition at line 129 of file frame.c.

Referenced by add_fde(), decode_frame_entry_1(), end_addr(), and fde_is_less_than().

◆ cie

struct dwarf2_cie* dwarf2_fde::cie

◆ eh_frame_p

unsigned char dwarf2_fde::eh_frame_p

◆ end

const gdb_byte* dwarf2_fde::end

Definition at line 133 of file frame.c.

Referenced by decode_frame_entry_1(), dwarf2_fetch_cfa_info(), and dwarf2_frame_cache().

◆ initial_location

unrelocated_addr dwarf2_fde::initial_location

◆ instructions

const gdb_byte* dwarf2_fde::instructions

Definition at line 132 of file frame.c.

Referenced by decode_frame_entry_1(), dwarf2_fetch_cfa_info(), and dwarf2_frame_cache().


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