Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp236 uint8_t NSect; member
308 uint8_t NSect = 0; in darwinPrintSymbol() local
327 NSect = 3; in darwinPrintSymbol()
329 NSect = 1; in darwinPrintSymbol()
331 NSect = 2; in darwinPrintSymbol()
344 NSect = STE_64.n_sect; in darwinPrintSymbol()
350 NSect = S.NSect; in darwinPrintSymbol()
362 NSect = STE.n_sect; in darwinPrintSymbol()
368 NSect = S.NSect; in darwinPrintSymbol()
379 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1710 uint8_t NSect = 0; in checkSymbolTable() local
1721 NSect = STE_64.n_sect; in checkSymbolTable()
1728 NSect = STE.n_sect; in checkSymbolTable()
1735 if (NSect == 0 || NSect > Sections.size()) in checkSymbolTable()
1736 return malformedError("bad section index: " + Twine((int)NSect) + in checkSymbolTable()