Home
last modified time | relevance | path

Searched refs:FixupSect (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp66 const object::SectionRef &FixupSect, in addSingleRelocation() argument
74 COFFRel->SymbolTableIndex, FixupSect.getIndex()), in addSingleRelocation()
86 SymIndex, FixupSect.getIndex()), in addSingleRelocation()
91 orc::ExecutorAddr(FixupSect.getAddress()) + Rel.getOffset(); in addSingleRelocation()
H A DELF_loongarch.cpp92 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
116 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()
H A DELF_aarch64.cpp140 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
166 orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()
H A DELF_riscv.cpp552 const typename ELFT::Shdr &FixupSect, in addSingleRelocation() argument
594 auto FixupAddress = orc::ExecutorAddr(FixupSect.sh_addr) + Rel.r_offset; in addSingleRelocation()