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 …]
248 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local260 write32AArch64Addr(Target, Value, FinalAddress, 12); in resolveRelocation()266 write32AArch64Addr(Target, Value, FinalAddress, 0); in resolveRelocation()306 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()315 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()324 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()353 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()
98 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local102 Value -= FinalAddress + Delta; in resolveRelocation()
105 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local106 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation. in resolveRelocation()
96 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local97 Value -= FinalAddress + 4; in resolveRelocation()
211 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local212 Value -= FinalAddress; in resolveRelocation()
297 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local298 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()305 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local306 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()314 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local315 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()319 << format("%p\n", FinalAddress)); in resolveX86_64Relocation()352 uint32_t FinalAddress = in resolveX86Relocation() local354 uint32_t RealOffset = Value + Addend - FinalAddress; in resolveX86Relocation()372 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()