Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h145 Error forEachRelRelocation(const typename ELFT::Shdr &RelSect,
155 RelSect, in forEachRelaRelocation()
168 RelSect, in forEachRelRelocation()
598 if (RelSect.sh_type != ELF::SHT_RELA) in forEachRelaRelocation()
603 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelaRelocation()
624 auto *BlockToFix = getGraphBlock(RelSect.sh_info); in forEachRelaRelocation()
630 auto RelEntries = Obj.relas(RelSect); in forEachRelaRelocation()
648 if (RelSect.sh_type != ELF::SHT_REL) in forEachRelRelocation()
653 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelRelocation()
674 auto *BlockToFix = getGraphBlock(RelSect.sh_info); in forEachRelRelocation()
[all …]
H A DELF_i386.cpp147 for (const auto &RelSect : Base::Sections) { in addRelocations() local
149 if (RelSect.sh_type == ELF::SHT_RELA) in addRelocations()
154 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 DELF_loongarch.cpp83 for (const auto &RelSect : Base::Sections) in addRelocations() local
84 if (Error Err = Base::forEachRelaRelocation(RelSect, this, 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.cpp150 for (const auto &RelSect : Base::Sections) { in addRelocations() local
151 if (Error Err = Base::forEachRelRelocation(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_aarch64.cpp143 for (const auto &RelSect : Base::Sections) in addRelocations() local
144 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
H A DELF_riscv.cpp866 for (const auto &RelSect : Base::Sections) in addRelocations() local
867 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()