Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp207 uint8_t NSect; member
277 uint8_t NSect = 0; in darwinPrintSymbol() local
296 NSect = 3; in darwinPrintSymbol()
298 NSect = 1; in darwinPrintSymbol()
300 NSect = 2; in darwinPrintSymbol()
319 NSect = S.NSect; in darwinPrintSymbol()
337 NSect = S.NSect; in darwinPrintSymbol()
408 if (NSect == 1) in darwinPrintSymbol()
580 uint8_t NSect; in darwinPrintStab() local
1178 S.NSect = 0; in dumpSymbolsFromDLInfoMachO()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1690 uint8_t NSect = 0; in checkSymbolTable() local
1701 NSect = STE_64.n_sect; in checkSymbolTable()
1708 NSect = STE.n_sect; in checkSymbolTable()
1715 if (NSect == 0 || NSect > Sections.size()) in checkSymbolTable()
1716 return malformedError("bad section index: " + Twine((int)NSect) + in checkSymbolTable()