Searched refs:scratch_chan (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | exec.c | 200 int scratch_chan; in exec_file_attach() local 202 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, filename, in exec_file_attach() 206 if (scratch_chan < 0) in exec_file_attach() 210 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, exename, in exec_file_attach() 215 if (scratch_chan < 0) in exec_file_attach() 219 scratch_chan); in exec_file_attach()
|
| D | solib.c | 264 int scratch_chan; in solib_map_sections() local 272 scratch_chan = solib_open (filename, &scratch_pathname); in solib_map_sections() 274 if (scratch_chan < 0) in solib_map_sections() 280 abfd = bfd_fopen (scratch_pathname, gnutarget, FOPEN_RB, scratch_chan); in solib_map_sections() 283 close (scratch_chan); in solib_map_sections()
|
| D | corelow.c | 288 int scratch_chan; in core_open() local 315 scratch_chan = open (filename, flags, 0); in core_open() 316 if (scratch_chan < 0) in core_open() 321 scratch_chan); in core_open()
|