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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h136 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect,
145 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
152 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect, argument
155 RelSect,
165 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect, argument
168 RelSect,
596 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) {
598 if (RelSect.sh_type != ELF::SHT_RELA)
602 // which is the section to which all relocations in RelSect apply.
603 auto FixupSection = Obj.getSection(RelSect
595 forEachRelaRelocation( const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) argument
645 forEachRelRelocation( const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func) argument
[all...]
H A DELF_i386.cpp147 for (const auto &RelSect : Base::Sections) {
149 if (RelSect.sh_type == ELF::SHT_RELA)
154 if (Error Err = Base::forEachRelRelocation(RelSect, this,
H A DELF_loongarch.cpp83 for (const auto &RelSect : Base::Sections)
84 if (Error Err = Base::forEachRelaRelocation(RelSect, this,
H A DELF_x86_64.cpp111 for (const auto &RelSect : Base::Sections) {
113 if (RelSect.sh_type == ELF::SHT_REL)
118 if (Error Err = Base::forEachRelaRelocation(RelSect, this,
H A DCOFF_x86_64.cpp57 for (const auto &RelSect : sections())
59 RelSect, this, &COFFLinkGraphBuilder_x86_64::addSingleRelocation))
H A DELF_aarch32.cpp150 for (const auto &RelSect : Base::Sections) {
151 if (Error Err = Base::forEachRelRelocation(RelSect, this,
H A DELF_ppc64.cpp209 for (const auto &RelSect : Base::Sections) {
211 if (RelSect.sh_type == ELF::SHT_REL)
217 if (Error Err = Base::forEachRelaRelocation(RelSect, this,
H A DELF_aarch64.cpp143 for (const auto &RelSect : Base::Sections)
144 if (Error Err = Base::forEachRelaRelocation(RelSect, this,
H A DELF_riscv.cpp866 for (const auto &RelSect : Base::Sections)
867 if (Error Err = Base::forEachRelaRelocation(RelSect, this,

Completed in 143 milliseconds