Struct object::elf::Rel64 [−][src]
Expand description
Relocation table entry without explicit addend.
Fields
r_offset: U64<E>Relocation address.
r_info: U64<E>Relocation type and symbol index.
Implementations
Calculate the r_info field given the r_sym and r_type components.
Set the r_info field given the r_sym and r_type components.
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Rel64<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Rel64<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more