Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp68 m_load_offset(LLDB_INVALID_ADDRESS), m_entry_point(LLDB_INVALID_ADDRESS), in DynamicLoaderPOSIXDYLD()
700 if (m_entry_point != LLDB_INVALID_ADDRESS) in GetEntryPoint()
701 return m_entry_point; in GetEntryPoint()
711 m_entry_point = static_cast<addr_t>(*entry_point); in GetEntryPoint()
717 m_entry_point = ReadUnsignedIntWithSizeInBytes(m_entry_point, 8); in GetEntryPoint()
719 return m_entry_point; in GetEntryPoint()
H A DDynamicLoaderPOSIXDYLD.h71 lldb::addr_t m_entry_point; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp104 m_load_offset(LLDB_INVALID_ADDRESS), m_entry_point(LLDB_INVALID_ADDRESS), in DynamicLoaderHexagonDYLD()
509 if (m_entry_point != LLDB_INVALID_ADDRESS) in GetEntryPoint()
510 return m_entry_point; in GetEntryPoint()
H A DDynamicLoaderHexagonDYLD.h60 lldb::addr_t m_entry_point; variable