Searched refs:scratch_pathname (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | exec.c | 199 char *scratch_pathname; in exec_file_attach() local 204 &scratch_pathname); in exec_file_attach() 212 &scratch_pathname); in exec_file_attach() 217 exec_bfd = bfd_fopen (scratch_pathname, gnutarget, in exec_file_attach() 223 scratch_pathname, bfd_errmsg (bfd_get_error ())); in exec_file_attach() 229 scratch_pathname = xstrdup (scratch_pathname); in exec_file_attach() 230 make_cleanup (xfree, scratch_pathname); in exec_file_attach() 238 scratch_pathname, bfd_errmsg (bfd_get_error ())); in exec_file_attach() 253 scratch_pathname, bfd_errmsg (bfd_get_error ())); in exec_file_attach() 264 scratch_pathname, bfd_errmsg (bfd_get_error ())); in exec_file_attach()
|
| D | solib.c | 263 char *scratch_pathname; in solib_map_sections() local 272 scratch_chan = solib_open (filename, &scratch_pathname); in solib_map_sections() 280 abfd = bfd_fopen (scratch_pathname, gnutarget, FOPEN_RB, scratch_chan); in solib_map_sections() 285 scratch_pathname, bfd_errmsg (bfd_get_error ())); in solib_map_sections() 294 if (strlen (scratch_pathname) >= SO_NAME_MAX_PATH_SIZE) in solib_map_sections() 296 strcpy (so->so_name, scratch_pathname); in solib_map_sections() 301 scratch_pathname, bfd_errmsg (bfd_get_error ())); in solib_map_sections()
|