Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.c231 gdbarch_regset_from_core_section_ftype *regset_from_core_section; member
1492 (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() argument
3686 gdbarch->regset_from_core_section = regset_from_core_section; in set_gdbarch_regset_from_core_section()
H A Dgdbarch.h1429 …ection (struct gdbarch *gdbarch, gdbarch_regset_from_core_section_ftype *regset_from_core_section);
H A Dgdbarch.sh666 M::const struct regset *:regset_from_core_section:const char *sect_name, size_t sect_size:sect_name…
H A DChangeLog7775 (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.
H A DChangeLog-200361 regset_from_core_section. Use ARRAY_SIZE to initialize
2369 (x86_64_init_abi): Initialize regset_from_core_section if
2373 (i386_gdbarch_init): Initialize regset_from_core_section if
2379 * gdbarch.sh (regset_from_core_section): New method.
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A DChangeLog465 regset_from_core_section.
H A Dgdbint.texinfo3495 @item const struct regset *regset_from_core_section (struct gdbarch * @var{gdbarch}, const char * @…
3496 @findex regset_from_core_section