Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp274 uint8_t NType; member
336 uint8_t NType = 0; in darwinPrintSymbol() local
378 NType = I->NType; in darwinPrintSymbol()
390 NType = STE.n_type; in darwinPrintSymbol()
396 NType = I->NType; in darwinPrintSymbol()
603 uint8_t NType; member
642 if (DarwinStabNames[i].NType == NType) in getDarwinStabString()
653 uint8_t NType; in darwinPrintStab() local
659 NType = STE_64.n_type; in darwinPrintStab()
664 NType = STE.n_type; in darwinPrintStab()
[all …]
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp377 struct NType { struct
378 NType(IO &) : Type(RelocType(0)) {} in NType() argument
379 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function
415 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
419 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
423 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
427 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp1642 uint8_t NType = 0; in checkSymbolTable() local
1653 NType = STE_64.n_type; in checkSymbolTable()
1660 NType = STE.n_type; in checkSymbolTable()
1661 NType = STE.n_type; in checkSymbolTable()
1667 if ((NType & MachO::N_STAB) == 0 && in checkSymbolTable()
1668 (NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()
1673 if ((NType & MachO::N_STAB) == 0 && in checkSymbolTable()
1674 (NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()
1681 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1682 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()