Searched refs:RelSect (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 117 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 …]
|
| H A D | ELF_i386.cpp | 144 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()
|
| H A D | ELF_x86_64.cpp | 162 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()
|
| H A D | ELF_loongarch.cpp | 83 for (const auto &RelSect : Base::Sections) in addRelocations() local 84 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|
| H A D | COFF_x86_64.cpp | 57 for (const auto &RelSect : sections()) in addRelocations() local 59 RelSect, this, &COFFLinkGraphBuilder_x86_64::addSingleRelocation)) in addRelocations()
|
| H A D | ELF_aarch64.cpp | 131 for (const auto &RelSect : Base::Sections) in addRelocations() local 132 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|
| H A D | ELF_riscv.cpp | 543 for (const auto &RelSect : Base::Sections) in addRelocations() local 544 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|