Home
last modified time | relevance | path

Searched refs:RelSect (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DELFLinkGraphBuilder.h117 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect,
127 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
135 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect,
139 RelSect,
150 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
154 RelSect,
517 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func, in forEachRelaRelocation() argument
520 if (RelSect.sh_type != ELF::SHT_RELA) in forEachRelaRelocation()
525 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelaRelocation()
542 auto *BlockToFix = getGraphBlock(RelSect.sh_info); in forEachRelaRelocation()
[all …]
DELF_i386.cpp144 for (const auto &RelSect : Base::Sections) { in addRelocations() local
146 if (RelSect.sh_type == ELF::SHT_RELA) in addRelocations()
151 if (Error Err = Base::forEachRelRelocation(RelSect, this, in addRelocations()
DELF_x86_64.cpp162 for (const auto &RelSect : Base::Sections) { in addRelocations() local
164 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
169 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
DELF_loongarch.cpp83 for (const auto &RelSect : Base::Sections) in addRelocations() local
84 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
DCOFF_x86_64.cpp57 for (const auto &RelSect : sections()) in addRelocations() local
59 RelSect, this, &COFFLinkGraphBuilder_x86_64::addSingleRelocation)) in addRelocations()
DELF_aarch64.cpp131 for (const auto &RelSect : Base::Sections) in addRelocations() local
132 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
DELF_riscv.cpp543 for (const auto &RelSect : Base::Sections) in addRelocations() local
544 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()