Searched refs:StubTargetAddr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1191 uint8_t *StubTargetAddr = createStubFunction( in resolveAArch64Branch() local 1194 RelocationEntry REmovz_g3(SectionID, StubTargetAddr - Section.getAddress(), in resolveAArch64Branch() 1197 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch() 1200 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch() 1203 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch() 1357 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local 1359 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() 1413 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local 1417 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef() 1420 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef() [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()
|