Home
last modified time | relevance | path

Searched refs:m_interpreter_base (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp79 m_interpreter_base(LLDB_INVALID_ADDRESS) {} in DynamicLoaderPOSIXDYLD()
527 if (m_interpreter_base == LLDB_INVALID_ADDRESS) in LoadInterpreterModule()
532 Status status = m_process->GetMemoryRegionInfo(m_interpreter_base, info); in LoadInterpreterModule()
545 UpdateLoadedSections(module_sp, LLDB_INVALID_ADDRESS, m_interpreter_base, in LoadInterpreterModule()
631 m_interpreter_base = *interpreter_base; in EvalSpecialModulesStatus()
DDynamicLoaderPOSIXDYLD.h82 lldb::addr_t m_interpreter_base; variable