Searched refs:N_UNDF (Results 1 – 11 of 11) sorted by relevance
335 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()421 case MachO::N_UNDF: in darwinPrintSymbol()523 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && in darwinPrintSymbol()526 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) in darwinPrintSymbol()528 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol()552 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol()1354 U.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()1414 B.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()1472 L.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()1533 W.NType = MachO::N_EXT | MachO::N_UNDF; in dumpSymbolsFromDLInfoMachO()
124 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
285 case MachO::N_UNDF: // 0x0 undefined, n_sect == NO_SECT in dumpSymTabEntry()
165 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF) in transferSymbol()
137 N_UNDF = 0x0 variable1623 if type == N_UNDF:
345 case MachO::N_UNDF: in graphifyRegularSymbols()
873 case N_UNDF: in parseNonSectionSymbol()894 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0; in isUndef()
366 Type = MachO::N_UNDF; in writeNlist()
1734 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()1839 case MachO::N_UNDF : in getSymbolType()1871 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags()
311 N_UNDF = 0x0u, enumerator
3240 case N_UNDF: in ParseSymtab()4125 case N_UNDF: in ParseSymtab()