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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeFile.h76 DbeFile *getJarDbeFile (char *fnm, int sym);
H A DDbeFile.cc125 DbeFile::getJarDbeFile (char *fnm, int sym) function in class:DbeFile
127 Dprintf (DEBUG_DBE_FILE, NTXT ("DbeFile::getJarDbeFile: %s fnm='%s' sym=%d\n"),
203 jar_df = getJarDbeFile (orig_location + 4, '!');
205 jar_df = getJarDbeFile (orig_location + 9, '!');
208 jar_df = getJarDbeFile (orig_location + 5, 0);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.h76 DbeFile *getJarDbeFile (char *fnm, int sym);
H A DDbeFile.cc125 DbeFile::getJarDbeFile (char *fnm, int sym) function in class:DbeFile
127 Dprintf (DEBUG_DBE_FILE, NTXT ("DbeFile::getJarDbeFile: %s fnm='%s' sym=%d\n"),
203 jar_df = getJarDbeFile (orig_location + 4, '!');
205 jar_df = getJarDbeFile (orig_location + 9, '!');
208 jar_df = getJarDbeFile (orig_location + 5, 0);

Completed in 190 milliseconds