Searched refs:N_STAB (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h111 * unsigned char N_STAB:3,
117 #define N_STAB 0xe0 /* if any of these bits set, a symbolic debugging entry */ macro
123 * Only symbolic debugging entries have some of the N_STAB bits set and if any
152 * The n_value field for all symbol table entries (including N_STAB's) gets
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c211 if (sym[i].n_type & N_STAB) continue;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c162 if (n_type & N_STAB) {
208 "Invalid N_STAB symbol type: %u.", n_type);
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c974 if (sym[i].n_type & N_STAB) continue;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4673 if (sym[i].n_type & N_STAB) {

Completed in 46 milliseconds