structstd.dwarf.UT[src]

Values

Constantcompile[src]

Source Code

Source code
pub const compile = 0x01

Constant@"type"[src]

Source Code

Source code
pub const @"type" = 0x02

Constantpartial[src]

Source Code

Source code
pub const partial = 0x03

Constantskeleton[src]

Source Code

Source code
pub const skeleton = 0x04

Constantsplit_compile[src]

Source Code

Source code
pub const split_compile = 0x05

Constantsplit_type[src]

Source Code

Source code
pub const split_type = 0x06

Constantlo_user[src]

Source Code

Source code
pub const lo_user = 0x80

Constanthi_user[src]

Source Code

Source code
pub const hi_user = 0xff

Source Code

Source code
pub const UT = struct {
    pub const compile = 0x01;
    pub const @"type" = 0x02;
    pub const partial = 0x03;
    pub const skeleton = 0x04;
    pub const split_compile = 0x05;
    pub const split_type = 0x06;

    pub const lo_user = 0x80;
    pub const hi_user = 0xff;
}