Struct object::File [] [src]

pub struct File<'a> { /* fields omitted */ }

An object file.

Methods

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

[src]

Parse the raw object file data.

[src]

Get the contents of the section named section_name, if such a section exists.

[src]

Get a Vec of the symbols defined in the file.

[src]

Return true if the file is little endian, false if it is big endian.