Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h137 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect,
146 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
153 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect, in forEachRelaRelocation() argument
156 RelSect, in forEachRelaRelocation()
166 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect, in forEachRelRelocation() argument
169 RelSect, in forEachRelRelocation()
597 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) { in forEachRelaRelocation() argument
599 if (RelSect.sh_type != ELF::SHT_RELA) in forEachRelaRelocation()
604 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelaRelocation()
625 auto *BlockToFix = getGraphBlock(RelSect.sh_info); in forEachRelaRelocation()
[all …]
H A DELF_x86.cpp150 for (const auto &RelSect : Base::Sections) { in addRelocations() local
152 if (RelSect.sh_type == ELF::SHT_RELA) in addRelocations()
157 if (Error Err = Base::forEachRelRelocation(RelSect, this, in addRelocations()
H A DELF_x86_64.cpp111 for (const auto &RelSect : Base::Sections) { in addRelocations() local
113 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
118 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
H A DCOFF_x86_64.cpp57 for (const auto &RelSect : sections()) in addRelocations() local
59 RelSect, this, &COFFLinkGraphBuilder_x86_64::addSingleRelocation)) in addRelocations()
H A DELF_ppc64.cpp209 for (const auto &RelSect : Base::Sections) { in addRelocations() local
211 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
217 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
H A DELF_aarch32.cpp151 for (const auto &RelSect : Base::Sections) { in addRelocations() local
152 if (Error Err = Base::forEachRelRelocation(RelSect, this, in addRelocations()
H A DELF_loongarch.cpp352 for (const auto &RelSect : Base::Sections) in addRelocations() local
353 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
H A DELF_aarch64.cpp229 for (const auto &RelSect : Base::Sections) in addRelocations() local
230 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
H A DELF_riscv.cpp869 for (const auto &RelSect : Base::Sections) in addRelocations() local
870 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()