Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dgdbarch.c232 gdbarch_deprecated_reg_struct_has_addr_ftype *deprecated_reg_struct_has_addr; member
1566 (long) current_gdbarch->deprecated_reg_struct_has_addr in gdbarch_dump()
4779 return gdbarch->deprecated_reg_struct_has_addr != NULL; in gdbarch_deprecated_reg_struct_has_addr_p()
4786 gdb_assert (gdbarch->deprecated_reg_struct_has_addr != NULL); in gdbarch_deprecated_reg_struct_has_addr()
4789 return gdbarch->deprecated_reg_struct_has_addr (gcc_p, type); in gdbarch_deprecated_reg_struct_has_addr()
4794 … gdbarch_deprecated_reg_struct_has_addr_ftype deprecated_reg_struct_has_addr) in set_gdbarch_deprecated_reg_struct_has_addr() argument
4796 gdbarch->deprecated_reg_struct_has_addr = deprecated_reg_struct_has_addr; in set_gdbarch_deprecated_reg_struct_has_addr()
Dgdbarch.h1926 …ct gdbarch *gdbarch, gdbarch_deprecated_reg_struct_has_addr_ftype *deprecated_reg_struct_has_addr);