Searched refs:valbuf (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsparc64-tdep.c627 const gdb_byte *valbuf, int element, int bitpos)
642 regcache_cooked_write (regcache, regnum, valbuf);
649 regcache_cooked_write (regcache, regnum, valbuf + (bitpos / 8));
657 regcache_cooked_write (regcache, regnum, valbuf + (bitpos / 8));
669 sparc64_store_floating_fields (regcache, subtype, valbuf,
687 regcache_cooked_write (regcache, SPARC_F1_REGNUM, valbuf);
699 gdb_byte *valbuf, int bitpos)
711 regcache_cooked_read (regcache, regnum, valbuf + (bitpos / 8));
718 regcache_cooked_read (regcache, regnum, valbuf + (bitpos / 8));
726 regcache_cooked_read (regcache, regnum, valbuf
621 sparc64_store_floating_fields(struct regcache *regcache, struct type *type, const gdb_byte *valbuf, int element, int bitpos) argument
693 sparc64_extract_floating_fields(struct regcache *regcache, struct type *type, gdb_byte *valbuf, int bitpos) argument
862 const gdb_byte *valbuf = value_contents (args[i]); local
997 sparc64_extract_return_value(struct type *type, struct regcache *regcache, gdb_byte *valbuf) argument
1047 sparc64_store_return_value(struct type *type, struct regcache *regcache, const gdb_byte *valbuf) argument
[all...]
H A Dm32r-tdep.c254 const void *valbuf)
261 regval = extract_unsigned_integer (valbuf, len > 4 ? 4 : len, byte_order);
266 regval = extract_unsigned_integer ((gdb_byte *) valbuf + 4,
697 gdb_byte valbuf[MAX_REGISTER_SIZE]; local
728 memset (valbuf, 0, sizeof (valbuf));
734 store_unsigned_integer (valbuf, 4, byte_order,
738 val = valbuf;
743 memcpy (valbuf + (register_size (gdbarch, argreg) - len),
745 val = valbuf;
253 m32r_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
792 bfd_byte *valbuf = dst; local
[all...]
H A Dlm32-tdep.c314 gdb_byte *valbuf)
328 store_unsigned_integer (valbuf, TYPE_LENGTH (type), byte_order, l);
334 memcpy (valbuf, &l, 4);
336 memcpy (valbuf + 4, &l, 4);
344 read_memory (return_buffer, valbuf, TYPE_LENGTH (type));
352 const gdb_byte *valbuf)
361 val = extract_unsigned_integer (valbuf, len, byte_order);
366 val = extract_unsigned_integer (valbuf, 4, byte_order);
368 val = extract_unsigned_integer (valbuf + 4, len - 4, byte_order);
313 lm32_extract_return_value(struct type *type, struct regcache *regcache, gdb_byte *valbuf) argument
351 lm32_store_return_value(struct type *type, struct regcache *regcache, const gdb_byte *valbuf) argument
H A Dfrv-tdep.c1123 gdb_byte *valbuf)
1133 store_unsigned_integer (valbuf, len, byte_order, gpr8_val);
1140 store_unsigned_integer (valbuf, 4, byte_order, regval);
1142 store_unsigned_integer ((bfd_byte *) valbuf + 4, 4, byte_order, regval);
1161 char valbuf[4]; local
1179 store_unsigned_integer (valbuf, 4, byte_order, entry_point);
1180 write_memory (descr, valbuf, 4);
1181 store_unsigned_integer (valbuf, 4, byte_order,
1183 write_memory (descr + 4, valbuf, 4);
1214 char valbuf[ local
1122 frv_extract_return_value(struct type *type, struct regcache *regcache, gdb_byte *valbuf) argument
1332 frv_store_return_value(struct type *type, struct regcache *regcache, const gdb_byte *valbuf) argument
[all...]
H A Dm68k-tdep.c299 gdb_byte *valbuf)
307 memcpy (valbuf, buf + (4 - len), len);
312 memcpy (valbuf, buf + (8 - len), len - 4);
313 regcache_raw_read (regcache, M68K_D1_REGNUM, valbuf + (len - 4));
322 gdb_byte *valbuf)
333 convert_typed_floating (buf, fpreg_type, valbuf, type);
336 regcache_raw_read (regcache, M68K_A0_REGNUM, valbuf);
338 m68k_extract_return_value (type, regcache, valbuf);
345 const gdb_byte *valbuf)
350 regcache_raw_write_part (regcache, M68K_D0_REGNUM, 4 - len, len, valbuf);
294 m68k_extract_return_value(struct type *type, struct regcache *regcache, gdb_byte *valbuf) argument
317 m68k_svr4_extract_return_value(struct type *type, struct regcache *regcache, gdb_byte *valbuf) argument
340 m68k_store_return_value(struct type *type, struct regcache *regcache, const gdb_byte *valbuf) argument
359 m68k_svr4_store_return_value(struct type *type, struct regcache *regcache, const gdb_byte *valbuf) argument
[all...]
H A Dmicroblaze-tdep.c561 gdb_byte *valbuf)
570 memcpy(valbuf, buf + MICROBLAZE_REGISTER_SIZE - 1, 1);
573 memcpy(valbuf, buf + MICROBLAZE_REGISTER_SIZE - 2, 2);
579 memcpy (valbuf, buf, TYPE_LENGTH (type));
599 const gdb_byte *valbuf)
611 memcpy (buf, valbuf, 8);
616 memcpy (buf + 4 - len, valbuf, len);
552 microblaze_extract_return_value(struct type *type, struct regcache *regcache, gdb_byte *valbuf) argument
590 microblaze_store_return_value(struct type *type, struct regcache *regcache, const gdb_byte *valbuf) argument
H A Dh8300-tdep.c745 void *valbuf)
757 store_unsigned_integer (valbuf, len, byte_order, c);
761 store_unsigned_integer (valbuf, 2, byte_order, c);
763 store_unsigned_integer ((void *)((char *) valbuf + 2), 2, byte_order, c);
770 store_unsigned_integer (valbuf, len, byte_order, c);
782 void *valbuf)
795 store_unsigned_integer (valbuf, len, byte_order, c);
801 store_unsigned_integer (valbuf, 4, byte_order, c);
803 store_unsigned_integer ((void *) ((char *) valbuf + 4), 4,
849 const void *valbuf)
744 h8300_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
781 h8300h_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
848 h8300_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
878 h8300h_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
[all...]
H A Diq2000-tdep.c505 const void *valbuf)
516 memcpy (buf + 4 - size, valbuf, size);
519 valbuf = ((char *) valbuf) + size;
544 void *valbuf)
569 store_unsigned_integer (valbuf, size, byte_order, tmp);
571 valbuf = ((char *) valbuf) + size;
581 read_memory (return_buffer, valbuf, TYPE_LENGTH (type));
504 iq2000_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
543 iq2000_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
H A Dalpha-tdep.c477 gdb_byte *valbuf)
492 alpha_sts (gdbarch, valbuf, raw_buffer);
496 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf);
501 read_memory (l, valbuf, 16);
515 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf);
519 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM, valbuf);
520 regcache_cooked_read (regcache, ALPHA_FP0_REGNUM + 1, valbuf + 8);
525 read_memory (l, valbuf, 32);
537 store_unsigned_integer (valbuf, length, byte_order, l);
547 const gdb_byte *valbuf)
474 alpha_extract_return_value(struct type *valtype, struct regcache *regcache, gdb_byte *valbuf) argument
544 alpha_store_return_value(struct type *valtype, struct regcache *regcache, const gdb_byte *valbuf) argument
[all...]
H A Dm68hc11-tdep.c1270 const void *valbuf)
1278 regcache_raw_write_part (regcache, HARD_D_REGNUM, 2 - len, len, valbuf);
1282 len - 2, valbuf);
1283 regcache_raw_write (regcache, HARD_D_REGNUM, (char*) valbuf + (len - 2));
1291 extract and copy its value into `valbuf'. */
1295 void *valbuf)
1304 memcpy (valbuf, buf + 1, 1);
1308 memcpy (valbuf, buf, 2);
1312 memcpy ((char*) valbuf + 1, buf, 2);
1314 memcpy (valbuf, bu
1267 m68hc11_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
1292 m68hc11_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
[all...]
H A Dmoxie-tdep.c122 const void *valbuf)
130 regval = extract_unsigned_integer (valbuf, len > 4 ? 4 : len, byte_order);
134 regval = extract_unsigned_integer ((gdb_byte *) valbuf + 4,
315 extract and copy its value into `valbuf'. */
323 bfd_byte *valbuf = dst; local
330 store_unsigned_integer (valbuf, (len > 4 ? len - 4 : len), byte_order, tmp);
337 store_unsigned_integer (valbuf + len - 4, 4, byte_order, tmp);
121 moxie_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
H A Dbfin-tdep.c616 bfd_byte *valbuf = dst; local
626 store_unsigned_integer (valbuf, (len > 4 ? 4 : len), tmp, byte_order);
628 valbuf += 4;
640 const bfd_byte *valbuf = src; local
653 regcache_cooked_write (regs, regno++, valbuf);
655 valbuf += 4;
H A Dsparc-tdep.c506 const bfd_byte *valbuf = value_contents (args[i]);
516 regcache_cooked_write (regcache, regnum, valbuf);
518 regcache_cooked_write (regcache, regnum + 1, valbuf + 4);
522 write_memory (sp + 4 + element * 4, valbuf, len);
1084 gdb_byte *valbuf)
1098 memcpy (valbuf, buf, len);
1110 memcpy (valbuf, buf, 8);
1116 memcpy (valbuf, buf + 4 - len, len);
1126 const gdb_byte *valbuf)
1138 memcpy (buf, valbuf, le
502 const bfd_byte *valbuf = value_contents (args[i]); local
1075 sparc32_extract_return_value(struct type *type, struct regcache *regcache, gdb_byte *valbuf) argument
1117 sparc32_store_return_value(struct type *type, struct regcache *regcache, const gdb_byte *valbuf) argument
[all...]
H A Dv850-tdep.c709 gdb_byte valbuf[v850_reg_size]; local
714 store_unsigned_integer (valbuf, 4, byte_order,
717 val = valbuf;
759 gdb_byte *valbuf)
770 store_unsigned_integer (valbuf, len, byte_order, val);
779 memcpy (valbuf + i, buf, len > 4 ? 4 : len);
786 const gdb_byte *valbuf)
795 extract_unsigned_integer (valbuf, len, byte_order));
800 regcache_raw_write (regcache, regnum++, valbuf + i);
758 v850_extract_return_value(struct type *type, struct regcache *regcache, gdb_byte *valbuf) argument
785 v850_store_return_value(struct type *type, struct regcache *regcache, const gdb_byte *valbuf) argument
H A Dsh64-tdep.c1073 char valbuf[8]; local
1108 memset (valbuf, 0, sizeof (valbuf));
1118 memcpy (valbuf + argreg_size - len,
1121 memcpy (valbuf, (char *) value_contents (args[argnum]), len);
1123 val = valbuf;
1225 regbuf), and copy it into valbuf. Extract from an array REGBUF
1230 void *valbuf)
1242 gdbarch_fp0_regnum (gdbarch), valbuf);
1258 store_typed_floating (valbuf, typ
1229 sh64_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
1291 sh64_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
[all...]
H A Dmn10300-tdep.c172 struct regcache *regcache, const void *valbuf)
185 regcache_raw_write_part (regcache, reg, 0, len, valbuf);
188 regcache_raw_write (regcache, reg, valbuf);
191 len - regsz, (char *) valbuf + regsz);
200 struct regcache *regcache, void *valbuf)
215 memcpy (valbuf, buf, len);
220 memcpy (valbuf, buf, regsz);
223 memcpy ((char *) valbuf + regsz, buf, len - regsz);
1235 char *val, valbuf[MAX_REGISTER_SIZE]; local
1277 store_unsigned_integer (valbuf, push_siz
171 mn10300_store_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, const void *valbuf) argument
199 mn10300_extract_return_value(struct gdbarch *gdbarch, struct type *type, struct regcache *regcache, void *valbuf) argument
[all...]
H A Dsh-tdep.c918 static char valbuf[4]; local
920 memset (valbuf, 0, sizeof (valbuf));
925 memcpy (valbuf + (4 - len), (char *) value_contents (val), len);
927 memcpy (valbuf, (char *) value_contents (val), len);
928 return valbuf;
1306 regbuf), and copy it into valbuf. Extract from an array REGBUF
1311 void *valbuf)
1324 store_unsigned_integer (valbuf, len, byte_order, c);
1330 regcache_raw_read (regcache, regnum++, (char *) valbuf
1310 sh_extract_return_value_nofpu(struct type *type, struct regcache *regcache, void *valbuf) argument
1337 sh_extract_return_value_fpu(struct type *type, struct regcache *regcache, void *valbuf) argument
1363 sh_store_return_value_nofpu(struct type *type, struct regcache *regcache, const void *valbuf) argument
1385 sh_store_return_value_fpu(struct type *type, struct regcache *regcache, const void *valbuf) argument
[all...]
H A Dxstormy16-tdep.c160 regbuf), and copy it into valbuf. */
164 void *valbuf)
170 regcache_raw_read (regcache, regnum++, (char *) valbuf + i);
180 const void *valbuf)
187 memcpy (buf, valbuf, 1);
196 regcache_raw_write (regcache, regnum++, (char *) valbuf + i);
163 xstormy16_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
179 xstormy16_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
H A Dm88k-tdep.c312 const bfd_byte *valbuf = value_contents (args[i]);
330 regcache_raw_write (regcache, regnum, valbuf);
332 regcache_raw_write (regcache, regnum + 1, valbuf + 4);
342 write_memory (sp + stack_word * 4, valbuf, len);
310 const bfd_byte *valbuf = value_contents (args[i]); local
H A Dcris-tdep.c1703 /* Stores a function return value of type type, where valbuf is the address
1710 const void *valbuf)
1720 val = extract_unsigned_integer (valbuf, len, byte_order);
1726 val = extract_unsigned_integer (valbuf, 4, byte_order);
1728 val = extract_unsigned_integer ((char *)valbuf + 4, len - 4, byte_order);
1875 valbuf. */
1881 void *valbuf)
1892 store_unsigned_integer (valbuf, len, byte_order, val);
1898 store_unsigned_integer (valbuf, 4, byte_order, val);
1900 store_unsigned_integer ((char *)valbuf
1709 cris_store_return_value(struct type *type, struct regcache *regcache, const void *valbuf) argument
1880 cris_extract_return_value(struct type *type, struct regcache *regcache, void *valbuf) argument
[all...]
H A Dxtensa-tdep.c1584 bfd_byte *valbuf = dst; local
1624 for (; len > 0; len -= 4, areg++, valbuf += 4)
1627 regcache_raw_read_part (regcache, areg, offset, len, valbuf);
1629 regcache_raw_read (regcache, areg, valbuf);
1640 const bfd_byte *valbuf = dst; local
1674 for (; len > 0; len -= 4, areg++, valbuf += 4)
1677 regcache_raw_write_part (regcache, areg, offset, len, valbuf);
1679 regcache_raw_write (regcache, areg, valbuf);
H A Darm-tdep.c7148 gdb_byte *valbuf)
7166 valbuf, gdbarch_byte_order (gdbarch)); local
7175 regcache_cooked_read (regs, ARM_A1_REGNUM, valbuf);
7178 valbuf + INT_REGISTER_SIZE);
7207 store_unsigned_integer (valbuf,
7212 valbuf += INT_REGISTER_SIZE;
7227 memcpy (valbuf, tmpbuf,
7230 valbuf += INT_REGISTER_SIZE;
7343 const gdb_byte *valbuf)
7356 convert_to_extended (floatformat_from_type (type), buf, valbuf, local
7147 arm_extract_return_value(struct type *type, struct regcache *regs, gdb_byte *valbuf) argument
7342 arm_store_return_value(struct type *type, struct regcache *regs, const gdb_byte *valbuf) argument
[all...]
H A Dhppa-tdep.c969 const bfd_byte *valbuf;
1057 valbuf = fptrbuf;
1061 valbuf = value_contents (arg);
1065 write_memory (sp + offset, valbuf, len);
1071 offset % 8, min (len, 8), valbuf);
1073 valbuf += min (len, 8);
968 const bfd_byte *valbuf; local
/netbsd-6-1-5-RELEASE/games/mille/
H A Dcomp.c59 int valbuf[HAND_SZ], count[NUM_CARDS]; local
179 value = valbuf;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_prop.c562 char valbuf[32]; local
696 (void) snprintf(valbuf, sizeof (valbuf),
698 valstr = valbuf;

Completed in 462 milliseconds

12