Home
last modified time | relevance | path

Searched defs:image_base (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libunwind/src/
H A DAddressSpace.hpp394 static bool checkAddrInSegment(const Elf_Phdr *phdr, size_t image_base, in checkAddrInSegment()
408 static bool checkForUnwindInfoSegment(const Elf_Phdr *phdr, size_t image_base, in checkForUnwindInfoSegment()
453 Elf_Addr image_base = pinfo->dlpi_addr; in findUnwindSectionsByPhdr() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h150 void OnDebuggerConnected(lldb::addr_t image_base) override { in OnDebuggerConnected()
H A DLocalDebugDelegate.cpp23 void LocalDebugDelegate::OnDebuggerConnected(lldb::addr_t image_base) { in OnDebuggerConnected()
H A DProcessDebugger.cpp478 OnDebuggerConnected(lldb::addr_t image_base) OnDebuggerConnected() argument
H A DNativeProcessWindows.cpp418 OnDebuggerConnected(lldb::addr_t image_base) OnDebuggerConnected() argument
H A DProcessWindows.cpp645 OnDebuggerConnected(lldb::addr_t image_base) OnDebuggerConnected() argument
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp63 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; in getDynamicTypeInfoFromVtable() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp136 lldb::addr_t image_base = m_process->GetImageInfoAddress(); in DidAttach() local
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h205 uint64_t image_base = 0; member