Searched refs:NType (Results 1 – 6 of 6) sorted by relevance
321 uint8_t NType; member391 uint8_t NType = 0; in darwinPrintSymbol() local400 NType |= MachO::N_EXT; in darwinPrintSymbol()402 NType |= MachO::N_PEXT; in darwinPrintSymbol()404 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()409 NType |= MachO::N_SECT; in darwinPrintSymbol()427 NType = STE_64.n_type; in darwinPrintSymbol()433 NType = S.NType; in darwinPrintSymbol()445 NType = STE.n_type; in darwinPrintSymbol()451 NType = S.NType; in darwinPrintSymbol()[all …]
379 struct NType { struct380 NType(IO &) : Type(RelocType(0)) {} in NType() argument381 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument417 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()421 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()425 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()429 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
214 uint8_t NType; member236 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument238 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
1690 uint8_t NType = 0; in checkSymbolTable() local1701 NType = STE_64.n_type; in checkSymbolTable()1708 NType = STE.n_type; in checkSymbolTable()1714 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()1715 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()1720 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()1727 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()1728 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
1089 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local1092 if (NType & MachO::N_STAB) in disassembleObject()1884 uint8_t NType = in printSymbol() local1887 if (NType & MachO::N_STAB) in printSymbol()
4893 * testsuite/util/testsuite_tr1.h (NType, TType, SLType, PODType): Add.