Struct gimli::ParsedEhFrameHdr[][src]

pub struct ParsedEhFrameHdr<R: Reader> { /* fields omitted */ }

ParsedEhFrameHdr contains the parsed information from the .eh_frame_hdr section.

Methods

impl<R: Reader> ParsedEhFrameHdr<R>
[src]

Returns the address of the binary's .eh_frame section.

Retrieves the CFI binary search table, if there is one.

Trait Implementations

impl<R: Clone + Reader> Clone for ParsedEhFrameHdr<R>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<R: Debug + Reader> Debug for ParsedEhFrameHdr<R>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<R> Send for ParsedEhFrameHdr<R> where
    R: Send

impl<R> Sync for ParsedEhFrameHdr<R> where
    R: Sync