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

1 2 3 4 5 6 7 8 91011

  /src/external/gpl3/gdb.old/dist/gdb/
debuginfod-support.h 25 executable with BUILD_ID. BUILD_ID can be given as a binary blob or
42 debuginfod_source_query (const unsigned char *build_id,
47 /* Query debuginfod servers for a debug info file with BUILD_ID.
48 BUILD_ID can be given as a binary blob or a null-terminated string.
61 debuginfod_debuginfo_query (const unsigned char *build_id,
66 /* Query debuginfod servers for an executable file with BUILD_ID.
67 BUILD_ID can be given as a binary blob or a null-terminated string.
79 extern scoped_fd debuginfod_exec_query (const unsigned char *build_id,
86 from a file matching BUILD_ID. BUILD_ID can be given as a binary blo
    [all...]
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...]
build-id.h 41 const bfd_byte *build_id);
56 /* Find an objfile (executable or shared library) that matches BUILD_ID.
69 (struct program_space *pspace, const bfd_build_id *build_id,
72 /* Return an hex-string representation of BUILD_ID. */
75 build_id_to_string (const bfd_build_id *build_id)
77 gdb_assert (build_id != NULL);
79 return bin2hex (build_id->data, build_id->size);
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...]
debuginfod-support.c 68 debuginfod_source_query (const unsigned char *build_id,
77 debuginfod_debuginfo_query (const unsigned char *build_id,
86 debuginfod_exec_query (const unsigned char *build_id,
95 debuginfod_section_query (const unsigned char *build_id,
305 debuginfod_source_query (const unsigned char *build_id,
333 build_id,
351 debuginfod_debuginfo_query (const unsigned char *build_id,
378 fd = scoped_fd (debuginfod_find_debuginfo (c, build_id, build_id_len,
394 debuginfod_exec_query (const unsigned char *build_id,
421 fd = scoped_fd (debuginfod_find_executable (c, build_id, build_id_len
    [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
  /src/external/gpl3/gdb/dist/gdb/
debuginfod-support.h 25 executable with BUILD_ID. BUILD_ID can be given as a binary blob or
42 debuginfod_source_query (const unsigned char *build_id,
47 /* Query debuginfod servers for a debug info file with BUILD_ID.
48 BUILD_ID can be given as a binary blob or a null-terminated string.
61 debuginfod_debuginfo_query (const unsigned char *build_id,
66 /* Query debuginfod servers for an executable file with BUILD_ID.
67 BUILD_ID can be given as a binary blob or a null-terminated string.
79 extern scoped_fd debuginfod_exec_query (const unsigned char *build_id,
86 from a file matching BUILD_ID. BUILD_ID can be given as a binary blo
    [all...]
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...]
build-id.h 41 const bfd_byte *build_id);
56 /* Find an objfile (executable or shared library) that matches BUILD_ID.
69 (struct program_space *pspace, const bfd_build_id *build_id,
72 /* Return an hex-string representation of BUILD_ID. */
75 build_id_to_string (const bfd_build_id *build_id)
77 gdb_assert (build_id != NULL);
79 return bin2hex (build_id->data, build_id->size);
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...]
debuginfod-support.c 69 debuginfod_source_query (const unsigned char *build_id,
78 debuginfod_debuginfo_query (const unsigned char *build_id,
87 debuginfod_exec_query (const unsigned char *build_id,
96 debuginfod_section_query (const unsigned char *build_id,
306 debuginfod_source_query (const unsigned char *build_id,
334 build_id,
352 debuginfod_debuginfo_query (const unsigned char *build_id,
379 fd = scoped_fd (debuginfod_find_debuginfo (c, build_id, build_id_len,
395 debuginfod_exec_query (const unsigned char *build_id,
422 fd = scoped_fd (debuginfod_find_executable (c, build_id, build_id_len
    [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
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-cache.h 84 /* Look for an index file matching BUILD_ID. If found, return the contents
91 lookup_gdb_index (const bfd_build_id *build_id,
119 id BUILD_ID will be stored. SUFFIX is appended at the end of the
121 std::string make_index_filename (const bfd_build_id *build_id,
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/binutils/dist/bfd/
elfcore.h 53 if (core_bfd->build_id != NULL
54 && exec_bfd->build_id != NULL
55 && core_bfd->build_id->size == exec_bfd->build_id->size
56 && memcmp (core_bfd->build_id->data, exec_bfd->build_id->data,
57 core_bfd->build_id->size) == 0)
390 if (abfd->build_id != NULL)
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...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfcore.h 53 if (core_bfd->build_id != NULL
54 && exec_bfd->build_id != NULL
55 && core_bfd->build_id->size == exec_bfd->build_id->size
56 && memcmp (core_bfd->build_id->data, exec_bfd->build_id->data,
57 core_bfd->build_id->size) == 0)
393 if (abfd->build_id != NULL)
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...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfcore.h 53 if (core_bfd->build_id != NULL
54 && exec_bfd->build_id != NULL
55 && core_bfd->build_id->size == exec_bfd->build_id->size
56 && memcmp (core_bfd->build_id->data, exec_bfd->build_id->data,
57 core_bfd->build_id->size) == 0)
393 if (abfd->build_id != NULL)
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...]
  /src/external/gpl3/gdb/dist/bfd/
elfcore.h 53 if (core_bfd->build_id != NULL
54 && exec_bfd->build_id != NULL
55 && core_bfd->build_id->size == exec_bfd->build_id->size
56 && memcmp (core_bfd->build_id->data, exec_bfd->build_id->data,
57 core_bfd->build_id->size) == 0)
393 if (abfd->build_id != NULL)
  /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);
index-cache.h 86 /* Look for an index file matching BUILD_ID. If found, return the contents
93 lookup_gdb_index (const bfd_build_id *build_id,
121 id BUILD_ID will be stored. SUFFIX is appended at the end of the
123 std::string make_index_filename (const bfd_build_id *build_id,
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
struct-with-sig-2.exp 25 set build_id [string repeat ff 20]
30 build_id $::build_id
87 gnu_debugaltlink $::host_dwz_file $::build_id
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
struct-with-sig-2.exp 25 set build_id [string repeat ff 20]
30 build_id $::build_id
87 gnu_debugaltlink $::host_dwz_file $::build_id

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011