Searched refs:SIZEOF_STRUCT_FPREG (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
H A Dalphabsd-tdep.h31 #define SIZEOF_STRUCT_FPREG (33 * 8) macro
H A Dmipsfbsd-tdep.h38 #define SIZEOF_STRUCT_FPREG (34 * mips_regsize (current_gdbarch)) macro
H A Dmipsnbsd-tdep.h31 #define SIZEOF_STRUCT_FPREG (33 * mips_regsize (current_gdbarch)) macro
H A Dalphanbsd-tdep.c64 if (core_reg_size < (SIZEOF_TRAPFRAME + SIZEOF_STRUCT_FPREG))
94 if (core_reg_size != SIZEOF_STRUCT_FPREG)
H A Dppcnbsd-tdep.c46 #define SIZEOF_STRUCT_FPREG (33 * 8) macro
170 if (core_reg_size != SIZEOF_STRUCT_FPREG)
H A Dppcfbsd-tdep.c50 #define SIZEOF_STRUCT_FPREG (33 * 8) macro
216 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= SIZEOF_STRUCT_FPREG)
H A Dmipsnbsd-tdep.c128 if (core_reg_size != SIZEOF_STRUCT_FPREG)
H A Dmipsfbsd-tdep.c169 if (core_reg_size != SIZEOF_STRUCT_FPREG)

Completed in 58 milliseconds