Searched refs:NType (Results 1 – 5 of 5) sorted by relevance
237 uint8_t NType; member309 uint8_t NType = 0; in darwinPrintSymbol() local318 NType |= MachO::N_EXT; in darwinPrintSymbol()320 NType |= MachO::N_PEXT; in darwinPrintSymbol()322 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()327 NType |= MachO::N_SECT; in darwinPrintSymbol()345 NType = STE_64.n_type; in darwinPrintSymbol()351 NType = S.NType; in darwinPrintSymbol()363 NType = STE.n_type; in darwinPrintSymbol()369 NType = S.NType; in darwinPrintSymbol()[all …]
404 struct NType { struct405 NType(IO &) : Type(RelocType(0)) {} in NType() function406 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function442 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()446 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()450 MappingNormalization<NType<COFF::RelocationTypesMips>, uint16_t> NT( in mapping()454 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()458 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
998 uint8_t NType = in mapRangeAddress() local1001 if (NType & MachO::N_STAB) in mapRangeAddress()
1710 uint8_t NType = 0; in checkSymbolTable() local1721 NType = STE_64.n_type; in checkSymbolTable()1728 NType = STE.n_type; in checkSymbolTable()1734 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()1735 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()1740 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()1747 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()1748 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
1800 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local1803 if (NType & MachO::N_STAB) in disassembleObject()2964 uint8_t NType = in printSymbol() local2967 if (NType & MachO::N_STAB) in printSymbol()