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]impl<Endian: Endian> Rel for Rel32<Endian>[src]type Word = u32type Sword = i32type Endian = Endianfn 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]impl<Endian: Endian> Rel for Rel64<Endian>[src]