Searched refs:NSect (Results 1 – 2 of 2) sorted by relevance
240 uint8_t NSect; member330 uint8_t NSect = 0; in darwinPrintSymbol() local349 NSect = 3; in darwinPrintSymbol()351 NSect = 1; in darwinPrintSymbol()353 NSect = 2; in darwinPrintSymbol()366 NSect = STE_64.n_sect; in darwinPrintSymbol()372 NSect = S.NSect; in darwinPrintSymbol()384 NSect = STE.n_sect; in darwinPrintSymbol()390 NSect = S.NSect; in darwinPrintSymbol()401 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()[all …]
1703 uint8_t NSect = 0; in checkSymbolTable() local1714 NSect = STE_64.n_sect; in checkSymbolTable()1721 NSect = STE.n_sect; in checkSymbolTable()1728 if (NSect == 0 || NSect > Sections.size()) in checkSymbolTable()1729 return malformedError("bad section index: " + Twine((int)NSect) + in checkSymbolTable()