Home
last modified time | relevance | path

Searched refs:value_repeat (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalue.h415 extern struct value *value_repeat (struct value *arg1, int count);
H A Deval.c1851 return value_repeat (arg1, longest_to_int (value_as_long (arg2))); in evaluate_subexp_standard()
H A Dvalops.c759 value_repeat (struct value *arg1, int count) in value_repeat() function
H A DChangeLog-1995945 * valops.c (value_repeat): Fix length of memory transfer to
3670 * valops.c (value_repeat), eval.c (evaluate_subexp_standard):
H A DChangeLog-19982430 (value_repeat): Use VALUE_CONTENTS_ALL_RAW and VALUE_ENCLOSING_TYPE.