Lines Matching refs:LocalAddress
930 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local
936 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation()
939 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation()
942 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation()
950 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local
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()
968 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation()
971 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation()
974 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend)); in resolvePPC64Relocation()
977 writeInt16BE(LocalAddress, applyPPChighera(Value + Addend)); in resolvePPC64Relocation()
980 writeInt16BE(LocalAddress, applyPPChighest(Value + Addend)); in resolvePPC64Relocation()
983 writeInt16BE(LocalAddress, applyPPChighesta(Value + Addend)); in resolvePPC64Relocation()
988 uint8_t aalk = *(LocalAddress + 3); in resolvePPC64Relocation()
989 writeInt16BE(LocalAddress + 2, (aalk & 3) | ((Value + Addend) & 0xfffc)); in resolvePPC64Relocation()
994 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation()
999 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation()
1004 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation()
1010 writeInt32BE(LocalAddress, Result); in resolvePPC64Relocation()
1018 writeInt32BE(LocalAddress, 0x48000001 | (delta & 0x03FFFFFC)); in resolvePPC64Relocation()
1025 writeInt32BE(LocalAddress, delta); in resolvePPC64Relocation()
1030 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation()
1033 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation()
1041 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
1050 writeInt16BE(LocalAddress, Delta / 2); in resolveSystemZRelocation()
1057 writeInt32BE(LocalAddress, Delta / 2); in resolveSystemZRelocation()
1063 writeInt32BE(LocalAddress, Delta); in resolveSystemZRelocation()
1067 writeInt64BE(LocalAddress, Value + Addend); in resolveSystemZRelocation()
1071 writeInt64BE(LocalAddress, Delta); in resolveSystemZRelocation()