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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
dwz.c 95 dwz_search_other_debugdirs (std::string &filename, bfd_byte *buildid,
164 if (!build_id_verify (dwz_bfd.get (), buildid_len, buildid))
184 bfd_byte *buildid; local
199 &buildid_len_arg, &buildid));
208 gdb::unique_xmalloc_ptr<bfd_byte> buildid_holder (buildid);
227 if (!build_id_verify (dwz_bfd.get (), buildid_len, buildid))
232 dwz_bfd = build_id_to_debug_bfd (buildid_len, buildid);
238 dwz_bfd = dwz_search_other_debugdirs (filename, buildid, buildid_len);
246 scoped_fd fd (debuginfod_debuginfo_query (buildid,
259 else if (!build_id_verify (dwz_bfd.get (), buildid_len, buildid))
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
dwz.c 112 gdb::unique_xmalloc_ptr<bfd_byte> *buildid)
160 buildid->reset ((bfd_byte *) xmemdup (contents, *buildid_len,
166 /* Validate that ABFD matches the given BUILDID. If DWARF5 is true,
170 verify_id (bfd *abfd, size_t len, const bfd_byte *buildid, bool dwarf5)
183 && memcmp (buildid, new_id.get (), len) == 0);
186 return build_id_verify (abfd, len, buildid);
196 gdb::unique_xmalloc_ptr<bfd_byte> *buildid,
199 if (get_debug_sup_info (abfd, filename, buildid_len, buildid))
221 buildid->reset (buildid_out);
233 dwz_search_other_debugdirs (std::string &filename, bfd_byte *buildid,
332 gdb::unique_xmalloc_ptr<bfd_byte> buildid; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
opncls.c 1244 Fetch the filename and BuildID value for any alternate debuginfo
1278 /* BuildID value is stored after the filename. */
1560 bfd_byte *buildid = NULL;
1561 char *result = bfd_get_alt_debug_link_info (abfd, &len, &buildid);
1563 free (buildid);
1889 matches @var{buildid}.
1559 bfd_byte *buildid = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
opncls.c 1249 Fetch the filename and BuildID value for any alternate debuginfo
1283 /* BuildID value is stored after the filename. */
1565 bfd_byte *buildid = NULL;
1566 char *result = bfd_get_alt_debug_link_info (abfd, &len, &buildid);
1568 free (buildid);
1894 matches @var{buildid}.
1564 bfd_byte *buildid = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
opncls.c 1288 Fetch the filename and BuildID value for any alternate debuginfo
1322 /* BuildID value is stored after the filename. */
1604 bfd_byte *buildid = NULL;
1605 char *result = bfd_get_alt_debug_link_info (abfd, &len, &buildid);
1607 free (buildid);
1938 matches @var{buildid}.
1603 bfd_byte *buildid = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
opncls.c 1249 Fetch the filename and BuildID value for any alternate debuginfo
1283 /* BuildID value is stored after the filename. */
1565 bfd_byte *buildid = NULL;
1566 char *result = bfd_get_alt_debug_link_info (abfd, &len, &buildid);
1568 free (buildid);
1894 matches @var{buildid}.
1564 bfd_byte *buildid = NULL; local

Completed in 16 milliseconds