HomeSort by: relevance | last modified time | path
    Searched defs:found_file (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
solib-aix.c 523 int found_file; local
548 = solib_find (filename.c_str (), &found_file);
552 found_file));
solib-darwin.c 631 int found_file;
635 = solib_find (pathname, &found_file);
640 gdb_bfd_ref_ptr abfd (solib_bfd_fopen (found_pathname.get (), found_file));
630 int found_file; local
solib.c 116 int found_file = -1; local
219 found_file = gdb_open_cloexec (temp_pathname.get (), O_RDONLY | O_BINARY, 0)
227 if (found_file < 0 && sysroot != NULL
237 found_file
240 if (found_file < 0)
252 found_file
259 either found_file >= 0 and temp_pathname is a malloc'd string, or
260 found_file < 0 and temp_pathname does not point to storage that
263 if (found_file < 0)
270 if (found_file < 0 && IS_TARGET_ABSOLUTE_PATH (fskind, in_pathname)
436 int found_file; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
solib-aix.c 519 int found_file; local
544 = solib_find (filename.c_str (), &found_file);
548 found_file));
solib-darwin.c 617 int found_file; local
621 = solib_find (pathname, &found_file);
626 gdb_bfd_ref_ptr abfd (solib_bfd_fopen (found_pathname.get (), found_file));
solib.c 115 int found_file = -1; local
218 found_file = gdb_open_cloexec (temp_pathname.get (), O_RDONLY | O_BINARY, 0)
226 if (found_file < 0 && sysroot != NULL
236 found_file
239 if (found_file < 0)
251 found_file
258 either found_file >= 0 and temp_pathname is a malloc'd string, or
259 found_file < 0 and temp_pathname does not point to storage that
262 if (found_file < 0)
269 if (found_file < 0 && IS_TARGET_ABSOLUTE_PATH (fskind, in_pathname)
435 int found_file; local
    [all...]

Completed in 27 milliseconds