Searched refs:highbound (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarfread.c | 1283 unsigned long highbound; in decode_subscript_data_item() local 1302 highbound = target_to_host (scan, nbytes, GET_UNSIGNED, current_objfile); in decode_subscript_data_item() 1314 lowbound, highbound); in decode_subscript_data_item() 1477 unsigned long highbound; in read_tag_string_type() local 1482 highbound = dip->at_byte_size - 1; in read_tag_string_type() 1487 highbound = 1; in read_tag_string_type() 1491 highbound); in read_tag_string_type()
|
H A D | valops.c | 1006 value_array (int lowbound, int highbound, struct value **elemvec) in value_array() argument 1019 nelem = highbound - lowbound + 1; in value_array() 1022 error ("bad array bounds (%d, %d)", lowbound, highbound); in value_array() 1034 lowbound, highbound); in value_array()
|
H A D | value.h | 351 extern struct value *value_array (int lowbound, int highbound,
|
H A D | hpread.c | 4605 TYPE_FIELD_BITPOS (type, 1) = dn_bufp->dsubr.highbound; in hpread_read_subrange_type()
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | data.c | 994 ffetargetIntegerDefault highbound; in ffedata_eval_offset_() local 1063 highbound = ffedata_eval_integer1_ (hi1); in ffedata_eval_offset_() 1066 highbound = ffedata_eval_integer1_ (high); in ffedata_eval_offset_() 1068 if ((value < lowbound) || (value > highbound)) in ffedata_eval_offset_() 1085 width *= highbound - lowbound + 1; in ffedata_eval_offset_()
|
H A D | equiv.c | 667 ffetargetIntegerDefault highbound; in ffeequiv_offset_() local 743 highbound in ffeequiv_offset_() 746 if ((arrayval < lowbound) || (arrayval > highbound)) in ffeequiv_offset_() 762 width *= highbound - lowbound + 1; in ffeequiv_offset_()
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | hp-symtab.h | 759 int highbound; member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | hp-symtab.h | 759 int highbound; member
|