Searched refs:regset_from_core_section (Results 1 – 7 of 7) sorted by relevance
231 gdbarch_regset_from_core_section_ftype *regset_from_core_section; member1492 (long) current_gdbarch->regset_from_core_section); in gdbarch_dump()3669 return gdbarch->regset_from_core_section != NULL; in gdbarch_regset_from_core_section_p()3676 gdb_assert (gdbarch->regset_from_core_section != NULL); in gdbarch_regset_from_core_section()3679 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size); in gdbarch_regset_from_core_section()3684 … gdbarch_regset_from_core_section_ftype regset_from_core_section) in set_gdbarch_regset_from_core_section() argument3686 gdbarch->regset_from_core_section = regset_from_core_section; in set_gdbarch_regset_from_core_section()
1429 …ection (struct gdbarch *gdbarch, gdbarch_regset_from_core_section_ftype *regset_from_core_section);
666 M::const struct regset *:regset_from_core_section:const char *sect_name, size_t sect_size:sect_name…
7775 (vax_gdbarch_init): Set regset_from_core_section.10135 (i386obsd_init_abi): Don't set regset_from_core_section here.10137 regset_from_core_section here.10171 set details. Set regset_from_core_section.12756 Set regset_from_core_section when appropriate.
61 regset_from_core_section. Use ARRAY_SIZE to initialize2369 (x86_64_init_abi): Initialize regset_from_core_section if2373 (i386_gdbarch_init): Initialize regset_from_core_section if2379 * gdbarch.sh (regset_from_core_section): New method.
465 regset_from_core_section.
3495 @item const struct regset *regset_from_core_section (struct gdbarch * @var{gdbarch}, const char * @…3496 @findex regset_from_core_section