Searched refs:NSect (Results 1 – 2 of 2) sorted by relevance
236 uint8_t NSect; member308 uint8_t NSect = 0; in darwinPrintSymbol() local327 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 …]
1710 uint8_t NSect = 0; in checkSymbolTable() local1721 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()