Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp673 static inline uint16_t applyPPClo(uint64_t value) { return value & 0xffff; } in applyPPClo() function
708 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
711 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
714 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
717 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
746 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation()