Lines Matching refs:rels
179 ret.rels = {ArrayRef(reinterpret_cast<const typename ELFT::Rel *>(content), in relsOrRelas()
425 auto rels = llvm::make_range(MapRelIter(rawRels.begin(), mapRel), in copyRelocations() local
427 copyRelocations<ELFT, RelTy>(buf, rels); in copyRelocations()
436 llvm::iterator_range<RelIt> rels) { in copyRelocations() argument
441 for (const Relocation &rel : rels) { in copyRelocations()
949 void InputSection::relocateNonAlloc(uint8_t *buf, Relocs<RelTy> rels) { in relocateNonAlloc() argument
971 for (auto it = rels.begin(), end = rels.end(); it != end; ++it) { in relocateNonAlloc()
1286 const RelsOrRelas<ELFT> rels = relsOrRelas<ELFT>(/*supportsCrel=*/false); in split() local
1289 if (rels.areRelocsRel()) { in split()
1291 split<ELFT>(sortRels(rels.rels, storage)); in split()
1294 split<ELFT>(sortRels(rels.relas, storage)); in split()
1299 void EhInputSection::split(ArrayRef<RelTy> rels) { in split() argument
1325 while (relI != rels.size() && rels[relI].r_offset < off) in split()
1328 if (relI != rels.size() && rels[relI].r_offset < off + size) in split()