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.cpp238 uint8_t NSect; member
310 uint8_t NSect = 0; in darwinPrintSymbol() local
329 NSect = 3; in darwinPrintSymbol()
331 NSect = 1; in darwinPrintSymbol()
333 NSect = 2; in darwinPrintSymbol()
346 NSect = STE_64.n_sect; in darwinPrintSymbol()
352 NSect = S.NSect; in darwinPrintSymbol()
364 NSect = STE.n_sect; in darwinPrintSymbol()
370 NSect = S.NSect; in darwinPrintSymbol()
381 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1711 uint8_t NSect = 0; in checkSymbolTable() local
1722 NSect = STE_64.n_sect; in checkSymbolTable()
1729 NSect = STE.n_sect; in checkSymbolTable()
1736 if (NSect == 0 || NSect > Sections.size()) in checkSymbolTable()
1737 return malformedError("bad section index: " + Twine((int)NSect) + in checkSymbolTable()