Lines Matching refs:LONGEST

68   LONGEST offset;
71 LONGEST length;
94 ranges_overlap (LONGEST offset1, LONGEST len1,
95 LONGEST offset2, LONGEST len2)
108 ranges_contain (const std::vector<range> &ranges, LONGEST offset,
109 LONGEST length)
270 LONGEST offset = 0;
273 LONGEST bitsize = 0;
278 LONGEST bitpos = 0;
336 LONGEST embedded_offset = 0;
337 LONGEST pointed_to_offset = 0;
370 value_bits_available (const struct value *value, LONGEST offset, LONGEST length)
379 LONGEST offset, LONGEST length)
450 LONGEST offset, LONGEST length)
616 LONGEST offset, LONGEST length)
623 LONGEST offset, LONGEST length)
637 LONGEST offset, LONGEST length)
775 LONGEST offset1, LONGEST offset2,
776 LONGEST length, ULONGEST *l, ULONGEST *h)
897 value_contents_eq (const struct value *val1, LONGEST offset1,
898 const struct value *val2, LONGEST offset2,
899 LONGEST length)
952 LONGEST, otherwise GDB will not be able to parse integer values from the
957 of LONGEST, this arbitrary minimum value was selected, so long as this
958 is bigger than LONGEST on all GDB supported hosts we're fine. */
961 gdb_static_assert (sizeof (LONGEST) <= MIN_VALUE_FOR_MAX_VALUE_SIZE);
1093 LONGEST
1099 set_value_offset (struct value *value, LONGEST offset)
1104 LONGEST
1110 set_value_bitpos (struct value *value, LONGEST bit)
1115 LONGEST
1121 set_value_bitsize (struct value *value, LONGEST bit)
1268 l = std::max (r.offset, (LONGEST) src_bit_offset);
1270 (LONGEST) src_bit_offset + bit_length);
1306 value_contents_copy_raw (struct value *dst, LONGEST dst_offset,
1307 struct value *src, LONGEST src_offset, LONGEST length)
1309 LONGEST src_bit_offset, dst_bit_offset, bit_length;
1353 value_contents_copy (struct value *dst, LONGEST dst_offset,
1354 struct value *src, LONGEST src_offset, LONGEST length)
1449 LONGEST offset, LONGEST length)
1456 LONGEST offset, LONGEST length)
1466 LONGEST
1473 set_value_embedded_offset (struct value *value, LONGEST val)
1478 LONGEST
1485 set_value_pointed_to_offset (struct value *value, LONGEST val)
1943 LONGEST val;
2194 get_internalvar_integer (struct internalvar *var, LONGEST *result)
2233 LONGEST offset, LONGEST bitpos,
2234 LONGEST bitsize, struct value *newval)
2323 set_internalvar_integer (struct internalvar *var, LONGEST l)
2632 LONGEST
2650 /* Assume a CORE_ADDR can fit in a LONGEST (for now). Not sure
2764 LONGEST
2784 LONGEST result;
2801 /* Assume a CORE_ADDR can fit in a LONGEST (for now). Not sure
2826 /* Assume a CORE_ADDR can fit in a LONGEST (for now). Not sure
2918 value_primitive_field (struct value *arg1, LONGEST offset,
2948 LONGEST bitpos = TYPE_FIELD_BITPOS (arg_type, fieldno);
2949 LONGEST container_bitsize = TYPE_LENGTH (type) * 8;
2954 && TYPE_LENGTH (type) <= (int) sizeof (LONGEST))
2970 LONGEST boffset;
3057 LONGEST offset)
3114 LONGEST
3116 LONGEST bitpos, LONGEST bitsize)
3122 LONGEST bytes_read;
3123 LONGEST read_offset;
3149 /* If the field does not entirely fill a LONGEST, then zero the sign bits.
3175 LONGEST embedded_offset, int fieldno,
3176 const struct value *val, LONGEST *result)
3198 LONGEST
3218 LONGEST bitpos, LONGEST bitsize,
3219 const gdb_byte *valaddr, LONGEST embedded_offset,
3236 LONGEST num;
3264 LONGEST embedded_offset, const struct value *val)
3281 0 <= BITPOS, where lbits is the size of a LONGEST in bits. */
3285 LONGEST fieldval, LONGEST bitpos, LONGEST bitsize)
3290 LONGEST bytesize;
3332 pack_long (gdb_byte *buf, struct type *type, LONGEST num)
3335 LONGEST len;
3377 LONGEST len;
3418 value_from_longest (struct type *type, LONGEST num)
3599 value_from_component (struct value *whole, struct type *type, LONGEST offset)