Searched refs:FinalAddress (Results 1 – 7 of 7) sorted by relevance
255 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local256 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()263 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local264 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()272 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation() local273 int64_t RealOffset = Value + Addend - FinalAddress; in resolveX86_64Relocation()291 uint32_t FinalAddress = in resolveX86Relocation() local293 uint32_t RealOffset = Value + Addend - FinalAddress; in resolveX86Relocation()311 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveAArch64Relocation() local315 << " FinalAddress: 0x" << format("%llx", FinalAddress) in resolveAArch64Relocation()[all …]
139 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve() local143 << " FinalAddress: " << format("0x%016" PRIx64, FinalAddress) in dumpRelocationToResolve()
327 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local328 int64_t PCRelVal = Value - FinalAddress + RE.Addend; in resolveRelocation()336 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local338 ((Value + RE.Addend) & (-4096)) - (FinalAddress & (-4096)); in resolveRelocation()
75 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local79 Value -= FinalAddress + Delta; in resolveRelocation()
83 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local84 Value -= FinalAddress + 4; in resolveRelocation()
89 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local90 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation. in resolveRelocation()
102 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local103 Value -= FinalAddress; in resolveRelocation()