pub struct EhHdrTableIter<'a, 'bases, R: Reader> { /* private fields */ }
Expand description

An iterator for .eh_frame_hdr section’s binary search table.

Each table entry consists of a tuple containing an initial_location and address. The initial location represents the first address that the targeted FDE is able to decode. The address is the address of the FDE in the .eh_frame section. The address can be converted with EhHdrTable::pointer_to_offset and EhFrame::fde_from_offset to an FDE.

Implementations

Yield the next entry in the EhHdrTableIter.

Yield the nth entry in the EhHdrTableIter

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.