nlist_64

An entry in a list of symbols for 64-bits architectures

Said symbols can be used to describe many different type of data, including STABS debug infos. Introduced in MacOSX 10.8 SDK.

extern (C) nothrow @nogc pure
struct nlist_64 {
ushort n_desc;
ulong n_value;
}

Members

Aliases

n_un
alias n_un = n_strx

Compatibility alias, as n_strx is in an union in C code

Variables

n_sect
ubyte n_sect;

Section number (note that 0 means NO_SECT)

n_strx
uint n_strx;

Index of this symbol's name into the string table

n_type
ubyte n_type;

A bitfield that describes the type of this symbol

See Also

Meta