Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbarch.c238 gdbarch_regset_from_core_section_ftype *regset_from_core_section; member
1253 host_address_to_string (gdbarch->regset_from_core_section)); in gdbarch_dump()
3319 return gdbarch->regset_from_core_section != NULL; in gdbarch_regset_from_core_section_p()
3326 gdb_assert (gdbarch->regset_from_core_section != NULL); in gdbarch_regset_from_core_section()
3329 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size); in gdbarch_regset_from_core_section()
3334 … gdbarch_regset_from_core_section_ftype regset_from_core_section) in set_gdbarch_regset_from_core_section() argument
3336 gdbarch->regset_from_core_section = regset_from_core_section; in set_gdbarch_regset_from_core_section()
H A Dgdbarch.h725 …ection (struct gdbarch *gdbarch, gdbarch_regset_from_core_section_ftype *regset_from_core_section);