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 …]
150 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve() local154 << " FinalAddress: " << format("0x%016" PRIx64, FinalAddress) in dumpRelocationToResolve()
335 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local336 int64_t PCRelVal = Value - FinalAddress + RE.Addend; in resolveRelocation()344 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local346 ((Value + RE.Addend) & (-4096)) - (FinalAddress & (-4096)); in resolveRelocation()
75 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local79 Value -= FinalAddress + Delta; in resolveRelocation()
97 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local98 Value -= FinalAddress + 4; in resolveRelocation()
106 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local107 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation. in resolveRelocation()
123 uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset); in resolveRelocation() local124 Value -= FinalAddress; in resolveRelocation()