N_STAB

Mask to use with nlist_64.n_type to check what the entry describes

Values

ValueMeaning
N_STAB0xe0

If any of these bits set, a symbolic debugging entry

Only symbolic debugging entries have some of the N_STAB bits set and if any of these bits are set then it is a symbolic debugging entry (a stab). In which case then the values of the n_type field (the entire field) are given in <mach-o/stab.h>

N_PEXT0x10

Private external symbol bit

N_TYPE0x0e

Mask for the type bits

N_EXT0x01

External symbol bit, set for external symbols

Meta