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