Searched defs:rels (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 151 ArrayRef<RelTy> rels) { in scanEhFrameSection() 249 const RelsOrRelas<ELFT> rels = in run() local 316 const RelsOrRelas<ELFT> rels = sec.template relsOrRelas<ELFT>(); in mark() local
|
H A D | InputSection.cpp | 425 auto rels = llvm::make_range(MapRelIter(rawRels.begin(), mapRel), in copyRelocations() local 436 llvm::iterator_range<RelIt> rels) { in copyRelocations() 949 void InputSection::relocateNonAlloc(uint8_t *buf, Relocs<RelTy> rels) { in relocateNonAlloc() 1286 const RelsOrRelas<ELFT> rels = relsOrRelas<ELFT>(/*supportsCrel=*/false); in split() local 1299 void EhInputSection::split(ArrayRef<RelTy> rels) { in split()
|
H A D | DWARF.cpp | 139 const RelsOrRelas<ELFT> rels = in find() local
|
H A D | ICF.cpp | 448 Relocs<RelTy> rels) { in combineRelocHashes() 511 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); in run() local
|
H A D | Relocations.cpp | 1553 static void checkPPC64TLSRelax(InputSectionBase &sec, Relocs<RelTy> rels) { in checkPPC64TLSRelax() 1585 void RelocationScanner::scan(Relocs<RelTy> rels) { in scan() 1625 const RelsOrRelas<ELFT> rels = s.template relsOrRelas<ELFT>(!isEH); in scanSection() local 2409 InputSection *sec, Rels rels) { in scanCrossRefs()
|
H A D | SyntheticSections.cpp | 388 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie() 409 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive() 437 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords() 458 const RelsOrRelas<ELFT> rels = in addSectionAux() local 470 EhInputSection &sec, ArrayRef<RelTy> rels, DenseSet<size_t> &ciesWithLSDA, in iterateFDEWithLSDAAux() 493 const RelsOrRelas<ELFT> rels = in iterateFDEWithLSDA() local 3209 Relocs<RelTy> rels) { in getNameRelocs()
|
H A D | InputSection.h | 40 Relocs<typename ELFT::Rel> rels; member
|
H A D | OutputSections.cpp | 669 auto rels = relSec->getDataAs<typename ELFT::Rela>(); in relToCrel() local
|
H A D | Driver.cpp | 1011 ArrayRef<typename ELFT::Rel> rels = in processCallGraphRelocations() local 2430 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); in readSymbolPartitionSection() local
|
H A D | Writer.cpp | 383 llvm::ArrayRef<RelTy> rels) { in markUsedLocalSymbolsImpl()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | LoongArch.cpp | 851 MutableArrayRef<Relocation> rels = sec->relocs(); in finalizeRelax() local
|
H A D | AArch64.cpp | 1092 const RelsOrRelas<ELFT> rels = sec.relsOrRelas<ELFT>(); in addTaggedSymbolReferences() local
|
H A D | RISCV.cpp | 946 MutableArrayRef<Relocation> rels = sec->relocs(); in finalizeRelax() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 357 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { in rels() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 2061 std::vector<RuntimePseudoReloc> rels; in createRuntimePseudoRelocs() local
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 628 uint64_t refs, rels; in t4_sge_extfree_refs() local
|