Searched refs:NType (Results 1 – 4 of 4) sorted by relevance
300 uint8_t NType = 0; in darwinPrintSymbol() local309 NType |= MachO::N_EXT; in darwinPrintSymbol()311 NType |= MachO::N_PEXT; in darwinPrintSymbol()313 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()318 NType |= MachO::N_SECT; in darwinPrintSymbol()335 NType = STE_64.n_type; in darwinPrintSymbol()345 NType = STE.n_type; in darwinPrintSymbol()358 format("%02x", NType).print(Str, sizeof(Str)); in darwinPrintSymbol()371 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()373 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol()[all …]
167 uint8_t NType; member189 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument191 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
316 struct NType { struct317 NType(IO &) : Type(RelocType(0)) {} in NType() argument318 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function349 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()353 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
3420 my $NType = $NodeType{$TType};3421 if($NType eq "Intrinsic") {3422 return $NType;3433 elsif($NType ne "Other") {3434 return $NType;