Searched refs:applyPPClo (Results 1 – 1 of 1) sorted by relevance
673 static inline uint16_t applyPPClo(uint64_t value) { return value & 0xffff; } in applyPPClo() function708 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()