Struct macho::Section [] [src]

pub struct Section {
    pub sectname: String,
    pub segname: String,
    pub addr: u64,
    pub size: u64,
    pub offset: u32,
    pub align: u32,
    pub reloff: u32,
    pub nreloc: u32,
    pub flags: u32,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for Section
[src]

Formats the value using the given formatter.