HomeSort by: relevance | last modified time | path
    Searched defs:build_id (Results 1 - 25 of 217) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gdb.old/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/dist/gdb/
corelow.c 72 build_id (id)
79 const bfd_build_id *build_id; member in struct:mem_range_and_build_id
92 const bfd_build_id *build_id);
101 /* Helper for ::lookup. BUILD_ID is a build-id that was found in
107 then the returned pair contains BUILD_ID and an empty string.
109 If BUILD_ID is nullptr then the returned pair contains nullptr and an
113 make_result (const bfd_build_id *build_id)
115 if (build_id != nullptr)
117 auto it = m_build_id_to_filename_map.find (build_id);
119 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 49 if (abfd->build_id != NULL)
50 return abfd->build_id;
82 symlink to the real file. If the file exists and matches BUILD_ID,
87 size_t build_id_len, const bfd_byte *build_id,
212 if (!build_id_verify (debug_bfd.get(), build_id_len, build_id))
237 build_id_to_bfd_suffix (size_t build_id_len, const bfd_byte *build_id,
248 bin2hex (build_id, build_id_len).c_str ());
260 const gdb_byte *data = build_id;
278 = build_id_to_debug_bfd_1 (link, build_id_len, build_id, suffix);
295 debug_bfd = build_id_to_debug_bfd_1 (link, build_id_len, build_id,
329 const struct bfd_build_id *build_id; local
    [all...]
symfile-debug.c 549 const struct bfd_build_id *build_id
553 if (build_id != nullptr)
556 scoped_fd fd (debuginfod_debuginfo_query (build_id->data, build_id->size,
567 build_id->size, build_id->data))
548 const struct bfd_build_id *build_id local
  /src/external/gpl3/gdb.old/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/dist/gdb/dwarf2/
index-cache.c 103 const bfd_build_id *build_id = build_id_bfd_get (per_bfd->obfd); local
104 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/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.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 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.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...]
  /src/external/gpl3/gdb/dist/bfd/
format.c 113 const struct bfd_build_id *build_id; member in struct:bfd_preserve
152 preserve->build_id = abfd->build_id;
209 abfd->build_id = NULL;
231 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/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...]

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 9