Searched refs:N_PEXT (Results 1 – 6 of 6) sorted by relevance
395 if (MOSymbol.Type & MachO::N_PEXT) in printSymbol()
222 #define N_PEXT 0x10 /* private external bit */ macro936 offsetof(struct macho_global_data, flag), N_PEXT }, in macho_objfmt_output_symtable()
345 if (NType & MachO::N_PEXT) { in darwinPrintSymbol()362 if (NType & MachO::N_PEXT) in darwinPrintSymbol()
338 N_PEXT = 0x10, enumerator
1305 || (symtable->n_type >= N_PEXT) /* Debug symbol */
357 Type |= MachO::N_PEXT; in WriteNlist()