Lines Matching refs:NSect
233 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()
359 NSect = STE_64.n_sect; in darwinPrintSymbol()
365 NSect = S.NSect; in darwinPrintSymbol()
377 NSect = STE.n_sect; in darwinPrintSymbol()
383 NSect = S.NSect; in darwinPrintSymbol()
394 << format("%02x %02x %04x %08x", NType, NSect, NDesc, NStrx) << ' ' in darwinPrintSymbol()
454 if (NSect == 1) in darwinPrintSymbol()
456 else if (NSect == 2) in darwinPrintSymbol()
458 else if (NSect == 3) in darwinPrintSymbol()
626 uint8_t NSect; in darwinPrintStab() local
632 NSect = STE_64.n_sect; in darwinPrintStab()
637 NSect = STE.n_sect; in darwinPrintStab()
641 outs() << format(" %02x %04x ", NSect, NDesc); in darwinPrintStab()
1259 S.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1291 S.NSect++; in dumpSymbolsFromDLInfoMachO()
1355 U.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1415 B.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1473 L.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1534 W.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1607 F.NSect = 0; in dumpSymbolsFromDLInfoMachO()
1618 F.NSect++; in dumpSymbolsFromDLInfoMachO()