Searched refs:FinalAddress (Results 1 – 9 of 9) sorted by relevance
78 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() local79 return Value - FinalAddress; in evaluateMIPS32Relocation()82 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() local83 return (Value - FinalAddress) >> 2; in evaluateMIPS32Relocation()86 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() local87 return (Value - (FinalAddress & ~0x3)) >> 2; in evaluateMIPS32Relocation()90 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() local91 return (Value - FinalAddress) >> 2; in evaluateMIPS32Relocation()94 uint32_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in evaluateMIPS32Relocation() local95 return (Value - FinalAddress) >> 2; in evaluateMIPS32Relocation()[all …]
259 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local271 write32AArch64Addr(Target, Value, FinalAddress, 12); in resolveRelocation()277 write32AArch64Addr(Target, Value, FinalAddress, 0); in resolveRelocation()317 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()326 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()335 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()364 uint64_t Result = Value - FinalAddress - 4; in resolveRelocation()
392 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local393 int64_t PCRelVal = Value - FinalAddress + RE.Addend; in resolveRelocation()401 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local403 ((Value + RE.Addend) & (-4096)) - (FinalAddress & (-4096)); in resolveRelocation()
99 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local103 Value -= FinalAddress + Delta; in resolveRelocation()
95 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local96 Value -= FinalAddress + 4; in resolveRelocation()
104 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local105 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation. in resolveRelocation()
210 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local211 Value -= FinalAddress; in resolveRelocation()
309 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local310 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()317 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local318 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()326 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local327 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()331 << format("%p\n", FinalAddress)); in resolveX86_64Relocation()390 uint32_t FinalAddress = in resolveX86Relocation() local392 uint32_t RealOffset = Value + Addend - FinalAddress; in resolveX86Relocation()410 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveAArch64Relocation() local[all …]
152 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve() local156 << " FinalAddress: " << format("0x%016" PRIx64, FinalAddress) in dumpRelocationToResolve()