Searched refs:copyRelocations (Results 1 – 2 of 2) sorted by relevance
390 void copyRelocations(uint8_t *buf, llvm::ArrayRef<RelTy> rels);
343 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations() function in InputSection1203 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rela>()); in writeTo()1207 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rel>()); in writeTo()