Struct xmas_elf::ElfFile [] [src]

pub struct ElfFile<'a> {
    pub input: &'a [u8],
    pub header: Header<'a>,
}

Fields

Methods

impl<'a> ElfFile<'a>
[src]

[src]

[src]

Important traits for SectionIter<'b, 'a>
[src]

[src]

Important traits for ProgramIter<'b, 'a>
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for ElfFile<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Extensions<'a> for ElfFile<'a>
[src]

[src]

Parse and return the value of the .note.gnu.build-id section, if it exists and is well-formed. Read more

Parse and return the value of the .gnu_debuglink section, if it exists and is well-formed. Read more

Auto Trait Implementations

impl<'a> Send for ElfFile<'a>

impl<'a> Sync for ElfFile<'a>