Struct gimli::read::ParsedEhFrameHdr
source · pub struct ParsedEhFrameHdr<R: Reader> { /* private fields */ }
Expand description
ParsedEhFrameHdr
contains the parsed information from the .eh_frame_hdr
section.
Implementations§
source§impl<R: Reader> ParsedEhFrameHdr<R>
impl<R: Reader> ParsedEhFrameHdr<R>
sourcepub fn eh_frame_ptr(&self) -> Pointer
pub fn eh_frame_ptr(&self) -> Pointer
Returns the address of the binary’s .eh_frame
section.
sourcepub fn table(&self) -> Option<EhHdrTable<'_, R>>
pub fn table(&self) -> Option<EhHdrTable<'_, R>>
Retrieves the CFI binary search table, if there is one.