Home
last modified time | relevance | path

Searched refs:SIZEOF_STRUCT_FPREG (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dalphanbsd-tdep.c65 if (core_reg_size < (SIZEOF_TRAPFRAME + SIZEOF_STRUCT_FPREG)) in fetch_core_registers()
95 if (core_reg_size != SIZEOF_STRUCT_FPREG) in fetch_elfcore_registers()
H A Dalphabsd-tdep.h31 #define SIZEOF_STRUCT_FPREG (33 * 8) macro
H A Dmipsnbsd-tdep.h32 #define SIZEOF_STRUCT_FPREG (33 * mips_isa_regsize (current_gdbarch)) macro
H A Dppcnbsd-tdep.c50 #define SIZEOF_STRUCT_FPREG (33 * 8) macro
213 if (core_reg_size != SIZEOF_STRUCT_FPREG) in fetch_elfcore_registers()
H A Dmipsnbsd-tdep.c133 if (core_reg_size != SIZEOF_STRUCT_FPREG) in fetch_elfcore_registers()
H A DChangeLog-2003876 * mipsnbsd-tdep.h (SIZEOF_STRUCT_FPREG): Update.