Trait object::read::elf::Rel [−][src]
A trait for generic access to Rel32
and Rel64
.
A trait for generic access to Rel32
and Rel64
.
fn r_offset(&self, endian: Self::Endian) -> Self::Word
[src]fn r_info(&self, endian: Self::Endian) -> Self::Word
[src]fn r_sym(&self, endian: Self::Endian) -> u32
[src]fn r_type(&self, endian: Self::Endian) -> u32
[src]