Searched refs:value_bit_index (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | p-valprint.c | 481 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()
|
| D | valarith.c | 1373 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()
|
| D | value.h | 424 extern int value_bit_index (struct type *type, char *addr, int index);
|
| D | valops.c | 2757 int element = value_bit_index (array_type, in value_slice()
|
| D | ChangeLog-1995 | 1198 * valarith.c (value_bit_index): Generalize to use get_discrete_bounds. 4577 * valarith.c (value_bit_index): Just treat bitstring as represented
|
| D | ChangeLog-1993 | 226 * valarith.c (value_bit_index): Fix think. Use new macros. 267 * valarith.c (value_bit_index, value_in), value.h: New functions,
|