Searched refs:canonical_pathname (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dexec.c414 const char *scratch_pathname, *canonical_pathname; local
438 canonical_pathname = scratch_pathname;
470 canonical_pathname = canonical_storage.get ();
475 temp = gdb_bfd_fopen (canonical_pathname, gnutarget,
478 temp = gdb_bfd_open (canonical_pathname, gnutarget, scratch_chan);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dexec.c388 const char *scratch_pathname, *canonical_pathname; local
411 canonical_pathname = scratch_pathname;
443 canonical_pathname = canonical_storage.get ();
448 temp = gdb_bfd_fopen (canonical_pathname, gnutarget,
451 temp = gdb_bfd_open (canonical_pathname, gnutarget, scratch_chan);

Completed in 256 milliseconds