Searched refs:VALUE_CONTENTS (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dhpacc-abi.c104 coreptr = *(CORE_ADDR *) (VALUE_CONTENTS (argp)); /* pai: (temp) */
133 coreptr = *(CORE_ADDR *) (VALUE_CONTENTS (vp));
154 *(CORE_ADDR *) (VALUE_CONTENTS (vp) +
157 coreptr = *(CORE_ADDR *) (VALUE_CONTENTS (vp));
244 coreptr = *(CORE_ADDR *) (VALUE_CONTENTS (vp));
252 coreptr = *(CORE_ADDR *) (VALUE_CONTENTS (vp));
H A Dada-valprint.c201 if (memcmp (VALUE_CONTENTS (v0), VALUE_CONTENTS (v1), eltlen) != 0)
207 val_print (elttype, VALUE_CONTENTS (v0), 0, 0, stream, format,
232 val_print (elttype, VALUE_CONTENTS (v0), 0, 0, stream, format,
554 retn = ada_val_print_1 (VALUE_TYPE (val), VALUE_CONTENTS (val), 0,
604 fprintf_filtered (stream, "%s", VALUE_CONTENTS (printable_val));
621 return ada_val_print_1 (target_type, VALUE_CONTENTS (v), 0, 0,
769 VALUE_CONTENTS (deref_val), 0,
808 char *valaddr = VALUE_CONTENTS (val0);
847 return (val_print (type, VALUE_CONTENTS (va
[all...]
H A Dvalarith.c233 byte = *((char *) VALUE_CONTENTS (array) + offset);
274 memcpy (VALUE_CONTENTS (v), VALUE_CONTENTS (array) + elt_offs, elt_size);
666 VALUE_CONTENTS (inval2));
676 memcpy (ptr + (idx * inval2len), VALUE_CONTENTS (inval2),
706 *ptr = (char) unpack_long (type1, VALUE_CONTENTS (inval1));
710 memcpy (ptr, VALUE_CONTENTS (inval1), inval1len);
715 (char) unpack_long (type2, VALUE_CONTENTS (inval2));
719 memcpy (ptr + inval1len, VALUE_CONTENTS (inval2), inval2len);
1177 p = VALUE_CONTENTS (arg
[all...]
H A Dvalues.c442 char *addr = VALUE_CONTENTS (var->value) + offset;
448 memcpy (addr, VALUE_CONTENTS (newval), TYPE_LENGTH (VALUE_TYPE (newval)));
536 return unpack_long (VALUE_TYPE (val), VALUE_CONTENTS (val));
545 foo = unpack_double (VALUE_TYPE (val), VALUE_CONTENTS (val), &inv);
648 return INTEGER_TO_ADDRESS (VALUE_TYPE (val), VALUE_CONTENTS (val));
650 return unpack_long (VALUE_TYPE (val), VALUE_CONTENTS (val));
906 VALUE_CONTENTS (arg1)
H A Djv-valprint.c64 obj_addr = unpack_pointer (type, VALUE_CONTENTS (val));
182 if (memcmp (VALUE_CONTENTS (v), VALUE_CONTENTS (next_v),
H A Dvalops.c314 ptr = (unsigned int *) VALUE_CONTENTS (retvalp);
334 longest = extract_unsigned_integer (VALUE_CONTENTS (arg2),
441 memset (VALUE_CONTENTS (val), 0, TYPE_LENGTH (check_typedef (type)));
453 is tested in the VALUE_CONTENTS macro, which is used if and when
498 /* Called only from the VALUE_CONTENTS and VALUE_CONTENTS_ALL macros,
500 VALUE_CONTENTS(VAL). Fetches the data from the user's process, and
506 This function returns a value because it is used in the VALUE_CONTENTS
609 dest_buffer = VALUE_CONTENTS (fromval);
646 type, VALUE_CONTENTS (fromval));
695 memcpy (buffer + byte_offset, VALUE_CONTENTS (fromva
[all...]
H A Dvalue.h115 VALUE_CONTENTS macro takes `embedded_offset' into account, so
188 /* VALUE_CONTENTS and VALUE_CONTENTS_RAW both return the address of
190 VALUE_CONTENTS is used when the contents of the buffer are needed
203 #define VALUE_CONTENTS(val) \ macro
239 VALUE_CONTENTS (arg)), \
H A Dppc-sysv-tdep.c101 char *val = VALUE_CONTENTS (arg);
634 char *val = VALUE_CONTENTS (arg);
H A Ds390-tdep.c2509 return extract_unsigned_integer (VALUE_CONTENTS (arg),
2512 return extract_signed_integer (VALUE_CONTENTS (arg),
2593 write_memory (sp, VALUE_CONTENTS (arg), length);
2653 0, length, VALUE_CONTENTS (arg));
2661 write_memory (starg - length, VALUE_CONTENTS (arg), length);
2686 VALUE_CONTENTS (arg));
2688 VALUE_CONTENTS (arg) + word_size);
2697 write_memory (starg, VALUE_CONTENTS (arg), length);
H A Dalpha-tdep.c339 write_memory (sp, VALUE_CONTENTS (arg), 16);
360 write_memory (sp, VALUE_CONTENTS (arg), 32);
374 m_arg->contents = VALUE_CONTENTS (arg);
H A Deval.c323 addr = VALUE_CONTENTS (struct_val) + bitpos / 8;
328 memcpy (addr, VALUE_CONTENTS (val),
370 VALUE_CONTENTS (element), element_size);
379 VALUE_CONTENTS (element), element_size);
554 VALUE_CONTENTS (element),
1450 unsigned int *ptr = (unsigned int *) VALUE_CONTENTS (arg2); /* forces evaluation */
1943 unsigned int *ptr = (unsigned int *) VALUE_CONTENTS (retvalp); /* forces evaluation */
H A Drs6000-tdep.c1180 VALUE_CONTENTS (arg),
1194 ((char *) VALUE_CONTENTS (arg)) + argbytes,
1211 VALUE_CONTENTS (arg), len);
1268 ((char *) VALUE_CONTENTS (arg)) + argbytes,
1293 VALUE_CONTENTS (arg),
1298 write_memory (sp + 24 + (ii * 4), (char *) VALUE_CONTENTS (arg), len);
H A Dada-lang.c327 memcpy (VALUE_CONTENTS_RAW (result), VALUE_CONTENTS (val) + offset,
1406 bytes = (unsigned char *) VALUE_CONTENTS (obj) + offset;
1425 unpacked = (unsigned char *) VALUE_CONTENTS (v);
1613 VALUE_CONTENTS (fromval),
1617 move_bits (buffer, VALUE_BITPOS (toval), VALUE_CONTENTS (fromval),
1623 memcpy (VALUE_CONTENTS_RAW (val), VALUE_CONTENTS (fromval),
3084 (char *) VALUE_CONTENTS (actual),
3116 modify_general_field (VALUE_CONTENTS (bounds),
3120 modify_general_field (VALUE_CONTENTS (bounds),
3128 modify_general_field (VALUE_CONTENTS (descripto
[all...]
H A Dc-valprint.c442 cp_print_class_method (VALUE_CONTENTS (value_addr (v)),
H A Damd64-tdep.c566 char *valbuf = VALUE_CONTENTS (args[i]);
615 char *valbuf = VALUE_CONTENTS (stack_args[i]);
H A Dsparc-tdep.c389 write_memory (sp, VALUE_CONTENTS (args[i]), len);
424 char *valbuf = VALUE_CONTENTS (args[i]);
H A Dsparc64-tdep.c799 write_memory (sp, VALUE_CONTENTS (args[i]), len);
868 char *valbuf = VALUE_CONTENTS (args[i]);
H A Dstack.c1960 VALUE_CONTENTS (return_value));
1973 VALUE_CONTENTS (return_value) /*write*/);
H A Dia64-tdep.c3136 find_func_descr (extract_unsigned_integer (VALUE_CONTENTS (arg), 8),
3158 memcpy (val_buf, VALUE_CONTENTS (arg) + argoffset, (len > 8) ? 8 : len);
3179 convert_typed_floating (VALUE_CONTENTS (arg) + argoffset, float_elt_type,
H A Dmips-tdep.c2814 val = (char *) VALUE_CONTENTS (arg);
3114 val = (char *) VALUE_CONTENTS (arg);
3453 val = (char *) VALUE_CONTENTS (arg);
3905 val = (char *) VALUE_CONTENTS (arg);
H A Dp-valprint.c1037 pascal_object_print_value_fields (type, VALUE_CONTENTS (val), VALUE_ADDRESS (val),
H A Dprintcmd.c336 print_scalar_formatted (VALUE_CONTENTS (val), type,
H A Darm-tdep.c1257 val = VALUE_CONTENTS (args[argnum]);
/freebsd-10.0-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c302 dump_binary_file (filename, mode, VALUE_CONTENTS (val),
320 VALUE_CONTENTS (val),
/freebsd-10.0-release/contrib/gdb/gdb/mi/
H A Dmi-main.c720 val_print (VALUE_TYPE (val), VALUE_CONTENTS (val),

Completed in 324 milliseconds

12