Searched refs:NType (Results 1 – 6 of 6) sorted by relevance
239 uint8_t NType; member329 uint8_t NType = 0; in darwinPrintSymbol() local338 NType |= MachO::N_EXT; in darwinPrintSymbol()340 NType |= MachO::N_PEXT; in darwinPrintSymbol()342 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()347 NType |= MachO::N_SECT; in darwinPrintSymbol()365 NType = STE_64.n_type; in darwinPrintSymbol()371 NType = S.NType; in darwinPrintSymbol()383 NType = STE.n_type; in darwinPrintSymbol()389 NType = S.NType; in darwinPrintSymbol()[all …]
384 struct NType { struct385 NType(IO &) : Type(RelocType(0)) {} in NType() function386 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function422 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()426 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()430 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()435 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
225 uint8_t NType; member247 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument249 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
1191 uint8_t NType = in mapRangeAddress() local1194 if (NType & MachO::N_STAB) in mapRangeAddress()
1702 uint8_t NType = 0; in checkSymbolTable() local1713 NType = STE_64.n_type; in checkSymbolTable()1720 NType = STE.n_type; in checkSymbolTable()1726 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()1727 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()1732 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()1739 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()1740 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
1350 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local1353 if (NType & MachO::N_STAB) in disassembleObject()2418 uint8_t NType = in printSymbol() local2421 if (NType & MachO::N_STAB) in printSymbol()