Searched refs:N_INDR (Results 1 – 6 of 6) sorted by relevance
213 #define N_INDR 0xa macro
16 # This is testing that an N_INDR symbol gets its alias name, the "(for ...)"
330 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()362 case MachO::N_INDR: in darwinPrintSymbol()423 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()749 case MachO::N_INDR: in getSymbolNMTypeChar()
369 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()374 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()499 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags()
347 Type = MachO::N_INDR; in WriteNlist()
354 N_INDR = 0xau enumerator