Struct object::read::elf::RelocationSections[][src]

pub struct RelocationSections { /* fields omitted */ }
Expand description

A mapping from section index to associated relocation sections.

Implementations

Create a new mapping using the section table.

Skips relocation sections that do not use the given symbol table section.

Given a section index, return the section index of the associated relocation section.

This may also be called with a relocation section index, and it will return the next associated relocation section.

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

Performs the conversion.

Performs the conversion.

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.