Struct xmas_elf::sections::Rela
[−]
[src]
#[repr(C)]pub struct Rela<P> { /* fields omitted */ }
Methods
impl Rela<P32>[src]
pub fn get_offset(&self) -> u32[src]
pub fn get_addend(&self) -> u32[src]
pub fn get_symbol_table_index(&self) -> u32[src]
pub fn get_type(&self) -> u8[src]
impl Rela<P64>[src]
pub fn get_offset(&self) -> u64[src]
pub fn get_addend(&self) -> u64[src]
pub fn get_symbol_table_index(&self) -> u32[src]
pub fn get_type(&self) -> u32[src]
Trait Implementations
impl<P: Debug> Debug for Rela<P>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more