Home
last modified time | relevance | path

Searched defs:rels (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DMarkLive.cpp145 ArrayRef<RelTy> rels) { in scanEhFrameSection()
239 const RelsOrRelas<ELFT> rels = eh->template relsOrRelas<ELFT>(); in run() local
306 const RelsOrRelas<ELFT> rels = sec.template relsOrRelas<ELFT>(); in mark() local
H A DInputSection.cpp356 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations()
830 void InputSection::relocateNonAlloc(uint8_t *buf, ArrayRef<RelTy> rels) { in relocateNonAlloc()
977 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); in relocate() local
1156 const RelsOrRelas<ELFT> rels = relsOrRelas<ELFT>(); in split() local
1169 void EhInputSection::split(ArrayRef<RelTy> rels) { in split()
H A DICF.cpp442 ArrayRef<RelTy> rels) { in combineRelocHashes()
505 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); in run() local
H A DDWARF.cpp138 const RelsOrRelas<ELFT> rels = sec.sec->template relsOrRelas<ELFT>(); in find() local
H A DRelocations.cpp1462 static void checkPPC64TLSRelax(InputSectionBase &sec, ArrayRef<RelTy> rels) { in checkPPC64TLSRelax()
1494 void RelocationScanner::scan(ArrayRef<RelTy> rels) { in scan()
1525 const RelsOrRelas<ELFT> rels = s.template relsOrRelas<ELFT>(); in scanSection() local
H A DRelocations.h203 ArrayRef<RelTy> sortRels(ArrayRef<RelTy> rels, SmallVector<RelTy, 0> &storage) { in sortRels()
H A DSyntheticSections.cpp357 CieRecord *EhFrameSection::addCie(EhSectionPiece &cie, ArrayRef<RelTy> rels) { in addCie()
379 Defined *EhFrameSection::isFdeLive(EhSectionPiece &fde, ArrayRef<RelTy> rels) { in isFdeLive()
407 void EhFrameSection::addRecords(EhInputSection *sec, ArrayRef<RelTy> rels) { in addRecords()
428 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); in addSectionAux() local
439 EhInputSection &sec, ArrayRef<RelTy> rels, DenseSet<size_t> &ciesWithLSDA, in iterateFDEWithLSDAAux()
462 const RelsOrRelas<ELFT> rels = sec->template relsOrRelas<ELFT>(); in iterateFDEWithLSDA() local
H A DInputSection.h38 ArrayRef<typename ELFT::Rel> rels; member
H A DDriver.cpp948 ArrayRef<typename ELFT::Rel> rels = in processCallGraphRelocations() local
2172 const RelsOrRelas<ELFT> rels = s->template relsOrRelas<ELFT>(); in readSymbolPartitionSection() local
H A DWriter.cpp605 llvm::ArrayRef<RelTy> rels) { in markUsedLocalSymbolsImpl()
/openbsd/libexec/ld.so/arm/
H A Drtld_machine.c169 Elf_Rel *rels; in _dl_md_reloc() local
/openbsd/libexec/ld.so/aarch64/
H A Drtld_machine.c106 Elf_RelA *rels; in _dl_md_reloc() local
/openbsd/libexec/ld.so/riscv64/
H A Drtld_machine.c105 Elf_RelA *rels; in _dl_md_reloc() local
/openbsd/libexec/ld.so/amd64/
H A Drtld_machine.c180 Elf_RelA *rels; in _dl_md_reloc() local
/openbsd/libexec/ld.so/i386/
H A Drtld_machine.c180 Elf_Rel *rels; in _dl_md_reloc() local
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h1199 arelent *rels; local
1288 arelent *rels; local
H A Delf-bfd.h489 Elf_Internal_Rela *rels, *rel, *relend; member
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h1146 arelent *rels; in nlm_slurp_reloc_fixups() local
1232 arelent *rels; in nlm_canonicalize_reloc() local
H A Delf-bfd.h493 Elf_Internal_Rela *rels, *rel, *relend; member
/openbsd/libexec/ld.so/sh/
H A Drtld_machine.c424 Elf_RelA *rels; in _dl_md_reloc() local
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp735 MutableArrayRef<Relocation> rels = sec->relocs(); in riscvFinalizeRelax() local
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h270 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { in rels() function
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c731 Elf_Internal_Rela *rels; in slurp_rel_relocs() local
863 Elf_Internal_Rela *rels; in slurp_relr_relocs() local
1077 Elf_Internal_Rela *rels; in dump_relocations() local
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c775 Elf_Internal_Rela *rels; in slurp_rel_relocs() local
851 Elf_Internal_Rela *rels; in dump_relocations() local
/openbsd/gnu/llvm/lld/COFF/
H A DWriter.cpp1882 std::vector<RuntimePseudoReloc> rels; in createRuntimePseudoRelocs() local