Home
last modified time | relevance | path

Searched refs:NType (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp244 uint8_t NType = 0; in darwinPrintSymbol() local
253 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 …]
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp169 uint8_t NType; member
191 static const char *getDarwinStabString(uint8_t NType) { in getDarwinStabString() argument
193 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
/external/llvm/lib/Object/
DCOFFYAML.cpp316 struct NType { struct
317 NType(IO &) : Type(RelocType(0)) {} in NType() function
318 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument
349 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
353 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()