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

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 182 gdbarch_decode_memtag_section_ftype *decode_memtag_section = nullptr; member in struct:gdbarch
449 /* Skip verify of decode_memtag_section, has predicate. */
1066 "gdbarch_dump: decode_memtag_section = <%s>\n",
1067 host_address_to_string (gdbarch->decode_memtag_section));
3915 return gdbarch->decode_memtag_section != NULL;
3922 gdb_assert (gdbarch->decode_memtag_section != NULL);
3925 return gdbarch->decode_memtag_section (gdbarch, section, type, address, length);
3930 gdbarch_decode_memtag_section_ftype decode_memtag_section)
3932 gdbarch->decode_memtag_section = decode_memtag_section;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 180 gdbarch_decode_memtag_section_ftype *decode_memtag_section = nullptr; member in struct:gdbarch
444 /* Skip verify of decode_memtag_section, has predicate. */
1054 "gdbarch_dump: decode_memtag_section = <%s>\n",
1055 host_address_to_string (gdbarch->decode_memtag_section));
3866 return gdbarch->decode_memtag_section != NULL;
3873 gdb_assert (gdbarch->decode_memtag_section != NULL);
3876 return gdbarch->decode_memtag_section (gdbarch, section, type, address, length);
3881 gdbarch_decode_memtag_section_ftype decode_memtag_section)
3883 gdbarch->decode_memtag_section = decode_memtag_section;
    [all...]

Completed in 29 milliseconds