Struct object::elf::Rel32 [−][src]
Expand description
Relocation table entry without explicit addend.
Fields
r_offset: U32<E>
Relocation address.
r_info: U32<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 Rel32<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Rel32<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more