Searched refs:orig_location (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeFile.cc34 orig_location = NULL;
49 free (orig_location);
192 if (orig_location)
194 Dprintf (DEBUG_DBE_FILE, NTXT ("DbeFile::get_location:%d name='%s' orig_location='%s'\n"),
195 (int) __LINE__, name, orig_location);
202 if (strncmp (orig_location, NTXT ("zip:"), 4) == 0)
203 jar_df = getJarDbeFile (orig_location + 4, '!');
204 else if (strncmp (orig_location, NTXT ("jar:file:"), 9) == 0)
205 jar_df = getJarDbeFile (orig_location + 9, '!');
206 else if (strncmp (orig_location, NTX
[all...]
H A DDbeFile.h84 char *orig_location; member in class:DbeFile
H A DLoadObject.cc61 lo->dbeFile->orig_location = dbe_strdup (_runTimePath);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.cc34 orig_location = NULL;
49 free (orig_location);
192 if (orig_location)
194 Dprintf (DEBUG_DBE_FILE, NTXT ("DbeFile::get_location:%d name='%s' orig_location='%s'\n"),
195 (int) __LINE__, name, orig_location);
202 if (strncmp (orig_location, NTXT ("zip:"), 4) == 0)
203 jar_df = getJarDbeFile (orig_location + 4, '!');
204 else if (strncmp (orig_location, NTXT ("jar:file:"), 9) == 0)
205 jar_df = getJarDbeFile (orig_location + 9, '!');
206 else if (strncmp (orig_location, NTX
[all...]
H A DDbeFile.h84 char *orig_location; member in class:DbeFile
H A DLoadObject.cc61 lo->dbeFile->orig_location = dbe_strdup (_runTimePath);

Completed in 193 milliseconds