extern structstd.elf.Vernaux[src]

Fields

hash: Word
flags: Half
other: Half
name: Word
next: Word

Source Code

Source code
pub const Vernaux = extern struct {
    hash: Word,
    flags: Half,
    other: Half,
    name: Word,
    next: Word,
}