Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp235 uint8_t NType; member
307 uint8_t NType = 0; in darwinPrintSymbol() local
349 NType = S.NType; in darwinPrintSymbol()
361 NType = STE.n_type; in darwinPrintSymbol()
367 NType = S.NType; in darwinPrintSymbol()
559 uint8_t NType; member
583 if (I.NType == NType) in getDarwinStabString()
593 uint8_t NType; in darwinPrintStab() local
599 NType = STE_64.n_type; in darwinPrintStab()
604 NType = STE.n_type; in darwinPrintStab()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp385 struct NType { struct
386 NType(IO &) : Type(RelocType(0)) {} in NType() function
387 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() function
423 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
427 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
431 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
435 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1175 uint8_t NType = in mapRangeAddress() local
1178 if (NType & MachO::N_STAB) in mapRangeAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1709 uint8_t NType = 0; in checkSymbolTable() local
1720 NType = STE_64.n_type; in checkSymbolTable()
1727 NType = STE.n_type; in checkSymbolTable()
1733 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()
1734 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()
1739 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()
1746 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1747 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1610 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local
1613 if (NType & MachO::N_STAB) in disassembleObject()
2755 uint8_t NType = in printSymbol() local
2758 if (NType & MachO::N_STAB) in printSymbol()