Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.c238 gdbarch_regset_from_core_section_ftype *regset_from_core_section; member
1497 (long) current_gdbarch->regset_from_core_section); in gdbarch_dump()
3711 return gdbarch->regset_from_core_section != NULL; in gdbarch_regset_from_core_section_p()
3718 gdb_assert (gdbarch->regset_from_core_section != NULL); in gdbarch_regset_from_core_section()
3721 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size); in gdbarch_regset_from_core_section()
3726 … gdbarch_regset_from_core_section_ftype regset_from_core_section) in set_gdbarch_regset_from_core_section() argument
3728 gdbarch->regset_from_core_section = regset_from_core_section; in set_gdbarch_regset_from_core_section()
Dgdbarch.h1432 …ection (struct gdbarch *gdbarch, gdbarch_regset_from_core_section_ftype *regset_from_core_section);
Dgdbarch.sh666 M::const struct regset *:regset_from_core_section:const char *sect_name, size_t sect_size:sect_name…
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo3509 @item const struct regset *regset_from_core_section (struct gdbarch * @var{gdbarch}, const char * @…
3510 @findex regset_from_core_section