Searched refs:applyPPClo (Results 1 – 1 of 1) sorted by relevance
999 static inline uint16_t applyPPClo(uint64_t value) { return value & 0xffff; } in applyPPClo() function1034 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation()1054 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()1057 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()1060 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()1063 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()1094 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation()