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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp487 int32_t RelValue = static_cast<int32_t>(Value - FinalAddress - 8); local
488 RelValue = (RelValue & 0x03FFFFFC) >> 2;
491 *TargetPtr |= RelValue;

Completed in 101 milliseconds