extern structstd.macho.nlist[src]

Fields

n_strx: u32
n_type: u8
n_sect: u8
n_desc: i16
n_value: u32

Source Code

Source code
pub const nlist = extern struct {
    n_strx: u32,
    n_type: u8,
    n_sect: u8,
    n_desc: i16,
    n_value: u32,
}