Struct xmas_elf::sections::Rela [] [src]

pub struct Rela<P> {
    // some fields omitted
}

Methods

impl Rela<P32>
[src]

fn get_offset(&self) -> u32

fn get_addend(&self) -> u32

fn get_symbol_table_index(&self) -> u32

fn get_type(&self) -> u8

impl Rela<P64>
[src]

fn get_offset(&self) -> u64

fn get_addend(&self) -> u64

fn get_symbol_table_index(&self) -> u32

fn get_type(&self) -> u32

Trait Implementations

impl<P: Debug> Debug for Rela<P>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<P> Pod for Rela<P>
[src]