Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp206 uint8_t NType; member
276 uint8_t NType = 0; in darwinPrintSymbol() local
318 NType = S.NType; in darwinPrintSymbol()
330 NType = STE.n_type; in darwinPrintSymbol()
336 NType = S.NType; in darwinPrintSymbol()
530 uint8_t NType; member
569 if (I.NType == NType) in getDarwinStabString()
579 uint8_t NType; in darwinPrintStab() local
585 NType = STE_64.n_type; in darwinPrintStab()
590 NType = STE.n_type; in darwinPrintStab()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp380 struct NType { struct
381 NType(IO &) : Type(RelocType(0)) {} in NType() function
382 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument
418 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
422 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
426 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
430 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1689 uint8_t NType = 0; in checkSymbolTable() local
1700 NType = STE_64.n_type; in checkSymbolTable()
1707 NType = STE.n_type; in checkSymbolTable()
1713 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()
1714 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()
1719 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()
1726 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1727 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1149 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local
1152 if (NType & MachO::N_STAB) in disassembleObject()
1967 uint8_t NType = in printSymbol() local
1970 if (NType & MachO::N_STAB) in printSymbol()