extern structstd.elf.Elf_Options[src]

Fields

kind: u8
size: u8
section: Elf32_Section
info: Word

Source Code

Source code
pub const Elf_Options = extern struct {
    kind: u8,
    size: u8,
    section: Elf32_Section,
    info: Word,
}