Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Ddwarfread.c1272 unsigned long highbound; in decode_subscript_data_item() local
1291 highbound = target_to_host (scan, nbytes, GET_UNSIGNED, current_objfile); in decode_subscript_data_item()
1303 lowbound, highbound); in decode_subscript_data_item()
1466 unsigned long highbound; in read_tag_string_type() local
1471 highbound = dip->at_byte_size - 1; in read_tag_string_type()
1476 highbound = 1; in read_tag_string_type()
1480 highbound); in read_tag_string_type()
Dvalops.c1075 value_array (int lowbound, int highbound, struct value **elemvec) in value_array() argument
1088 nelem = highbound - lowbound + 1; in value_array()
1091 error ("bad array bounds (%d, %d)", lowbound, highbound); in value_array()
1103 lowbound, highbound); in value_array()
Dvalue.h351 extern struct value *value_array (int lowbound, int highbound,
Dhpread.c4610 TYPE_FIELD_BITPOS (type, 1) = dn_bufp->dsubr.highbound; in hpread_read_subrange_type()
/freebsd-10-stable/contrib/gdb/include/
Dhp-symtab.h759 int highbound; member