Lines Matching refs:outSecOff
921 SignExtend64<bits>(sym.getVA(addend - offset - outSecOff))); in relocateNonAlloc()
1019 addrLoc += sec->outSecOff; in relocateAlloc()
1226 s->writeTo(buf + outSecOff); in writeTo()
1233 copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rela>()); in writeTo()
1237 copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rel>()); in writeTo()
1243 copyShtGroup<ELFT>(buf + outSecOff); in writeTo()
1252 (char *)(buf + outSecOff), size)) in writeTo()
1255 uint8_t *bufEnd = buf + outSecOff + size; in writeTo()
1256 relocate<ELFT>(buf + outSecOff, bufEnd); in writeTo()
1262 memcpy(buf + outSecOff, data().data(), data().size()); in writeTo()
1263 uint8_t *bufEnd = buf + outSecOff + data().size(); in writeTo()
1264 relocate<ELFT>(buf + outSecOff, bufEnd); in writeTo()