Home
last modified time | relevance | path

Searched refs:copyRelocations (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.h390 void copyRelocations(uint8_t *buf, llvm::ArrayRef<RelTy> rels);
H A DInputSection.cpp343 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations() function in InputSection
1203 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rela>()); in writeTo()
1207 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rel>()); in writeTo()