Searched refs:NType (Results 1 – 4 of 4) sorted by relevance
206 uint8_t NType; member276 uint8_t NType = 0; in darwinPrintSymbol() local318 NType = S.NType; in darwinPrintSymbol()330 NType = STE.n_type; in darwinPrintSymbol()336 NType = S.NType; in darwinPrintSymbol()530 uint8_t NType; member569 if (I.NType == NType) in getDarwinStabString()579 uint8_t NType; in darwinPrintStab() local585 NType = STE_64.n_type; in darwinPrintStab()590 NType = STE.n_type; in darwinPrintStab()[all …]
380 struct NType { struct381 NType(IO &) : Type(RelocType(0)) {} in NType() function382 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument418 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()422 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()426 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()430 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
1689 uint8_t NType = 0; in checkSymbolTable() local1700 NType = STE_64.n_type; in checkSymbolTable()1707 NType = STE.n_type; in checkSymbolTable()1713 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()1714 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()1719 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()1726 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()1727 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
1149 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local1152 if (NType & MachO::N_STAB) in disassembleObject()1967 uint8_t NType = in printSymbol() local1970 if (NType & MachO::N_STAB) in printSymbol()