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.cpp237 uint8_t NType; member
309 uint8_t NType = 0; in darwinPrintSymbol() local
318 NType |= MachO::N_EXT; in darwinPrintSymbol()
320 NType |= MachO::N_PEXT; in darwinPrintSymbol()
322 NType |= MachO::N_EXT | MachO::N_UNDF; in darwinPrintSymbol()
327 NType |= MachO::N_SECT; in darwinPrintSymbol()
345 NType = STE_64.n_type; in darwinPrintSymbol()
351 NType = S.NType; in darwinPrintSymbol()
363 NType = STE.n_type; in darwinPrintSymbol()
369 NType = S.NType; in darwinPrintSymbol()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp404 struct NType { struct
405 NType(IO &) : Type(RelocType(0)) {} in NType() function
406 NType(IO &, uint16_t T) : Type(RelocType(T)) {} in NType() argument
442 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
446 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
450 MappingNormalization<NType<COFF::RelocationTypesMips>, uint16_t> NT( in mapping()
454 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
458 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp998 uint8_t NType = in mapRangeAddress() local
1001 if (NType & MachO::N_STAB) in mapRangeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1710 uint8_t NType = 0; in checkSymbolTable() local
1721 NType = STE_64.n_type; in checkSymbolTable()
1728 NType = STE.n_type; in checkSymbolTable()
1734 if ((NType & MachO::N_STAB) == 0) { in checkSymbolTable()
1735 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()
1740 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()
1747 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1748 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1800 uint8_t NType = (MachO->is64Bit() ? in disassembleObject() local
1803 if (NType & MachO::N_STAB) in disassembleObject()
2964 uint8_t NType = in printSymbol() local
2967 if (NType & MachO::N_STAB) in printSymbol()