Searched refs:ppcobsd_reg_offsets (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ppcobsd-tdep.c | 41 struct ppc_reg_offsets ppcobsd_reg_offsets; variable 102 &ppcobsd_reg_offsets, 333 if (ppcobsd_reg_offsets.pc_offset == 0) in _initialize_ppcobsd_tdep() 336 ppcobsd_reg_offsets.r0_offset = 0; in _initialize_ppcobsd_tdep() 337 ppcobsd_reg_offsets.pc_offset = 384; in _initialize_ppcobsd_tdep() 338 ppcobsd_reg_offsets.ps_offset = 388; in _initialize_ppcobsd_tdep() 339 ppcobsd_reg_offsets.cr_offset = 392; in _initialize_ppcobsd_tdep() 340 ppcobsd_reg_offsets.lr_offset = 396; in _initialize_ppcobsd_tdep() 341 ppcobsd_reg_offsets.ctr_offset = 400; in _initialize_ppcobsd_tdep() 342 ppcobsd_reg_offsets.xer_offset = 404; in _initialize_ppcobsd_tdep() [all …]
|
| D | ppcobsd-nat.c | 216 ppcobsd_reg_offsets.r0_offset = offsetof (struct reg, gpr); in _initialize_ppcobsd_nat() 217 ppcobsd_reg_offsets.pc_offset = offsetof (struct reg, pc); in _initialize_ppcobsd_nat() 218 ppcobsd_reg_offsets.ps_offset = offsetof (struct reg, ps); in _initialize_ppcobsd_nat() 219 ppcobsd_reg_offsets.cr_offset = offsetof (struct reg, cnd); in _initialize_ppcobsd_nat() 220 ppcobsd_reg_offsets.lr_offset = offsetof (struct reg, lr); in _initialize_ppcobsd_nat() 221 ppcobsd_reg_offsets.ctr_offset = offsetof (struct reg, cnt); in _initialize_ppcobsd_nat() 222 ppcobsd_reg_offsets.xer_offset = offsetof (struct reg, xer); in _initialize_ppcobsd_nat() 223 ppcobsd_reg_offsets.mq_offset = offsetof (struct reg, mq); in _initialize_ppcobsd_nat() 226 ppcobsd_reg_offsets.f0_offset = offsetof (struct reg, fpr); in _initialize_ppcobsd_nat() 227 ppcobsd_reg_offsets.fpscr_offset = -1; in _initialize_ppcobsd_nat() [all …]
|
| D | ppcobsd-tdep.h | 31 extern struct ppc_reg_offsets ppcobsd_reg_offsets;
|