Home
last modified time | relevance | path

Searched refs:RelocTarget (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1509 uint8_t *RelocTarget = in processRelocationRef() local
1511 int32_t delta = static_cast<int32_t>(Target - RelocTarget); in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1462 uint8_t *RelocTarget = in processRelocationRef() local
1464 int64_t delta = static_cast<int64_t>(Target - RelocTarget); in processRelocationRef()