Searched refs:NType (Results 1 – 5 of 5) sorted by relevance
232 uint8_t NType; member322 uint8_t NType = 0; in darwinPrintSymbol() local364 NType = S.NType; in darwinPrintSymbol()376 NType = STE.n_type; in darwinPrintSymbol()382 NType = S.NType; in darwinPrintSymbol()576 uint8_t NType; member615 if (I.NType == NType) in getDarwinStabString()625 uint8_t NType; in darwinPrintStab() local631 NType = STE_64.n_type; in darwinPrintStab()636 NType = STE.n_type; in darwinPrintStab()[all …]
383 struct NType { struct384 NType(IO &) : Type(RelocType(0)) {} in NType() argument385 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function421 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()425 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()429 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()433 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
224 uint8_t NType; member246 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument248 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
1697 uint8_t NType = 0; in checkSymbolTable() local1708 NType = STE_64.n_type; in checkSymbolTable()1715 NType = STE.n_type; in checkSymbolTable()1721 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()1722 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()1727 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()1734 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()1735 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
1300 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local1303 if (NType & MachO::N_STAB) in disassembleObject()2184 uint8_t NType = in printSymbol() local2187 if (NType & MachO::N_STAB) in printSymbol()