Home
last modified time | relevance | path

Searched refs:decode_memtag_section (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbarch.c180 gdbarch_decode_memtag_section_ftype *decode_memtag_section = nullptr; member
1055 host_address_to_string (gdbarch->decode_memtag_section)); in gdbarch_dump()
3866 return gdbarch->decode_memtag_section != NULL; in gdbarch_decode_memtag_section_p()
3873 gdb_assert (gdbarch->decode_memtag_section != NULL); in gdbarch_decode_memtag_section()
3876 return gdbarch->decode_memtag_section (gdbarch, section, type, address, length); in gdbarch_decode_memtag_section()
3881 … gdbarch_decode_memtag_section_ftype decode_memtag_section) in set_gdbarch_decode_memtag_section() argument
3883 gdbarch->decode_memtag_section = decode_memtag_section; in set_gdbarch_decode_memtag_section()
Dgdbarch-gen.h987 …mtag_section (struct gdbarch *gdbarch, gdbarch_decode_memtag_section_ftype *decode_memtag_section);