Home
last modified time | relevance | path

Searched refs:SIZEOF_STRUCT_REG (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dshnbsd-tdep.c56 #define SIZEOF_STRUCT_REG (21 * 4) macro
124 if (core_reg_size < SIZEOF_STRUCT_REG) in fetch_core_registers()
141 if (core_reg_size != SIZEOF_STRUCT_REG) in fetch_elfcore_registers()
Dppcnbsd-tdep.c46 #define SIZEOF_STRUCT_REG (37 * 4) macro
190 fpregs = core_reg_sect + SIZEOF_STRUCT_REG; in fetch_core_registers()
206 if (core_reg_size != SIZEOF_STRUCT_REG) in fetch_elfcore_registers()
Dalphabsd-tdep.h30 #define SIZEOF_STRUCT_REG (32 * 8) macro
Dmipsnbsd-tdep.h31 #define SIZEOF_STRUCT_REG (38 * mips_isa_regsize (current_gdbarch)) macro
Dmipsnbsd-tdep.c110 fpregs = core_reg_sect + SIZEOF_STRUCT_REG; in fetch_core_registers()
126 if (core_reg_size != SIZEOF_STRUCT_REG) in fetch_elfcore_registers()
Dalphanbsd-tdep.c88 if (core_reg_size != SIZEOF_STRUCT_REG) in fetch_elfcore_registers()
DChangeLog-2003490 (SIZEOF_STRUCT_REG): Remove.
877 (SIZEOF_STRUCT_REG): Update.