Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.c263 gdbarch_regset_from_core_section_ftype *regset_from_core_section; member
777 (long) current_gdbarch->regset_from_core_section); in gdbarch_dump()
5357 return gdbarch->regset_from_core_section != NULL; in gdbarch_regset_from_core_section_p()
5364 gdb_assert (gdbarch->regset_from_core_section != NULL); in gdbarch_regset_from_core_section()
5367 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size); in gdbarch_regset_from_core_section()
5372 … gdbarch_regset_from_core_section_ftype regset_from_core_section) in set_gdbarch_regset_from_core_section() argument
5374 gdbarch->regset_from_core_section = regset_from_core_section; in set_gdbarch_regset_from_core_section()
H A Dgdbarch.h2343 …ection (struct gdbarch *gdbarch, gdbarch_regset_from_core_section_ftype *regset_from_core_section);
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo3549 @item const struct regset *regset_from_core_section (struct gdbarch * @var{gdbarch}, const char * @…
3550 @findex regset_from_core_section