Searched refs:getLoadAddress (Results 1 – 17 of 17) sorted by relevance
201 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()202 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()263 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()278 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()293 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
161 Sections[0].getLoadAddress(); in resolveRelocation()175 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()176 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset; in resolveRelocation()
45 if (Section.getLoadAddress() != 0) in getImageBase()46 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()275 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
261 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()262 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
419 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()420 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
153 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve()311 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress(); in computeDelta()340 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function323 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
96 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory()151 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveLocalRelocations()990 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress()1185 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
845 Addr = getRTDyld().Sections[SectionID].getLoadAddress(); in getSectionAddr()881 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor()906 return S.getLoadAddress(); in getSectionLoadAddress()
229 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()1026 Address = uint64_t(Sections[Value.SectionID].getLoadAddress()); in resolveAArch64ShortBranch()
30 virtual uint64_t getLoadAddress() const = 0;
32 uint64_t getLoadAddress() const override;
40 uint64_t getLoadAddress() const override;
83 uint64_t NativeSession::getLoadAddress() const { return 0; } in getLoadAddress() function in NativeSession
147 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession