Searched refs:NType (Results 1 – 3 of 3) sorted by relevance
244 uint8_t NType = 0; in darwinPrintSymbol() local253 NType |= MachO::N_EXT; in darwinPrintSymbol()255 NType |= MachO::N_PEXT; in darwinPrintSymbol()257 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()262 NType |= MachO::N_SECT; in darwinPrintSymbol()283 NType = STE_64.n_type; in darwinPrintSymbol()293 NType = STE.n_type; in darwinPrintSymbol()306 format("%02x", NType).print(Str, sizeof(Str)); in darwinPrintSymbol()319 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()321 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol()[all …]
169 uint8_t NType; member191 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument193 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
316 struct NType { struct317 NType(IO &) : Type(RelocType(0)) {} in NType() function318 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument349 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()353 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()