Searched refs:NSect (Results 1 – 2 of 2) sorted by relevance
238 uint8_t NSect; member310 uint8_t NSect = 0; in darwinPrintSymbol() local329 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 …]
1711 uint8_t NSect = 0; in checkSymbolTable() local1722 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()