Searched refs:MAX_REGISTER_SIZE (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmipsnbsd-tdep.c86 char zerobuf[MAX_REGISTER_SIZE];
90 memset (zerobuf, 0, MAX_REGISTER_SIZE);
156 char zerobuf[MAX_REGISTER_SIZE];
159 memset (zerobuf, 0, MAX_REGISTER_SIZE);
H A Dmn10300-linux-tdep.c94 char zerobuf[MAX_REGISTER_SIZE];
196 memset (zerobuf, 0, MAX_REGISTER_SIZE);
200 memset (zerobuf, 0, MAX_REGISTER_SIZE);
204 memset (zerobuf, 0, MAX_REGISTER_SIZE);
226 memset (zerobuf, 0, MAX_REGISTER_SIZE);
230 memset (zerobuf, 0, MAX_REGISTER_SIZE);
H A Dppc-sysv-tdep.c131 gdb_byte regval[MAX_REGISTER_SIZE];
275 gdb_byte regval[MAX_REGISTER_SIZE];
361 gdb_byte regval[MAX_REGISTER_SIZE];
408 gdb_byte word[MAX_REGISTER_SIZE];
513 gdb_byte word[MAX_REGISTER_SIZE];
514 memset (word, 0, MAX_REGISTER_SIZE);
621 gdb_byte regval[MAX_REGISTER_SIZE];
708 gdb_byte regval[MAX_REGISTER_SIZE];
718 gdb_byte regval[MAX_REGISTER_SIZE];
849 gdb_byte regval[MAX_REGISTER_SIZE];
[all...]
H A Dmips-linux-tdep.c87 gdb_byte buf[MAX_REGISTER_SIZE];
101 char zerobuf[MAX_REGISTER_SIZE];
104 memset (zerobuf, 0, MAX_REGISTER_SIZE);
218 char zerobuf[MAX_REGISTER_SIZE];
220 memset (zerobuf, 0, MAX_REGISTER_SIZE);
351 gdb_byte zerobuf[MAX_REGISTER_SIZE];
354 memset (zerobuf, 0, MAX_REGISTER_SIZE);
447 gdb_byte buf[MAX_REGISTER_SIZE];
550 gdb_byte buf[MAX_REGISTER_SIZE];
561 gdb_byte buf[MAX_REGISTER_SIZE];
[all...]
H A Dm68klinux-nat.c108 char buf[MAX_REGISTER_SIZE];
162 char buf[MAX_REGISTER_SIZE];
H A Dfrv-linux-tdep.c404 char zerobuf[MAX_REGISTER_SIZE];
407 memset (zerobuf, 0, MAX_REGISTER_SIZE);
H A Dremote-sim.c453 char buf[MAX_REGISTER_SIZE];
456 memset (buf, 0, MAX_REGISTER_SIZE);
464 char buf[MAX_REGISTER_SIZE];
468 memset (buf, 0, MAX_REGISTER_SIZE);
521 char tmp[MAX_REGISTER_SIZE];
H A Dregcache.c130 gdb_assert (MAX_REGISTER_SIZE >= descr->sizeof_register[i]);
140 gdb_assert (MAX_REGISTER_SIZE >= descr->sizeof_register[i]);
297 gdb_byte buf[MAX_REGISTER_SIZE];
339 gdb_byte buf[MAX_REGISTER_SIZE];
849 gdb_byte reg[MAX_REGISTER_SIZE];
1071 unsigned char buf[MAX_REGISTER_SIZE];
H A Drs6000-aix-tdep.c280 gdb_byte word[MAX_REGISTER_SIZE];
302 gdb_byte word[MAX_REGISTER_SIZE];
H A Dirix5-nat.c85 gdb_byte buf[MAX_REGISTER_SIZE];
H A Dbfin-tdep.c697 gdb_byte *buf = (gdb_byte *) alloca (MAX_REGISTER_SIZE);
718 gdb_byte *buf = (gdb_byte *) alloca (MAX_REGISTER_SIZE);
H A Dmonitor.c891 unsigned char regbuf[MAX_REGISTER_SIZE];
1185 regbuf = alloca (MAX_REGISTER_SIZE * 2 + 1);
1186 zerobuf = alloca (MAX_REGISTER_SIZE);
1187 memset (zerobuf, 0, MAX_REGISTER_SIZE);
H A Dframe.c1005 gdb_byte buf[MAX_REGISTER_SIZE];
1023 gdb_byte buf[MAX_REGISTER_SIZE];
1056 gdb_byte tmp[MAX_REGISTER_SIZE];
1147 gdb_byte buf[MAX_REGISTER_SIZE];
1197 gdb_byte buf[MAX_REGISTER_SIZE];
H A Dia64-tdep.c1232 char in[MAX_REGISTER_SIZE];
1250 char out[MAX_REGISTER_SIZE];
1522 char buf[MAX_REGISTER_SIZE];
2299 char buf[MAX_REGISTER_SIZE];
2506 char buf[MAX_REGISTER_SIZE];
2586 char buf[MAX_REGISTER_SIZE];
2993 unsigned char buf[MAX_REGISTER_SIZE];
3240 char from[MAX_REGISTER_SIZE];
3305 char to[MAX_REGISTER_SIZE];
3866 char to[MAX_REGISTER_SIZE];
[all...]
H A Dfindvar.c271 gdb_byte raw_buffer[MAX_REGISTER_SIZE];
H A Drs6000-nat.c215 int addr[MAX_REGISTER_SIZE];
274 int addr[MAX_REGISTER_SIZE];
H A Drecord.c707 gdb_byte reg[MAX_REGISTER_SIZE];
823 record_core_regbuf = xmalloc (MAX_REGISTER_SIZE * regnum);
826 record_core_regbuf + MAX_REGISTER_SIZE * i);
1786 record_core_regbuf + MAX_REGISTER_SIZE * i);
1790 record_core_regbuf + MAX_REGISTER_SIZE * regno);
1809 record_core_regbuf + MAX_REGISTER_SIZE * regno);
2118 MAX_REGISTER_SIZE bytes: register value.
H A Dsh64-tdep.c1654 char temp_buffer[MAX_REGISTER_SIZE];
1830 char temp_buffer[MAX_REGISTER_SIZE];
2163 unsigned char raw_buffer[MAX_REGISTER_SIZE];
H A Dm32r-tdep.c697 gdb_byte valbuf[MAX_REGISTER_SIZE];
H A Ddefs.h1058 enum { MAX_REGISTER_SIZE = 64 };
1055 enum { MAX_REGISTER_SIZE = 64 }; enumerator in enum:__anon383
H A Dxtensa-tdep.c376 unsigned int value[(MAX_REGISTER_SIZE + 3) / 4];
460 unsigned int value[(MAX_REGISTER_SIZE + 3) / 4];
569 gdb_byte *buf = (gdb_byte *) alloca (MAX_REGISTER_SIZE);
669 gdb_byte *buf = (gdb_byte *) alloca (MAX_REGISTER_SIZE);
H A Dmn10300-tdep.c202 char buf[MAX_REGISTER_SIZE];
1235 char *val, valbuf[MAX_REGISTER_SIZE];
H A Dalpha-tdep.c248 gdb_byte in[MAX_REGISTER_SIZE];
270 gdb_byte out[MAX_REGISTER_SIZE];
H A Dppc-linux-nat.c552 char buf[MAX_REGISTER_SIZE];
1037 char buf[MAX_REGISTER_SIZE];
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c1017 gdb_byte prev_buffer[MAX_REGISTER_SIZE];
1018 gdb_byte this_buffer[MAX_REGISTER_SIZE];

Completed in 335 milliseconds

12