pub struct RelocSection<'a> { /* private fields */ }
Expand description

An ELF section containing relocations, allowing lazy iteration over symbols.

Implementations

Parse a REL or RELA section of size filesz from offset.

Try to parse a single relocation from the binary, at index.

The number of relocations in the section.

Returns true if section has no relocations.

Iterate over all relocations.

Parse all relocations into a vector.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. 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.