Home
last modified time | relevance | path

Searched defs:hasEntryPoint (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSRecordSourceFile.cpp71 bool SRecordSourceFile::hasEntryPoint() in hasEntryPoint() function in SRecordSourceFile
H A DSourceFile.h151 virtual bool hasEntryPoint() { return false; } in hasEntryPoint() function
H A DStExecutableImage.h201 inline bool hasEntryPoint() const { return m_hasEntry; } in hasEntryPoint() function
H A DELFSourceFile.cpp240 bool ELFSourceFile::hasEntryPoint() in hasEntryPoint() function in ELFSourceFile