pub type RelocationEntryReader<'a> = SectionLimited<'a, RelocationEntry>;
Expand description
Reader for relocation entries within a reloc.*
section.
Aliased Typeยง
struct RelocationEntryReader<'a> { /* private fields */ }
pub type RelocationEntryReader<'a> = SectionLimited<'a, RelocationEntry>;
Reader for relocation entries within a reloc.*
section.
struct RelocationEntryReader<'a> { /* private fields */ }