HomeSort by: relevance | last modified time | path
    Searched defs:regsets (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.h 48 /* The arch's regsets array initializer must be terminated with a NULL
65 /* Aggregation of all the supported regsets of a given
70 /* The regsets array. */
71 struct regset_info *regsets; member in struct:regsets_info
73 /* The number of regsets in the REGSETS array. */
77 supported regsets may depend on processor mode on biarch
80 regset in the REGSETS array above at the same offset. */
104 can be NULL if all registers are transferred with regsets or regsets
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.h 48 /* The arch's regsets array initializer must be terminated with a NULL
65 /* Aggregation of all the supported regsets of a given
70 /* The regsets array. */
71 struct regset_info *regsets; member in struct:regsets_info
73 /* The number of regsets in the REGSETS array. */
77 supported regsets may depend on processor mode on biarch
80 regset in the REGSETS array above at the same offset. */
104 can be NULL if all registers are transferred with regsets or regsets
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-tdep.c 665 general-purpose regsets for 32-bit, 64-bit big-endian, and 64-bit
725 /* Regsets for the Hardware Transactional Memory checkpointed
771 regsets, for big and little endian targets. The position of the
794 /* Hardware Transactional Memory checkpointed vector regsets, for little
1452 int regsets[] = { tdep->ppc_gp0_regnum, local
1459 if (regsets[j] == -1)
1463 if (record_full_arch_list_add_reg (regcache, regsets[j] + i))
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-tdep.c 667 general-purpose regsets for 32-bit, 64-bit big-endian, and 64-bit
727 /* Regsets for the Hardware Transactional Memory checkpointed
773 regsets, for big and little endian targets. The position of the
796 /* Hardware Transactional Memory checkpointed vector regsets, for little
1454 int regsets[] = { tdep->ppc_gp0_regnum, local
1461 if (regsets[j] == -1)
1465 if (record_full_arch_list_add_reg (regcache, regsets[j] + i))

Completed in 34 milliseconds