OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasEntryPoint
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftosb/dist/common/
SRecordSourceFile.cpp
71
bool SRecordSourceFile::
hasEntryPoint
()
SourceFile.h
99
virtual bool
hasEntryPoint
()=0;
151
virtual bool
hasEntryPoint
() { return false; }
StExecutableImage.h
201
inline bool
hasEntryPoint
() const { return m_hasEntry; }
204
inline uint32_t getEntryPoint() const { return
hasEntryPoint
() ? m_entry : 0; }
ELFSourceFile.cpp
240
bool ELFSourceFile::
hasEntryPoint
()
Completed in 23 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026