HomeSort by: relevance | last modified time | path
    Searched refs:fill_memtag_section (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 181 gdbarch_fill_memtag_section_ftype *fill_memtag_section = nullptr; member in struct:gdbarch
448 /* Skip verify of fill_memtag_section, has predicate. */
1060 "gdbarch_dump: fill_memtag_section = <%s>\n",
1061 host_address_to_string (gdbarch->fill_memtag_section));
3891 return gdbarch->fill_memtag_section != NULL;
3898 gdb_assert (gdbarch->fill_memtag_section != NULL);
3901 return gdbarch->fill_memtag_section (gdbarch, osec);
3906 gdbarch_fill_memtag_section_ftype fill_memtag_section)
3908 gdbarch->fill_memtag_section = fill_memtag_section;
    [all...]
gdbarch-gen.h 1004 extern void set_gdbarch_fill_memtag_section (struct gdbarch *gdbarch, gdbarch_fill_memtag_section_ftype *fill_memtag_section);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 182 gdbarch_fill_memtag_section_ftype *fill_memtag_section = nullptr; member in struct:gdbarch
451 /* Skip verify of fill_memtag_section, has predicate. */
1067 "gdbarch_dump: fill_memtag_section = <%s>\n",
1068 host_address_to_string (gdbarch->fill_memtag_section));
3921 return gdbarch->fill_memtag_section != NULL;
3928 gdb_assert (gdbarch->fill_memtag_section != NULL);
3931 return gdbarch->fill_memtag_section (gdbarch, osec);
3936 gdbarch_fill_memtag_section_ftype fill_memtag_section)
3938 gdbarch->fill_memtag_section = fill_memtag_section;
    [all...]
gdbarch-gen.h 1013 extern void set_gdbarch_fill_memtag_section (struct gdbarch *gdbarch, gdbarch_fill_memtag_section_ftype *fill_memtag_section);

Completed in 35 milliseconds