| /src/external/gpl3/gdb/dist/gdb/ |
| corelow.c | 73 build_id (id) 80 const bfd_build_id *build_id; member in struct:mem_range_and_build_id 93 const bfd_build_id *build_id); 102 /* Helper for ::lookup. BUILD_ID is a build-id that was found in 108 then the returned pair contains BUILD_ID and an empty string. 110 If BUILD_ID is nullptr then the returned pair contains nullptr and an 114 make_result (const bfd_build_id *build_id) 116 if (build_id != nullptr) 118 auto it = m_build_id_to_filename_map.find (build_id); 120 return { build_id, it->second } [all...] |
| gdbcore.h | 201 /* Constructor. BUILD_ID is not nullptr, and is the build-id for the 209 core_target_mapped_file_info (const bfd_build_id *build_id, 211 : m_build_id (build_id), 220 build_id () const 219 build_id () const function in struct:core_target_mapped_file_info
|
| build-id.c | 48 if (abfd->build_id != NULL) 49 return abfd->build_id; 81 symlink to the real file. If the file exists and matches BUILD_ID, 86 size_t build_id_len, const bfd_byte *build_id, 210 if (!build_id_verify (debug_bfd.get(), build_id_len, build_id)) 235 build_id_to_bfd_suffix (size_t build_id_len, const bfd_byte *build_id, 246 bin2hex (build_id, build_id_len).c_str ()); 258 const gdb_byte *data = build_id; 276 = build_id_to_debug_bfd_1 (link, build_id_len, build_id, suffix); 293 debug_bfd = build_id_to_debug_bfd_1 (link, build_id_len, build_id, 327 const struct bfd_build_id *build_id; local [all...] |
| symfile-debug.c | 551 const struct bfd_build_id *build_id 555 if (build_id != nullptr) 558 scoped_fd fd (debuginfod_debuginfo_query (build_id->data, build_id->size, 569 build_id->size, build_id->data)) 550 const struct bfd_build_id *build_id local
|
| source.c | 1192 const struct bfd_build_id *build_id 1196 if (build_id != nullptr && !srcpath.empty ()) 1199 = debuginfod_source_query (build_id->data, 1200 build_id->size, 1189 const struct bfd_build_id *build_id local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| build-id.c | 45 if (abfd->build_id != NULL) 46 return abfd->build_id; 78 If the file exists and matches BUILD_ID, return a BFD reference to it. */ 82 const bfd_byte *build_id) 121 if (!build_id_verify (debug_bfd.get(), build_id_len, build_id)) 140 build_id_to_bfd_suffix (size_t build_id_len, const bfd_byte *build_id, 151 const gdb_byte *data = build_id; 173 = build_id_to_debug_bfd_1 (link, build_id_len, build_id); 184 debug_bfd = build_id_to_debug_bfd_1 (link, build_id_len, build_id); 196 build_id_to_debug_bfd (size_t build_id_len, const bfd_byte *build_id) 215 const struct bfd_build_id *build_id; local [all...] |
| symfile-debug.c | 558 const struct bfd_build_id *build_id 562 if (build_id != nullptr) 565 scoped_fd fd (debuginfod_debuginfo_query (build_id->data, build_id->size, 576 build_id->size, build_id->data)) 557 const struct bfd_build_id *build_id local
|
| corelow.c | 236 const char *filename, const bfd_build_id *build_id) 262 if (expanded_fname == nullptr && build_id != nullptr) 263 debuginfod_exec_query (build_id->data, build_id->size, 314 if (build_id != nullptr) 320 soname.get (), build_id); 569 const bfd_build_id *build_id = build_id_bfd_get (abfd); local 570 if (build_id == nullptr) 574 = build_id_to_exec_bfd (build_id->size, build_id->data) [all...] |
| solib.c | 512 const bfd_build_id *build_id) 516 gdb_assert (build_id != nullptr); 524 (*mapptr)[soname] = build_id_to_string (build_id); 580 if (abfd != nullptr && abfd->build_id != nullptr) 582 std::string build_id = build_id_to_string (abfd->build_id); local 584 if (build_id != build_id_hexstr.get ())
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| index-cache.c | 102 const bfd_build_id *build_id = build_id_bfd_get (per_bfd->obfd); local 103 if (build_id == nullptr) 110 m_build_id_str = build_id_to_string (build_id); 204 index_cache::lookup_gdb_index (const bfd_build_id *build_id, 218 std::string filename = make_index_filename (build_id, INDEX4_SUFFIX); 250 index_cache::lookup_gdb_index (const bfd_build_id *build_id, 261 index_cache::make_index_filename (const bfd_build_id *build_id, 264 std::string build_id_str = build_id_to_string (build_id);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| index-cache.c | 104 const bfd_build_id *build_id = build_id_bfd_get (per_bfd->obfd); local 105 if (build_id == nullptr) 112 m_build_id_str = build_id_to_string (build_id); 206 index_cache::lookup_gdb_index (const bfd_build_id *build_id, 220 std::string filename = make_index_filename (build_id, INDEX4_SUFFIX); 252 index_cache::lookup_gdb_index (const bfd_build_id *build_id, 263 index_cache::make_index_filename (const bfd_build_id *build_id, 266 std::string build_id_str = build_id_to_string (build_id);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| format.c | 112 const struct bfd_build_id *build_id; member in struct:bfd_preserve 151 preserve->build_id = abfd->build_id; 208 abfd->build_id = NULL; 230 abfd->build_id = preserve->build_id;
|
| opncls.c | 1306 @var{buildid_out}. The returned filename and build_id are 1822 struct bfd_build_id *build_id; 1831 if (abfd->build_id && abfd->build_id->size > 0) 1833 return (struct bfd_build_id *) abfd->build_id; 1885 build_id = bfd_alloc (abfd, sizeof (struct bfd_build_id) + inote.descsz); 1886 if (build_id == NULL) 1892 build_id->size = inote.descsz; 1893 memcpy (build_id->data, inote.descdata, inote.descsz); 1894 abfd->build_id = build_id 1821 struct bfd_build_id *build_id; local 1913 struct bfd_build_id *build_id; local 1962 struct bfd_build_id *build_id; local 2028 struct bfd_build_id *build_id; local [all...] |
| peicode.h | 1429 struct bfd_build_id* build_id = bfd_alloc (abfd, 1431 if (build_id) 1433 build_id->size = cvinfo->SignatureLength; 1434 memcpy(build_id->data, cvinfo->Signature, 1436 abfd->build_id = build_id; 1427 struct bfd_build_id* build_id = bfd_alloc (abfd, local
|
| /src/external/gpl3/binutils/dist/bfd/ |
| format.c | 114 const struct bfd_build_id *build_id; member in struct:bfd_preserve 153 preserve->build_id = abfd->build_id; 210 abfd->build_id = NULL; 232 abfd->build_id = preserve->build_id;
|
| opncls.c | 1247 @var{buildid_out}. The returned filename and build_id are 1758 struct bfd_build_id *build_id; 1767 if (abfd->build_id && abfd->build_id->size > 0) 1769 return (struct bfd_build_id *) abfd->build_id; 1821 build_id = bfd_alloc (abfd, sizeof (struct bfd_build_id) + inote.descsz); 1822 if (build_id == NULL) 1828 build_id->size = inote.descsz; 1829 memcpy (build_id->data, inote.descdata, inote.descsz); 1830 abfd->build_id = build_id 1757 struct bfd_build_id *build_id; local 1849 struct bfd_build_id *build_id; local 1898 struct bfd_build_id *build_id; local 1964 struct bfd_build_id *build_id; local [all...] |
| peicode.h | 1468 struct bfd_build_id *build_id; 1469 size_t bidlen = sizeof (*build_id) + cvinfo->SignatureLength; 1471 build_id = bfd_alloc (abfd, bidlen); 1472 if (build_id) 1474 build_id->size = cvinfo->SignatureLength; 1475 memcpy(build_id->data, cvinfo->Signature, 1477 abfd->build_id = build_id; 1466 struct bfd_build_id *build_id; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| format.c | 140 const struct bfd_build_id *build_id; member in struct:bfd_preserve 179 preserve->build_id = abfd->build_id; 236 abfd->build_id = NULL; 258 abfd->build_id = preserve->build_id;
|
| opncls.c | 1252 @var{buildid_out}. The returned filename and build_id are 1763 struct bfd_build_id *build_id; 1772 if (abfd->build_id && abfd->build_id->size > 0) 1774 return (struct bfd_build_id *) abfd->build_id; 1826 build_id = bfd_alloc (abfd, sizeof (struct bfd_build_id) + inote.descsz); 1827 if (build_id == NULL) 1833 build_id->size = inote.descsz; 1834 memcpy (build_id->data, inote.descdata, inote.descsz); 1835 abfd->build_id = build_id 1762 struct bfd_build_id *build_id; local 1854 struct bfd_build_id *build_id; local 1903 struct bfd_build_id *build_id; local 1969 struct bfd_build_id *build_id; local [all...] |
| peicode.h | 1463 struct bfd_build_id *build_id; 1464 size_t bidlen = sizeof (*build_id) + cvinfo->SignatureLength; 1466 build_id = bfd_alloc (abfd, bidlen); 1467 if (build_id) 1469 build_id->size = cvinfo->SignatureLength; 1470 memcpy(build_id->data, cvinfo->Signature, 1472 abfd->build_id = build_id; 1461 struct bfd_build_id *build_id; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| format.c | 112 const struct bfd_build_id *build_id; member in struct:bfd_preserve 151 preserve->build_id = abfd->build_id; 208 abfd->build_id = NULL; 230 abfd->build_id = preserve->build_id;
|
| opncls.c | 1291 @var{buildid_out}. The returned filename and build_id are 1807 struct bfd_build_id *build_id; 1816 if (abfd->build_id && abfd->build_id->size > 0) 1818 return (struct bfd_build_id *) abfd->build_id; 1870 build_id = bfd_alloc (abfd, sizeof (struct bfd_build_id) + inote.descsz); 1871 if (build_id == NULL) 1877 build_id->size = inote.descsz; 1878 memcpy (build_id->data, inote.descdata, inote.descsz); 1879 abfd->build_id = build_id 1806 struct bfd_build_id *build_id; local 1898 struct bfd_build_id *build_id; local 1947 struct bfd_build_id *build_id; local 2013 struct bfd_build_id *build_id; local [all...] |
| peicode.h | 1463 struct bfd_build_id *build_id; 1464 size_t bidlen = sizeof (*build_id) + cvinfo->SignatureLength; 1466 build_id = bfd_alloc (abfd, bidlen); 1467 if (build_id) 1469 build_id->size = cvinfo->SignatureLength; 1470 memcpy(build_id->data, cvinfo->Signature, 1472 abfd->build_id = build_id; 1461 struct bfd_build_id *build_id; local
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-objfile.c | 156 const struct bfd_build_id *build_id = NULL; 162 build_id = build_id_bfd_get (objfile->obfd.get ()); 169 if (build_id != NULL) 171 std::string hex_form = bin2hex (build_id->data, build_id->size); 567 Returns non-zero if BUILD_ID matches STRING. 571 objfpy_build_id_matches (const struct bfd_build_id *build_id, 576 if (strlen (string) != 2 * build_id->size) 579 for (i = 0; i < build_id->size; ++i) 584 if (byte != build_id->data[i] 155 const struct bfd_build_id *build_id = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-objfile.c | 156 const struct bfd_build_id *build_id = NULL; 162 build_id = build_id_bfd_get (objfile->obfd.get ()); 169 if (build_id != NULL) 171 std::string hex_form = bin2hex (build_id->data, build_id->size); 567 Returns non-zero if BUILD_ID matches STRING. 571 objfpy_build_id_matches (const struct bfd_build_id *build_id, 576 if (strlen (string) != 2 * build_id->size) 579 for (i = 0; i < build_id->size; ++i) 584 if (byte != build_id->data[i] 155 const struct bfd_build_id *build_id = NULL; local [all...] |