Home
last modified time | relevance | path

Searched refs:StubTargetAddr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1255 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1259 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1261 RelocationEntry REmovk_g2(SectionID, StubTargetAddr - in processRelocationRef()
1264 RelocationEntry REmovk_g1(SectionID, StubTargetAddr - in processRelocationRef()
1267 RelocationEntry REmovk_g0(SectionID, StubTargetAddr - in processRelocationRef()
1307 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1309 RelocationEntry RE(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1360 uint8_t *StubTargetAddr = createStubFunction( in processRelocationRef() local
1364 RelocationEntry REHi(SectionID, StubTargetAddr - Section.getAddress(), in processRelocationRef()
1367 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
[all …]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h187 uint8_t *StubTargetAddr = createStubFunction( in processBranchRelocation() local
190 RE.SectionID, StubTargetAddr - Section.getAddress(), in processBranchRelocation()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h277 auto StubTargetAddr = in findStub() local
279 auto StubSymbol = JITSymbol(StubTargetAddr, I->second.second); in findStub()