Home
last modified time | relevance | path

Searched refs:hasEntryPoint (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.h99 virtual bool hasEntryPoint()=0;
151 virtual bool hasEntryPoint() { return false; } in hasEntryPoint() function
H A DStExecutableImage.h201 inline bool hasEntryPoint() const { return m_hasEntry; } in hasEntryPoint() function
204 inline uint32_t getEntryPoint() const { return hasEntryPoint() ? m_entry : 0; } in getEntryPoint()
H A DSRecordSourceFile.h64 virtual bool hasEntryPoint();
H A DSRecordSourceFile.cpp71 bool SRecordSourceFile::hasEntryPoint() in hasEntryPoint() function in SRecordSourceFile
H A DSourceFile.cpp145 if (!hasEntryPoint()) in createDataTargetForEntryPoint()
H A DELFSourceFile.h89 virtual bool hasEntryPoint();
H A DELFSourceFile.cpp240 bool ELFSourceFile::hasEntryPoint() in hasEntryPoint() function in ELFSourceFile
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp323 if (!symbolName && !sourceFile->hasEntryPoint()) in reduce()