Searched refs:osecs (Results 1 – 1 of 1) sorted by relevance
1173 std::vector<const OutputSection *> osecs; in writeSections() local1175 append_range(osecs, seg->getSections()); in writeSections()1177 parallelForEach(osecs.begin(), osecs.end(), [&](const OutputSection *osec) { in writeSections()