HomeSort by: relevance | last modified time | path
    Searched refs:getLoadAddress (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.cpp 110 << formatv("{0:x16} + {1:x8} ( {2:x16} )", Sec.getLoadAddress(),
111 EntryOffset, Sec.getLoadAddress() + EntryOffset)
RuntimeDyldMachO.cpp 152 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset;
313 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress();
342 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(),
RuntimeDyldImpl.h 96 uint64_t getLoadAddress() const { return LoadAddress; }
468 return Sections[SectionID].getLoadAddress();
RuntimeDyld.cpp 95 uint64_t LoadAddr = S.getLoadAddress();
1074 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress())
1259 return RTDyld.Sections[I->second].getLoadAddress();
RuntimeDyldELF.cpp 225 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
1102 Address = uint64_t(Sections[Value.SectionID].getLoadAddress());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFThumb.h 214 // NOTE: use Section[0].getLoadAddress() as an approximation of ImageBase
215 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() -
216 Sections[0].getLoadAddress() + RE.Addend;
276 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
291 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
306 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
RuntimeDyldCOFFI386.h 168 // NOTE: use Section[0].getLoadAddress() as an approximation of ImageBase
171 Sections[0].getLoadAddress();
185 : Sections[RE.Sections.SectionA].getLoadAddress();
186 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
RuntimeDyldCOFFX86_64.h 44 if (Section.getLoadAddress() != 0)
45 ImageBase = std::min(ImageBase, Section.getLoadAddress());
284 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
RuntimeDyldMachOX86_64.h 112 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
RuntimeDyldMachOI386.h 115 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
RuntimeDyldCOFFAArch64.h 83 if (Section.getLoadAddress() != 0)
84 ImageBase = std::min(ImageBase, Section.getLoadAddress());
RuntimeDyldMachOARM.h 260 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
RuntimeDyldMachOAArch64.h 418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress();
419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBSession.h 29 virtual uint64_t getLoadAddress() const = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASession.h 31 uint64_t getLoadAddress() const override;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 47 uint64_t getLoadAddress() const override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeSession.cpp 196 uint64_t NativeSession::getLoadAddress() const { return LoadAddress; }
214 uint32_t RVA = VA - getLoadAddress();
279 return Cache.findLineNumbersByVA(getLoadAddress() + RVA, Length);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIASession.cpp 138 uint64_t DIASession::getLoadAddress() const {
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 512 inline uint32_t getLoadAddress() const { return m_address; }

Completed in 38 milliseconds