Lines Matching refs:nsects
660 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
688 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintIndirectSymbols()
941 uint32_t nsects = O->section_end()->getRawDataRefImpl().d.a; in PrintRelocationEntries() local
942 if (r_symbolnum > 0 && r_symbolnum <= nsects) { in PrintRelocationEntries()
996 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
1016 for (unsigned J = 0; J < Seg.nsects; ++J) { in PrintRelocations()
3226 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3247 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessCstringPointer()
3282 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3313 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessIndirectSymbol()
3433 for (unsigned J = 0; J < Seg.nsects; ++J) { in GuessPointerPointer()
8541 uint32_t initprot, uint32_t nsects, in PrintSegmentCommand() argument
8547 expected_cmdsize = nsects; in PrintSegmentCommand()
8552 expected_cmdsize = nsects; in PrintSegmentCommand()
8604 outs() << " nsects " << nsects << "\n"; in PrintSegmentCommand()
10101 SLC.initprot, SLC.nsects, SLC.flags, Buf.size(), in PrintLoadCommands()
10103 for (unsigned j = 0; j < SLC.nsects; j++) { in PrintLoadCommands()
10115 SLC_64.nsects, SLC_64.flags, Buf.size(), verbose); in PrintLoadCommands()
10116 for (unsigned j = 0; j < SLC_64.nsects; j++) { in PrintLoadCommands()