Struct gimli::Encoding [−][src]
#[repr(C)]pub struct Encoding { pub address_size: u8, pub format: Format, pub version: u16, }
Encoding parameters that are commonly used for multiple DWARF sections.
This is intended to be small enough to pass by value.
Fields
address_size: u8
The size of an address.
format: Format
Whether the DWARF format is 32- or 64-bit.
version: u16
The DWARF version of the header.