Searched refs:FinalAddress (Results 1 – 10 of 10) 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 …]
274 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local286 write32AArch64Addr(Target, Value, FinalAddress, 12); in resolveRelocation()292 write32AArch64Addr(Target, Value, FinalAddress, 0); in resolveRelocation()332 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()341 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()350 uint64_t PCRelVal = Value + RE.Addend - FinalAddress; in resolveRelocation()379 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()
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()
99 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local103 Value -= FinalAddress + Delta; in resolveRelocation()
210 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local211 Value -= FinalAddress; in resolveRelocation()
308 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local309 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()316 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local317 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()325 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local326 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()330 << format("%p\n", FinalAddress)); in resolveX86_64Relocation()389 uint32_t FinalAddress = in resolveX86Relocation() local391 uint32_t RealOffset = Value + Addend - FinalAddress; in resolveX86Relocation()409 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveAArch64Relocation() local[all …]
151 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve() local155 << " FinalAddress: " << format("0x%016" PRIx64, FinalAddress) in dumpRelocationToResolve()
1717 ptrdiff_t FinalAddress = (TLSVarAddress + Offset); in getAdjustedFasterLocalExpr() local1729 if (FinalAddress >= 32768) { in getAdjustedFasterLocalExpr()1736 ptrdiff_t Delta = ((FinalAddress + 32768) & ~0xFFFF); in getAdjustedFasterLocalExpr()