Searched refs:scratch_chan (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | solib.c | 232 int scratch_chan; in solib_map_sections() local 240 scratch_chan = solib_open (filename, &scratch_pathname); in solib_map_sections() 242 if (scratch_chan < 0) in solib_map_sections() 248 abfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in solib_map_sections() 251 close (scratch_chan); in solib_map_sections()
|
H A D | exec.c | 191 int scratch_chan; in exec_file_attach() local 193 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, filename, in exec_file_attach() 197 if (scratch_chan < 0) in exec_file_attach() 201 scratch_chan = openp (getenv ("PATH"), OPF_TRY_CWD_FIRST, exename, in exec_file_attach() 206 if (scratch_chan < 0) in exec_file_attach() 208 exec_bfd = bfd_fdopenr (scratch_pathname, gnutarget, scratch_chan); in exec_file_attach()
|
H A D | corelow.c | 286 int scratch_chan; in core_open() local 312 scratch_chan = open (filename, flags, 0); in core_open() 313 if (scratch_chan < 0) in core_open() 316 temp_bfd = bfd_fdopenr (filename, gnutarget, scratch_chan); in core_open()
|