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 ...)"
292 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()324 case MachO::N_INDR: in darwinPrintSymbol()385 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()618 case MachO::N_INDR: in getSymbolNMTypeChar()
350 N_INDR = 0xau enumerator
492 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()497 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()623 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags()
346 Type = MachO::N_INDR; in WriteNlist()