Struct gimli::read::ParsedEhFrameHdr [−][src]
pub struct ParsedEhFrameHdr<R: Reader> { /* fields omitted */ }
Expand description
ParsedEhFrameHdr
contains the parsed information from the .eh_frame_hdr
section.
Implementations
Returns the address of the binary’s .eh_frame
section.
Retrieves the CFI binary search table, if there is one.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for ParsedEhFrameHdr<R> where
R: RefUnwindSafe,
impl<R> Send for ParsedEhFrameHdr<R> where
R: Send,
impl<R> Sync for ParsedEhFrameHdr<R> where
R: Sync,
impl<R> Unpin for ParsedEhFrameHdr<R> where
R: Unpin,
impl<R> UnwindSafe for ParsedEhFrameHdr<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more