Home
last modified time | relevance | path

Searched refs:value_bit_index (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dp-valprint.c481 int element = value_bit_index (type, valaddr + embedded_offset, i); in pascal_val_print()
496 if (i + 1 <= high_bound && value_bit_index (type, valaddr + embedded_offset, ++i)) in pascal_val_print()
501 && value_bit_index (type, valaddr + embedded_offset, ++i)) in pascal_val_print()
Dvalarith.c1373 value_bit_index (struct type *type, char *valaddr, int index) in value_bit_index() function
1407 member = value_bit_index (settype, VALUE_CONTENTS (set), in value_in()
Dvalue.h424 extern int value_bit_index (struct type *type, char *addr, int index);
Dvalops.c2757 int element = value_bit_index (array_type, in value_slice()
DChangeLog-19951198 * valarith.c (value_bit_index): Generalize to use get_discrete_bounds.
4577 * valarith.c (value_bit_index): Just treat bitstring as represented
DChangeLog-1993226 * valarith.c (value_bit_index): Fix think. Use new macros.
267 * valarith.c (value_bit_index, value_in), value.h: New functions,