Lines Matching refs:NSect
236 uint8_t NSect; member
308 uint8_t NSect = 0; in darwinPrintSymbol() local
327 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()
439 if (NSect == 1) in darwinPrintSymbol()
441 else if (NSect == 2) in darwinPrintSymbol()
443 else if (NSect == 3) in darwinPrintSymbol()
594 uint8_t NSect; in darwinPrintStab() local
600 NSect = STE_64.n_sect; in darwinPrintStab()
605 NSect = STE.n_sect; in darwinPrintStab()
609 outs() << format(" %02x %04x ", NSect, NDesc); in darwinPrintStab()
1287 S.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1319 S.NSect++; in dumpSymbolsFromDLInfoMachO()
1383 U.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1443 B.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1501 L.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1562 W.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1635 F.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1646 F.NSect++; in dumpSymbolsFromDLInfoMachO()