Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp600 int32_t RelValue = static_cast<int32_t>(Value - FinalAddress - 8); in resolveARMRelocation() local
601 RelValue = (RelValue & 0x03FFFFFC) >> 2; in resolveARMRelocation()
604 (support::ulittle32_t::ref{TargetPtr} & 0xFF000000) | RelValue; in resolveARMRelocation()