Home
last modified time | relevance | path

Searched defs:hasSymbol (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.h115 virtual bool hasSymbol(const std::string & name) { return false; } in hasSymbol() function
H A DELFSourceFile.cpp323 bool ELFSourceFile::hasSymbol(const std::string & name) in hasSymbol() function in ELFSourceFile