Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp506 int32_t RelValue = static_cast<int32_t>(Value - FinalAddress - 8); in resolveARMRelocation() local
507 RelValue = (RelValue & 0x03FFFFFC) >> 2; in resolveARMRelocation()
510 *TargetPtr |= RelValue; in resolveARMRelocation()