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