Searched refs:NType (Results 1 – 5 of 5) sorted by relevance
235 uint8_t NType; member307 uint8_t NType = 0; in darwinPrintSymbol() local316 NType |= MachO::N_EXT; in darwinPrintSymbol()318 NType |= MachO::N_PEXT; in darwinPrintSymbol()320 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()325 NType |= MachO::N_SECT; in darwinPrintSymbol()343 NType = STE_64.n_type; in darwinPrintSymbol()349 NType = S.NType; in darwinPrintSymbol()361 NType = STE.n_type; in darwinPrintSymbol()367 NType = S.NType; in darwinPrintSymbol()[all …]
385 struct NType { struct386 NType(IO &) : Type(RelocType(0)) {} in NType() function387 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function423 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()427 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()431 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()435 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
1196 uint8_t NType = in mapRangeAddress() local1199 if (NType & MachO::N_STAB) in mapRangeAddress()
1709 uint8_t NType = 0; in checkSymbolTable() local1720 NType = STE_64.n_type; in checkSymbolTable()1727 NType = STE.n_type; in checkSymbolTable()1733 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()1734 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()1739 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()1746 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()1747 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
1747 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local1750 if (NType & MachO::N_STAB) in disassembleObject()2903 uint8_t NType = in printSymbol() local2906 if (NType & MachO::N_STAB) in printSymbol()