Home
last modified time | relevance | path

Searched refs:NDesc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp237 uint16_t NDesc; member
309 uint16_t NDesc = 0; in darwinPrintSymbol() local
334 NDesc |= MachO::N_WEAK_DEF; in darwinPrintSymbol()
345 NDesc = STE_64.n_desc; in darwinPrintSymbol()
351 NDesc = S.NDesc; in darwinPrintSymbol()
363 NDesc = STE.n_desc; in darwinPrintSymbol()
369 NDesc = S.NDesc; in darwinPrintSymbol()
379 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
409 if (MachO::GET_COMM_ALIGN(NDesc) != 0) in darwinPrintSymbol()
410 outs() << "(alignment 2^" << (int)MachO::GET_COMM_ALIGN(NDesc) << ") "; in darwinPrintSymbol()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1711 uint16_t NDesc = 0; in checkSymbolTable() local
1722 NDesc = STE_64.n_desc; in checkSymbolTable()
1729 NDesc = STE.n_desc; in checkSymbolTable()
1748 uint32_t LibraryOrdinal = MachO::GET_LIBRARY_ORDINAL(NDesc); in checkSymbolTable()