Searched refs:NType (Results 1 – 3 of 3) sorted by relevance
274 uint8_t NType; member336 uint8_t NType = 0; in darwinPrintSymbol() local378 NType = I->NType; in darwinPrintSymbol()390 NType = STE.n_type; in darwinPrintSymbol()396 NType = I->NType; in darwinPrintSymbol()603 uint8_t NType; member642 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()653 uint8_t NType; in darwinPrintStab() local659 NType = STE_64.n_type; in darwinPrintStab()664 NType = STE.n_type; in darwinPrintStab()[all …]
377 struct NType { struct378 NType(IO &) : Type(RelocType(0)) {} in NType() argument379 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function415 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()419 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()423 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()427 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
1642 uint8_t NType = 0; in checkSymbolTable() local1653 NType = STE_64.n_type; in checkSymbolTable()1660 NType = STE.n_type; in checkSymbolTable()1661 NType = STE.n_type; in checkSymbolTable()1667 if ((NType & MachO::N_STAB) == 0 && in checkSymbolTable()1668 (NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()1673 if ((NType & MachO::N_STAB) == 0 && in checkSymbolTable()1674 (NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()1681 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()1682 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()