Home
last modified time | relevance | path

Searched refs:getLoadAddress (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h171 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()
DRuntimeDyldCOFFI386.h163 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()
DRuntimeDyldMachOI386.h116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOX86_64.h113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOARM.h154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOAArch64.h361 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h201 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()
DRuntimeDyldCOFFI386.h161 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()
DRuntimeDyldCOFFX86_64.h40 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()
262 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
DRuntimeDyldMachOI386.h116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOX86_64.h113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
DRuntimeDyldMachOARM.h259 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation()
260 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp153 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()
DRuntimeDyldImpl.h98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
323 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
DRuntimeDyld.cpp93 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory()
140 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveRelocations()
979 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress()
1104 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp150 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()
DRuntimeDyldImpl.h98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function
300 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
DRuntimeDyld.cpp91 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()
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h29 virtual uint64_t getLoadAddress() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h32 uint64_t getLoadAddress() const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h31 uint64_t getLoadAddress() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h30 virtual uint64_t getLoadAddress() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h32 uint64_t getLoadAddress() const override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp76 uint64_t RawSession::getLoadAddress() const { return 0; } in getLoadAddress() function in RawSession
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h51 uint64_t getLoadAddress() const override;

12