Lines Matching refs:osec
79 for (OutputSection *osec : seg->getSections()) { in writeTo()
80 if (isThreadLocalVariables(osec->flags)) { in writeTo()
130 static void encodeRebase(const OutputSection *osec, uint64_t outSecOff, in encodeRebase() argument
133 OutputSegment *seg = osec->parent; in encodeRebase()
134 uint64_t offset = osec->getSegmentOffset() + outSecOff; in encodeRebase()
174 const auto *osec = loc.section.get<const OutputSection *>(); in finalizeContents() local
175 encodeRebase(osec, loc.offset, lastRebase, os); in finalizeContents()
228 static void encodeBinding(const Symbol *sym, const OutputSection *osec, in encodeBinding() argument
232 OutputSegment *seg = osec->parent; in encodeBinding()
233 uint64_t offset = osec->getSegmentOffset() + outSecOff; in encodeBinding()
313 auto *osec = b.target.section.get<const OutputSection *>(); in finalizeContents() local
314 encodeBinding(b.dysym, osec, b.target.offset, b.addend, lastBinding, os); in finalizeContents()
346 auto *osec = b.target.section.get<const OutputSection *>(); in finalizeContents() local
347 encodeBinding(b.symbol, osec, b.target.offset, b.addend, lastBinding, os); in finalizeContents()