Home
last modified time | relevance | path

Searched refs:m_entry_point (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp68 m_load_offset(LLDB_INVALID_ADDRESS), m_entry_point(LLDB_INVALID_ADDRESS), in DynamicLoaderPOSIXDYLD()
709 if (m_entry_point != LLDB_INVALID_ADDRESS) in GetEntryPoint()
710 return m_entry_point; in GetEntryPoint()
720 m_entry_point = static_cast<addr_t>(*entry_point); in GetEntryPoint()
726 m_entry_point = ReadUnsignedIntWithSizeInBytes(m_entry_point, 8); in GetEntryPoint()
728 return m_entry_point; in GetEntryPoint()
H A DDynamicLoaderPOSIXDYLD.h71 lldb::addr_t m_entry_point; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp104 m_load_offset(LLDB_INVALID_ADDRESS), m_entry_point(LLDB_INVALID_ADDRESS), in DynamicLoaderHexagonDYLD()
513 if (m_entry_point != LLDB_INVALID_ADDRESS) in GetEntryPoint()
514 return m_entry_point; in GetEntryPoint()
H A DDynamicLoaderHexagonDYLD.h60 lldb::addr_t m_entry_point; variable