Struct gimli::read::EhFrameHdr [−][src]
pub struct EhFrameHdr<R: Reader>(_);Expand description
EhFrameHdr contains the information about the .eh_frame_hdr section.
A pointer to the start of the .eh_frame data, and optionally, a binary
search table of pointers to the .eh_frame records that are found in this section.
Implementations
Parses this EhFrameHdr to a ParsedEhFrameHdr.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Returns the ELF section name for this type.
Returns the ELF section name (if any) for this type when used in a dwo file. Read more
Try to load the section using the given loader function.
fn lookup_offset_id(&self, id: ReaderOffsetId) -> Option<(SectionId, R::Offset)> where
R: Reader,
fn lookup_offset_id(&self, id: ReaderOffsetId) -> Option<(SectionId, R::Offset)> where
R: Reader,
Returns the Reader for this section.
Auto Trait Implementations
impl<R> RefUnwindSafe for EhFrameHdr<R> where
R: RefUnwindSafe,
impl<R> Send for EhFrameHdr<R> where
R: Send,
impl<R> Sync for EhFrameHdr<R> where
R: Sync,
impl<R> Unpin for EhFrameHdr<R> where
R: Unpin,
impl<R> UnwindSafe for EhFrameHdr<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.