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

/openbsd-current/gnu/llvm/lld/ELF/
H A DInputSection.cpp169 // Second, InputSection::copyRelocations on .eh_frame. Some pieces may be
356 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { function in class:InputSection
946 // For REL targets, InputSection::copyRelocations() may store artificial
954 // InputSection::copyRelocations() adds only R_ABS relocations.
1089 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rela>());
1093 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rel>());
H A DInputSection.h399 void copyRelocations(uint8_t *buf, llvm::ArrayRef<RelTy> rels);

Completed in 132 milliseconds