Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp233 uint8_t NSect; member
323 uint8_t NSect = 0; in darwinPrintSymbol() local
342 NSect = 3; in darwinPrintSymbol()
344 NSect = 1; in darwinPrintSymbol()
346 NSect = 2; in darwinPrintSymbol()
365 NSect = S.NSect; in darwinPrintSymbol()
383 NSect = S.NSect; in darwinPrintSymbol()
454 if (NSect == 1) in darwinPrintSymbol()
626 uint8_t NSect; in darwinPrintStab() local
1259 S.NSect = 0; in dumpSymbolsFromDLInfoMachO()
[all …]
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1698 uint8_t NSect = 0; in checkSymbolTable() local
1709 NSect = STE_64.n_sect; in checkSymbolTable()
1716 NSect = STE.n_sect; in checkSymbolTable()
1723 if (NSect == 0 || NSect > Sections.size()) in checkSymbolTable()
1724 return malformedError("bad section index: " + Twine((int)NSect) + in checkSymbolTable()