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

/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddwarfread.c1272 unsigned long highbound; local
1291 highbound = target_to_host (scan, nbytes, GET_UNSIGNED, current_objfile);
1303 lowbound, highbound);
1466 unsigned long highbound; local
1471 highbound = dip->at_byte_size - 1;
1476 highbound = 1;
1480 highbound);
H A Dvalue.h355 extern struct value *value_array (int lowbound, int highbound,
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);
1075 value_array(int lowbound, int highbound, struct value **elemvec) argument
H A Dhpread.c4625 TYPE_FIELD_BITPOS (type, 1) = dn_bufp->dsubr.highbound;
/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h759 int highbound; member in struct:dntt_type_subrange

Completed in 112 milliseconds