Searched refs:getLoadAddress (Results 1 – 18 of 18) sorted by relevance
171 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation()172 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()239 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()254 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()269 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
163 Sections[0].getLoadAddress(); in resolveRelocation()179 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()180 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset; in resolveRelocation()
113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
361 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
190 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
150 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve()308 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress(); in computeDelta()337 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function300 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
91 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory()137 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveRelocations()886 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress()968 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
807 Addr = getRTDyld().Sections[SectionID].getLoadAddress(); in getSectionAddr()843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor()
195 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()207 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in deregisterEHFrames()
29 virtual uint64_t getLoadAddress() const = 0;
32 uint64_t getLoadAddress() const override;
31 uint64_t getLoadAddress() const override;
76 uint64_t RawSession::getLoadAddress() const { return 0; } in getLoadAddress() function in RawSession
130 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
64 uint64_t getLoadAddress() const override { return 0; } in getLoadAddress() function in __anon767b75250111::MockSession