[][src]Crate object

object

The object crate provides a unified interface to working with object files across platforms.

See the File struct for details.

Re-exports

pub use target_lexicon;
pub use uuid;
pub use read::*;

Modules

read

Interface for reading object files.

write

Interface for writing object files.

Enums

RelocationEncoding

Information about how the result of the relocation operation is encoded in the place.

RelocationKind

The operation used to calculate the result of the relocation.

SectionKind

The kind of a section.

SymbolKind

The kind of a symbol.

SymbolScope

A symbol scope.