Static Public Member Functions
eh_frame Class Reference

Static Public Member Functions

static fd_entry find_fde (register_state *state)
 

Detailed Description

Exception Header Framework

This is a pretty simple class. The entire .eh_frame ELF section exists to provide a list of FDEs that describe a specific call frame for unwinding. This class provides a means to lookup an FDE for any PC that the code might be executing from.

Definition at line 205 of file eh_frame.h.

Member Function Documentation

◆ find_fde()

fd_entry eh_frame::find_fde ( register_state state)
static

Definition at line 408 of file eh_frame.cpp.


The documentation for this class was generated from the following files: