Lines Matching refs:LocalAddress
911 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local
917 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC32Relocation()
920 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC32Relocation()
923 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC32Relocation()
931 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local
937 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
940 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
943 writeInt16BE(LocalAddress, applyPPClo(Value + Addend)); in resolvePPC64Relocation()
946 writeInt16BE(LocalAddress, applyPPClo(Value + Addend) & ~3); in resolvePPC64Relocation()
949 writeInt16BE(LocalAddress, applyPPChi(Value + Addend)); in resolvePPC64Relocation()
952 writeInt16BE(LocalAddress, applyPPCha(Value + Addend)); in resolvePPC64Relocation()
955 writeInt16BE(LocalAddress, applyPPChigher(Value + Addend)); in resolvePPC64Relocation()
958 writeInt16BE(LocalAddress, applyPPChighera(Value + Addend)); in resolvePPC64Relocation()
961 writeInt16BE(LocalAddress, applyPPChighest(Value + Addend)); in resolvePPC64Relocation()
964 writeInt16BE(LocalAddress, applyPPChighesta(Value + Addend)); in resolvePPC64Relocation()
969 uint8_t aalk = *(LocalAddress + 3); in resolvePPC64Relocation()
970 writeInt16BE(LocalAddress + 2, (aalk & 3) | ((Value + Addend) & 0xfffc)); in resolvePPC64Relocation()
975 writeInt16BE(LocalAddress, applyPPClo(Delta)); in resolvePPC64Relocation()
980 writeInt16BE(LocalAddress, applyPPChi(Delta)); in resolvePPC64Relocation()
985 writeInt16BE(LocalAddress, applyPPCha(Delta)); in resolvePPC64Relocation()
991 writeInt32BE(LocalAddress, Result); in resolvePPC64Relocation()
999 writeInt32BE(LocalAddress, 0x48000001 | (delta & 0x03FFFFFC)); in resolvePPC64Relocation()
1006 writeInt32BE(LocalAddress, delta); in resolvePPC64Relocation()
1011 writeInt64BE(LocalAddress, Delta); in resolvePPC64Relocation()
1014 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation()
1022 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
1031 writeInt16BE(LocalAddress, Delta / 2); in resolveSystemZRelocation()
1038 writeInt32BE(LocalAddress, Delta / 2); in resolveSystemZRelocation()
1044 writeInt32BE(LocalAddress, Delta); in resolveSystemZRelocation()
1048 writeInt64BE(LocalAddress, Value + Addend); in resolveSystemZRelocation()