Searched refs:applyPPClo (Results 1 – 1 of 1) sorted by relevance
901 static inline uint16_t applyPPClo(uint64_t value) { return value & 0xffff; } in applyPPClo() function936 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation()956 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()959 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()962 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()965 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()994 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation()