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

  /src/external/gpl3/gdb.old/dist/gdb/
build-id.c 111 gdb_bfd_ref_ptr debug_bfd = gdb_bfd_open (filename, gnutarget); local
113 if (debug_bfd == NULL)
121 if (!build_id_verify (debug_bfd.get(), build_id_len, build_id))
132 return debug_bfd;
172 gdb_bfd_ref_ptr debug_bfd local
174 if (debug_bfd != NULL)
175 return debug_bfd;
184 debug_bfd = build_id_to_debug_bfd_1 (link, build_id_len, build_id);
185 if (debug_bfd != NULL)
186 return debug_bfd;
    [all...]
symfile-debug.c 571 gdb_bfd_ref_ptr debug_bfd
574 if (debug_bfd != nullptr
575 && build_id_verify (debug_bfd.get (),
577 return { debug_bfd, std::string (symfile_path.get ()) };
602 gdb_bfd_ref_ptr debug_bfd;
605 std::tie (debug_bfd, filename)
609 if (debug_bfd == nullptr)
610 std::tie (debug_bfd, filename)
620 if (debug_bfd == nullptr && attempt == 0)
621 std::tie (debug_bfd, filename
601 gdb_bfd_ref_ptr debug_bfd; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
build-id.c 202 gdb_bfd_ref_ptr debug_bfd = gdb_bfd_open (filename, gnutarget); local
204 if (debug_bfd == NULL)
210 if (!build_id_verify (debug_bfd.get(), build_id_len, build_id))
217 return debug_bfd;
275 gdb_bfd_ref_ptr debug_bfd local
277 if (debug_bfd != NULL)
278 return debug_bfd;
293 debug_bfd = build_id_to_debug_bfd_1 (link, build_id_len, build_id,
295 if (debug_bfd != NULL)
296 return debug_bfd;
    [all...]
symfile-debug.c 564 gdb_bfd_ref_ptr debug_bfd
567 if (debug_bfd != nullptr
568 && build_id_verify (debug_bfd.get (),
570 return { debug_bfd, std::string (symfile_path.get ()) };
595 gdb_bfd_ref_ptr debug_bfd;
598 std::tie (debug_bfd, filename)
602 if (debug_bfd == nullptr)
603 std::tie (debug_bfd, filename)
613 if (debug_bfd == nullptr && attempt == 0)
614 std::tie (debug_bfd, filename
594 gdb_bfd_ref_ptr debug_bfd; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 983 bfd *debug_bfd; local
989 debug_bfd = bfd_openr (debug_filename, NULL);
991 if (debug_bfd == NULL)
995 if (!bfd_check_format (debug_bfd, bfd_object))
997 bfd_close (debug_bfd);
1000 stash->alt.bfd_ptr = debug_bfd;
1028 bfd *debug_bfd; local
1034 debug_bfd = bfd_openr (debug_filename, NULL);
1036 if (debug_bfd == NULL)
1040 if (!bfd_check_format (debug_bfd, bfd_object)
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 2206 bfd *debug_bfd;
2217 debug_bfd = find_separate_debug (abfd);
2218 if (debug_bfd == NULL)
2219 debug_bfd = abfd;
2221 alt_bfd = find_alt_debug (debug_bfd);
2226 debug_bfd = abfd;
2229 if (! bfd_find_nearest_line_with_alt (debug_bfd, alt_filename,
2201 bfd *debug_bfd; local
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 983 bfd *debug_bfd; local
989 debug_bfd = bfd_openr (debug_filename, NULL);
991 if (debug_bfd == NULL)
995 if (!bfd_check_format (debug_bfd, bfd_object))
997 bfd_close (debug_bfd);
1000 stash->alt.bfd_ptr = debug_bfd;
1028 bfd *debug_bfd; local
1034 debug_bfd = bfd_openr (debug_filename, NULL);
1036 if (debug_bfd == NULL)
1040 if (!bfd_check_format (debug_bfd, bfd_object)
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 2215 bfd *debug_bfd;
2226 debug_bfd = find_separate_debug (abfd);
2227 if (debug_bfd == NULL)
2228 debug_bfd = abfd;
2230 alt_bfd = find_alt_debug (debug_bfd);
2235 debug_bfd = abfd;
2238 if (! bfd_find_nearest_line_with_alt (debug_bfd, alt_filename,
2210 bfd *debug_bfd; local
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 983 bfd *debug_bfd; local
989 debug_bfd = bfd_openr (debug_filename, NULL);
991 if (debug_bfd == NULL)
995 if (!bfd_check_format (debug_bfd, bfd_object))
997 bfd_close (debug_bfd);
1000 stash->alt.bfd_ptr = debug_bfd;
1028 bfd *debug_bfd; local
1034 debug_bfd = bfd_openr (debug_filename, NULL);
1036 if (debug_bfd == NULL)
1040 if (!bfd_check_format (debug_bfd, bfd_object)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 986 bfd *debug_bfd; local
992 debug_bfd = bfd_openr (debug_filename, NULL);
994 if (debug_bfd == NULL)
998 if (!bfd_check_format (debug_bfd, bfd_object))
1000 bfd_close (debug_bfd);
1003 stash->alt.bfd_ptr = debug_bfd;
1031 bfd *debug_bfd; local
1037 debug_bfd = bfd_openr (debug_filename, NULL);
1039 if (debug_bfd == NULL)
1043 if (!bfd_check_format (debug_bfd, bfd_object)
    [all...]

Completed in 40 milliseconds