Searched refs:StubTargetAddr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 707 uint8_t *StubTargetAddr = in resolveLoongArch64Branch() local 709 RelocationEntry LU12I_W(SectionID, StubTargetAddr - Section.getAddress(), in resolveLoongArch64Branch() 711 RelocationEntry ORI(SectionID, StubTargetAddr - Section.getAddress() + 4, in resolveLoongArch64Branch() 713 RelocationEntry LU32I_D(SectionID, StubTargetAddr - Section.getAddress() + 8, in resolveLoongArch64Branch() 715 RelocationEntry LU52I_D(SectionID, StubTargetAddr - Section.getAddress() + 12, in resolveLoongArch64Branch() 1563 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local 1566 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch() 1569 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch() 1572 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch() 1575 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOARM.h | 327 uint8_t *StubTargetAddr = Addr + 4; in processBranchRelocation() local 329 RE.SectionID, StubTargetAddr - Section.getAddress(), in processBranchRelocation()
|