Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dfbsd-nat.c187 regset = gdbarch_regset_from_core_section (gdbarch, ".reg", size); in fbsd_make_corefile_notes()
196 regset = gdbarch_regset_from_core_section (gdbarch, ".reg2", size); in fbsd_make_corefile_notes()
H A Dcorelow.c546 regset = gdbarch_regset_from_core_section (core_gdbarch, in get_core_register_section()
H A Dgdbarch.h724 extern const struct regset * gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char …
H A Dgdbarch.c3323 gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) in gdbarch_regset_from_core_section() function