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

  /src/external/gpl3/gdb.old/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...]
gdbarch-gen.h 1014 extern void set_gdbarch_decode_memtag_section (struct gdbarch *gdbarch, gdbarch_decode_memtag_section_ftype *decode_memtag_section);
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 183 gdbarch_decode_memtag_section_ftype *decode_memtag_section = nullptr; member in struct:gdbarch
452 /* Skip verify of decode_memtag_section, has predicate. */
1073 "gdbarch_dump: decode_memtag_section = <%s>\n",
1074 host_address_to_string (gdbarch->decode_memtag_section));
3945 return gdbarch->decode_memtag_section != NULL;
3952 gdb_assert (gdbarch->decode_memtag_section != NULL);
3955 return gdbarch->decode_memtag_section (gdbarch, section, type, address, length);
3960 gdbarch_decode_memtag_section_ftype decode_memtag_section)
3962 gdbarch->decode_memtag_section = decode_memtag_section;
    [all...]
gdbarch-gen.h 1023 extern void set_gdbarch_decode_memtag_section (struct gdbarch *gdbarch, gdbarch_decode_memtag_section_ftype *decode_memtag_section);

Completed in 19 milliseconds