Searched refs:lowbound (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c1076 value_array (int lowbound, int highbound, struct value **elemvec)
1089 nelem = highbound - lowbound + 1;
1092 error ("bad array bounds (%d, %d)", lowbound, highbound);
1104 lowbound, highbound);
1151 int lowbound = current_language->string_lower_bound;
1154 lowbound, len + lowbound - 1);
2797 value_slice (struct value *array, int lowbound, int length)
2812 if (lowbound < lowerbound || length < 0
2813 || lowbound
1075 value_array(int lowbound, int highbound, struct value **elemvec) argument
1150 int lowbound = current_language->string_lower_bound; local
2795 value_slice(struct value *array, int lowbound, int length) argument
[all...]
H A Dvalues.c1180 int lowbound = current_language->string_lower_bound;
1184 lowbound, len + lowbound - 1);
1172 int lowbound = current_language->string_lower_bound; local
H A Ddwarfread.c1271 unsigned long lowbound; local
1289 lowbound = target_to_host (scan, nbytes, GET_UNSIGNED, current_objfile);
1303 lowbound, highbound);
1465 unsigned long lowbound = 0; local
1479 rangetype = create_range_type ((struct type *) NULL, indextype, lowbound,
H A Dvalue.h352 extern struct value *value_array (int lowbound, int highbound,
H A Deval.c650 int lowbound
656 return value_slice (array, lowbound, upper - lowbound + 1);
662 int lowbound
666 return value_slice (array, lowbound, length);
648 int lowbound local
660 int lowbound local
H A Dada-lang.c7120 int lowbound
7164 return value_slice (array, lowbound, upper - lowbound + 1);
7106 int lowbound local
H A Dhpread.c4620 TYPE_FIELD_BITPOS (type, 0) = dn_bufp->dsubr.lowbound;
/freebsd-9.3-release/contrib/gdb/include/
H A Dhp-symtab.h758 int lowbound; member in struct:dntt_type_subrange

Completed in 303 milliseconds