reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/InputSection.cpp
 1099     s->writeTo(buf + outSecOff);
 1106     copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rela>());
 1110     copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rel>());
 1116     copyShtGroup<ELFT>(buf + outSecOff);
 1125                                    (char *)(buf + outSecOff), size))
 1128     uint8_t *bufEnd = buf + outSecOff + size;
 1129     relocate<ELFT>(buf, bufEnd);
 1135   memcpy(buf + outSecOff, data().data(), data().size());
 1136   uint8_t *bufEnd = buf + outSecOff + data().size();
 1137   relocate<ELFT>(buf, bufEnd);