Lines Matching refs:LocalAddress
500 uint8_t* LocalAddress = Section.Address + Offset; in resolvePPC64Relocation() local
506 writeInt16BE(LocalAddress, applyPPClo (Value + Addend)); in resolvePPC64Relocation()
509 writeInt16BE(LocalAddress, applyPPChi (Value + Addend)); in resolvePPC64Relocation()
512 writeInt16BE(LocalAddress, applyPPChigher (Value + Addend)); in resolvePPC64Relocation()
515 writeInt16BE(LocalAddress, applyPPChighest (Value + Addend)); in resolvePPC64Relocation()
520 uint8_t aalk = *(LocalAddress+3); in resolvePPC64Relocation()
521 writeInt16BE(LocalAddress + 2, (aalk & 3) | ((Value + Addend) & 0xfffc)); in resolvePPC64Relocation()
527 writeInt32BE(LocalAddress, Result); in resolvePPC64Relocation()
535 writeInt32BE(LocalAddress, 0x48000001 | (delta & 0x03FFFFFC)); in resolvePPC64Relocation()
542 writeInt32BE(LocalAddress, delta); in resolvePPC64Relocation()
545 writeInt64BE(LocalAddress, Value + Addend); in resolvePPC64Relocation()
548 writeInt64BE(LocalAddress, findPPC64TOC()); in resolvePPC64Relocation()
553 writeInt16BE(LocalAddress, applyPPClo(Value)); in resolvePPC64Relocation()
558 writeInt16BE(LocalAddress, applyPPClo(Value)); in resolvePPC64Relocation()