Lines Matching refs:outSecOff
936 SignExtend64<bits>(sym.getVA(addend - offset - outSecOff))); in relocateNonAlloc()
1034 addrLoc += sec->outSecOff; in relocateAlloc()
1241 s->writeTo(buf + outSecOff); in writeTo()
1248 copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rela>()); in writeTo()
1252 copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rel>()); in writeTo()
1258 copyShtGroup<ELFT>(buf + outSecOff); in writeTo()
1267 (char *)(buf + outSecOff), size)) in writeTo()
1270 uint8_t *bufEnd = buf + outSecOff + size; in writeTo()
1271 relocate<ELFT>(buf + outSecOff, bufEnd); in writeTo()
1277 memcpy(buf + outSecOff, data().data(), data().size()); in writeTo()
1278 uint8_t *bufEnd = buf + outSecOff + data().size(); in writeTo()
1279 relocate<ELFT>(buf + outSecOff, bufEnd); in writeTo()