Struct gimli::ParsedEhFrameHdr [] [src]

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

ParsedEhFrameHdr contains the parsed information fron the .eh_frame section.

Methods

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

[src]

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

[src]

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

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[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