Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.cpp356 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations() function in InputSection
1089 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rela>()); in writeTo()
1093 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rel>()); in writeTo()
H A DInputSection.h399 void copyRelocations(uint8_t *buf, llvm::ArrayRef<RelTy> rels);