Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h120 lldb::addr_t GetEntryPoint();
H A DDynamicLoaderHexagonDYLD.cpp512 addr_t DynamicLoaderHexagonDYLD::GetEntryPoint() { in GetEntryPoint() function in DynamicLoaderHexagonDYLD
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h161 lldb::addr_t GetEntryPoint();
H A DDynamicLoaderPOSIXDYLD.cpp222 const addr_t entry = GetEntryPoint(); in ProbeEntry()
678 if ((virt_entry = GetEntryPoint()) == LLDB_INVALID_ADDRESS) in ComputeLoadOffset()
708 addr_t DynamicLoaderPOSIXDYLD::GetEntryPoint() { in GetEntryPoint() function in DynamicLoaderPOSIXDYLD