Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp235 uint8_t NType; member
307 uint8_t NType = 0; in darwinPrintSymbol() local
316 NType |= MachO::N_EXT; in darwinPrintSymbol()
318 NType |= MachO::N_PEXT; in darwinPrintSymbol()
320 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()
325 NType |= MachO::N_SECT; in darwinPrintSymbol()
343 NType = STE_64.n_type; in darwinPrintSymbol()
349 NType = S.NType; in darwinPrintSymbol()
361 NType = STE.n_type; in darwinPrintSymbol()
367 NType = S.NType; in darwinPrintSymbol()
[all …]
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1196 uint8_t NType = in mapRangeAddress() local
1199 if (NType & MachO::N_STAB) in mapRangeAddress()
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1747 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local
1750 if (NType & MachO::N_STAB) in disassembleObject()
2903 uint8_t NType = in printSymbol() local
2906 if (NType & MachO::N_STAB) in printSymbol()