Searched refs:sect_size (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Damd64obsd-tdep.c53 const char *sect_name, size_t sect_size)
61 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FXSAVE)
52 amd64obsd_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Di386nbsd-tdep.c76 size_t sect_size)
84 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FSAVE)
74 i386nbsd_aout_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Di386obsd-tdep.c152 size_t sect_size)
160 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FSAVE)
149 i386obsd_aout_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Di386-tdep.h208 const char *sect_name, size_t sect_size);
H A Dppcfbsd-tdep.c209 const char *sect_name, size_t sect_size)
213 if (strcmp (sect_name, ".reg") == 0 && sect_size >= SIZEOF_STRUCT_REG)
216 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= SIZEOF_STRUCT_FPREG)
208 ppcfbsd_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Dia64-fbsd-tdep.c255 const char *sect_name, size_t sect_size)
254 ia64_fbsd_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Di386-tdep.c1624 const char *sect_name, size_t sect_size)
1628 if (strcmp (sect_name, ".reg") == 0 && sect_size == tdep->sizeof_gregset)
1639 if ((strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset)
1641 && sect_size == I387_SIZEOF_FXSAVE))
1611 i386_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Damd64-tdep.c1046 const char *sect_name, size_t sect_size)
1050 if (strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset)
1062 return i386_regset_from_core_section (gdbarch, sect_name, sect_size);
1038 amd64_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Dsparc-tdep.c1113 const char *sect_name, size_t sect_size)
1117 if (strcmp (sect_name, ".reg") == 0 && sect_size >= tdep->sizeof_gregset)
1120 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= tdep->sizeof_fpregset)
1101 sparc_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Ds390-tdep.c466 const char *sect_name, size_t sect_size)
470 if (strcmp (sect_name, ".reg") == 0 && sect_size == tdep->sizeof_gregset)
473 if (strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset)
465 s390_regset_from_core_section(struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
H A Dgdbarch.h2341 typedef const struct regset * (gdbarch_regset_from_core_section_ftype) (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size);
2342 extern const struct regset * gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size);
H A Dgdbarch.c5361 gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) argument
5367 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size);

Completed in 145 milliseconds