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

  /src/external/gpl3/gdb/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...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 179 gdbarch_fill_memtag_section_ftype *fill_memtag_section = nullptr; member in struct:gdbarch
443 /* Skip verify of fill_memtag_section, has predicate. */
1048 "gdbarch_dump: fill_memtag_section = <%s>\n",
1049 host_address_to_string (gdbarch->fill_memtag_section));
3842 return gdbarch->fill_memtag_section != NULL;
3849 gdb_assert (gdbarch->fill_memtag_section != NULL);
3852 return gdbarch->fill_memtag_section (gdbarch, osec);
3857 gdbarch_fill_memtag_section_ftype fill_memtag_section)
3859 gdbarch->fill_memtag_section = fill_memtag_section;
    [all...]

Completed in 28 milliseconds