Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp280 uint8_t NType; in darwinPrintSymbol() local
290 NType = STE_64.n_type; in darwinPrintSymbol()
300 NType = STE.n_type; in darwinPrintSymbol()
317 format("%02x", NType).print(Str, sizeof(Str)); in darwinPrintSymbol()
330 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()
335 switch (NType & MachO::N_TYPE) { in darwinPrintSymbol()
342 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) in darwinPrintSymbol()
380 if (NType & MachO::N_EXT) { in darwinPrintSymbol()
383 if (NType & MachO::N_PEXT) { in darwinPrintSymbol()
400 if (NType & MachO::N_PEXT) in darwinPrintSymbol()
[all …]
/external/llvm/lib/Object/
DCOFFYAML.cpp314 struct NType { struct
315 NType(IO &) : Type(RelocType(0)) {} in NType() argument
316 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function
347 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
351 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()