Lines Matching refs:FinalAddress
294 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local
295 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()
302 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local
303 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()
311 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local
312 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()
316 << format("%p\n", FinalAddress)); in resolveX86_64Relocation()
349 uint32_t FinalAddress = in resolveX86Relocation() local
351 uint32_t RealOffset = Value + Addend - FinalAddress; in resolveX86Relocation()
369 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveAArch64Relocation() local
375 << " FinalAddress: 0x" << format("%llx", FinalAddress) in resolveAArch64Relocation()
400 uint64_t Result = Value + Addend - FinalAddress; in resolveAArch64Relocation()
407 write(isBE, TargetPtr, Value + Addend - FinalAddress); in resolveAArch64Relocation()
413 uint64_t BranchImm = Value + Addend - FinalAddress; in resolveAArch64Relocation()
435 ((Value + Addend) & ~0xfffULL) - (FinalAddress & ~0xfffULL); in resolveAArch64Relocation()
490 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset) & 0xFFFFFFFF; in resolveARMRelocation() local
495 << " FinalAddress: " << format("%p", FinalAddress) in resolveARMRelocation()
510 ((Value - FinalAddress) & ~0x80000000); in resolveARMRelocation()
532 int32_t RelValue = static_cast<int32_t>(Value - FinalAddress - 8); in resolveARMRelocation()
768 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolvePPC64Relocation() local
769 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation()
773 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolvePPC64Relocation() local
774 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation()
778 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolvePPC64Relocation() local
779 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation()
789 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolvePPC64Relocation() local
790 int64_t delta = static_cast<int64_t>(Value - FinalAddress + Addend); in resolvePPC64Relocation()
798 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolvePPC64Relocation() local
799 int64_t delta = static_cast<int64_t>(Value - FinalAddress + Addend); in resolvePPC64Relocation()
805 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolvePPC64Relocation() local
806 uint64_t Delta = Value - FinalAddress + Addend; in resolvePPC64Relocation()