Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h389 void copyRelocations(uint8_t *buf, llvm::ArrayRef<RelTy> rels);
H A DInputSection.cpp410 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations() function in InputSection
1248 copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rela>()); in writeTo()
1252 copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rel>()); in writeTo()