Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp275 uint8_t NSect; member
337 uint8_t NSect = 0; in darwinPrintSymbol() local
356 NSect = 3; in darwinPrintSymbol()
358 NSect = 1; in darwinPrintSymbol()
360 NSect = 2; in darwinPrintSymbol()
379 NSect = I->NSect; in darwinPrintSymbol()
397 NSect = I->NSect; in darwinPrintSymbol()
479 if (NSect == 1) in darwinPrintSymbol()
654 uint8_t NSect; in darwinPrintStab() local
1292 S.NSect = 0; in dumpSymbolNamesFromObject()
[all …]
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp1643 uint8_t NSect = 0; in checkSymbolTable() local
1654 NSect = STE_64.n_sect; in checkSymbolTable()
1662 NSect = STE.n_sect; in checkSymbolTable()
1669 if (NSect == 0 || NSect > Sections.size()) in checkSymbolTable()
1670 return malformedError("bad section index: " + Twine((int)NSect) + in checkSymbolTable()