Searched refs:RelSect (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 137 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 D | ELF_x86.cpp | 150 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 D | ELF_x86_64.cpp | 111 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 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_ppc64.cpp | 209 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 D | ELF_aarch32.cpp | 151 for (const auto &RelSect : Base::Sections) { in addRelocations() local 152 if (Error Err = Base::forEachRelRelocation(RelSect, this, in addRelocations()
|
| H A D | ELF_loongarch.cpp | 352 for (const auto &RelSect : Base::Sections) in addRelocations() local 353 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|
| H A D | ELF_aarch64.cpp | 229 for (const auto &RelSect : Base::Sections) in addRelocations() local 230 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|
| H A D | ELF_riscv.cpp | 869 for (const auto &RelSect : Base::Sections) in addRelocations() local 870 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|