Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp487 int32_t RelValue = static_cast<int32_t>(Value - FinalAddress - 8); in resolveARMRelocation() local
488 RelValue = (RelValue & 0x03FFFFFC) >> 2; in resolveARMRelocation()
491 *TargetPtr |= RelValue; in resolveARMRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp532 int32_t RelValue = static_cast<int32_t>(Value - FinalAddress - 8); in resolveARMRelocation() local
533 RelValue = (RelValue & 0x03FFFFFC) >> 2; in resolveARMRelocation()
536 (support::ulittle32_t::ref{TargetPtr} & 0xFF000000) | RelValue; in resolveARMRelocation()