Lines Matching defs:seg
150 for (const OutputSegment *seg : outputSegments) {
151 for (const OutputSection *osec : seg->getSections()) {
223 static void encodeRebases(const OutputSegment *seg,
238 seg->index);
289 const OutputSegment *seg = locations[i].isec->parent->parent;
291 while (j < count && locations[j].isec->parent->parent == seg)
293 encodeRebases(seg, {locations.data() + i, locations.data() + j}, os);
434 OutputSegment *seg = osec->parent;
436 if (lastBinding.segment != seg) {
439 seg->index),
441 lastBinding.segment = seg;
2448 for (const SegmentInfo &seg : fixupSegments) {
2449 segStarts[seg.oseg->index] = curOffset() - header->starts_offset;
2450 buf += seg.writeTo(buf);
2531 for (const SegmentInfo &seg : fixupSegments)
2532 size += seg.getSize();