Searched refs:isJarOrZip (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeFile.h88 static bool isJarOrZip (const char *fnm);
H A DDbeFile.cc207 && isJarOrZip (orig_location + 5))
221 && !isJarOrZip (orig_location + 5))
302 DbeFile::isJarOrZip (const char *fnm) function in class:DbeFile
324 if (isJarOrZip (filename))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.h88 static bool isJarOrZip (const char *fnm);
H A DDbeFile.cc207 && isJarOrZip (orig_location + 5))
221 && !isJarOrZip (orig_location + 5))
302 DbeFile::isJarOrZip (const char *fnm) function in class:DbeFile
324 if (isJarOrZip (filename))

Completed in 195 milliseconds