Searched refs:copyRelocations (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.cpp | 356 void InputSection::copyRelocations(uint8_t *buf) { in copyRelocations() function in InputSection 362 copyRelocations<ELFT, RelTy>(buf, llvm::make_range(sec->relocations.begin(), in copyRelocations() 383 copyRelocations<ELFT, RelTy>(buf, rels); in copyRelocations() 391 void InputSection::copyRelocations(uint8_t *buf, in copyRelocations() function in InputSection 1170 copyRelocations<ELFT, typename ELFT::Rela>(buf); in writeTo() 1174 copyRelocations<ELFT, typename ELFT::Rel>(buf); in writeTo()
|
| H A D | InputSection.h | 419 template <class ELFT, class RelTy> void copyRelocations(uint8_t *buf); 422 void copyRelocations(uint8_t *buf, llvm::iterator_range<RelIt> rels);
|