Searched refs:LONGEST (Results 126 - 150 of 461) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dax.cc283 emit_const (LONGEST num)
324 /* FN's prototype is `LONGEST(*fn)(int)'. */
332 /* FN's prototype is `void(*fn)(int,LONGEST)'. */
585 if (arg < (sizeof (LONGEST) * 8))
682 if (arg < (sizeof (LONGEST) * 8))
1018 top = ((LONGEST) stack[--sp]) / ((LONGEST) top);
1036 top = ((LONGEST) stack[--sp]) % ((LONGEST) top);
1053 top = ((LONGEST) stac
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm2-exp.y83 LONGEST lval;
437 write_exp_elt_longcst (pstate, (LONGEST) $1);
443 write_exp_elt_longcst (pstate, (LONGEST) $1);
451 write_exp_elt_longcst (pstate, (LONGEST) $1);
461 write_exp_elt_longcst (pstate, (LONGEST) $1);
471 write_exp_elt_longcst (pstate, (LONGEST) $1);
493 (LONGEST) TYPE_LENGTH ($3));
621 LONGEST n = 0;
622 LONGEST prevn = 0;
H A Dm2-typeprint.c339 LONGEST previous_high = 0; /* Unnecessary initialization
376 m2_get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp)
382 if (TYPE_LENGTH (type) < sizeof (LONGEST))
407 LONGEST l1, l2;
408 LONGEST h1, h2;
438 LONGEST low;
439 LONGEST high;
592 LONGEST lastval;
H A Dopencl-lang.c97 LONGEST lowb, highb;
174 LONGEST offset = value_offset (v);
175 LONGEST elsize = TYPE_LENGTH (eltype);
177 LONGEST lowb = 0;
178 LONGEST highb = 0;
203 LONGEST offset = value_offset (v);
204 LONGEST elsize = TYPE_LENGTH (eltype);
206 LONGEST lowb = 0;
207 LONGEST highb = 0;
245 LONGEST offse
[all...]
H A Dfindvar.c71 retval = ((LONGEST) * p ^ 0x80) - 0x80;
83 retval = ((LONGEST) * p ^ 0x80) - 0x80;
93 template LONGEST extract_integer<LONGEST> (const gdb_byte *addr, int len,
99 LONGEST value. This is done so that we can print these values
100 better. If this integer can be converted to a LONGEST, this
105 enum bfd_endian byte_order, LONGEST *pval)
115 len > (int) sizeof (LONGEST) && p < addr + orig_len;
129 len > (int) sizeof (LONGEST) && p >= addr;
139 if (len <= (int) sizeof (LONGEST))
[all...]
H A Dparse.c217 write_exp_elt_longcst (struct expr_builder *ps, LONGEST expelt)
300 write_exp_elt_longcst (ps, (LONGEST) len);
305 write_exp_elt_longcst (ps, (LONGEST) len);
394 write_exp_elt_longcst (ps, (LONGEST) bits);
398 write_exp_elt_longcst (ps, (LONGEST) bits);
632 write_exp_elt_longcst (ps, (LONGEST) i);
1317 LONGEST arg, nargs = elts[pos + 2].longconst;
H A Dcp-valprint.c411 LONGEST boffset = 0;
633 LONGEST offset)
645 LONGEST bitpos = TYPE_FIELD_BITPOS (self, i);
657 LONGEST bitpos = TYPE_FIELD_BITPOS (self, i);
658 LONGEST bitsize = 8 * TYPE_LENGTH (self->field (i).type ());
681 LONGEST val;
H A Dvalprint.h127 extern void maybe_print_array_index (struct type *index_type, LONGEST index,
185 LONGEST embedded_offset,
H A Dfindcmd.c117 LONGEST len;
159 LONGEST x;
H A Dtarget.h250 LONGEST len, ULONGEST *xfered_len);
268 extern LONGEST target_read (struct target_ops *ops,
271 ULONGEST offset, LONGEST len);
298 (struct target_ops *ops, const ULONGEST offset, const LONGEST len);
315 extern LONGEST target_write (struct target_ops *ops,
318 ULONGEST offset, LONGEST len);
327 LONGEST target_write_with_progress (struct target_ops *ops,
330 ULONGEST offset, LONGEST len,
367 gdb_byte *buf, LONGEST len);
810 virtual void flash_erase (ULONGEST address, LONGEST lengt
[all...]
H A Dcli-out.h51 const char *fldname, LONGEST value) override;
H A Dhppa-bsd-tdep.c73 LONGEST tag;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm2-typeprint.c339 LONGEST previous_high = 0; /* Unnecessary initialization
376 m2_get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp)
382 if (type->length () < sizeof (LONGEST))
407 LONGEST l1, l2;
408 LONGEST h1, h2;
438 LONGEST low;
439 LONGEST high;
592 LONGEST lastval;
H A Dopencl-lang.c52 LONGEST lowb, highb;
125 LONGEST offset = value_offset (v);
126 LONGEST elsize = eltype->length ();
128 LONGEST lowb = 0;
129 LONGEST highb = 0;
155 LONGEST offset = value_offset (v);
156 LONGEST elsize = eltype->length ();
158 LONGEST lowb = 0;
159 LONGEST highb = 0;
195 LONGEST offse
[all...]
H A Dfindvar.c69 retval = ((LONGEST) buf[i] ^ 0x80) - 0x80;
82 retval = ((LONGEST) buf[i] ^ 0x80) - 0x80;
92 template LONGEST extract_integer<LONGEST> (gdb::array_view<const gdb_byte> buf,
98 LONGEST value. This is done so that we can print these values
99 better. If this integer can be converted to a LONGEST, this
104 enum bfd_endian byte_order, LONGEST *pval)
114 len > (int) sizeof (LONGEST) && p < addr + orig_len;
128 len > (int) sizeof (LONGEST) && p >= addr;
138 if (len <= (int) sizeof (LONGEST))
[all...]
H A Dvalops.c56 LONGEST, int *, struct type *);
249 LONGEST top;
483 LONGEST low_bound, high_bound, new_length;
578 LONGEST longest;
592 (LONGEST) (longest ? 1 : 0) : longest);
609 LONGEST longest = value_as_long (arg2);
611 if (addr_bit < sizeof (LONGEST) * HOST_CHAR_BIT)
613 if (longest >= ((LONGEST) 1 << addr_bit)
614 || longest <= -((LONGEST) 1 << addr_bit))
730 LONGEST embedded_offse
[all...]
H A Dfindcmd.c117 LONGEST len;
159 LONGEST x;
H A Dtrad-frame.c95 int regnum, LONGEST val)
163 LONGEST val
H A Dalpha-netbsd-tdep.c200 static LONGEST
204 LONGEST off;
H A Dhppa-bsd-tdep.c73 LONGEST tag;
H A Df-lang.h63 LONGEST index,
310 extern LONGEST f77_get_upperbound (struct type *);
312 extern LONGEST f77_get_lowerbound (struct type *);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dloc.h192 LONGEST offset;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-utils.c259 LONGEST *arg_ptr = (LONGEST *) argp;
262 arg, position, func_name, _("LONGEST"));
549 gdbscm_scm_from_longest (LONGEST l)
554 /* Convert scheme object L to LONGEST.
555 It is an error to call this if L is not an integer in range of LONGEST.
559 LONGEST
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-utils.c259 LONGEST *arg_ptr = (LONGEST *) argp;
262 arg, position, func_name, _("LONGEST"));
549 gdbscm_scm_from_longest (LONGEST l)
554 /* Convert scheme object L to LONGEST.
555 It is an error to call this if L is not an integer in range of LONGEST.
559 LONGEST
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dline-header.c97 static LONGEST
103 LONGEST length = read_initial_length (abfd, buf, bytes_read);
286 LONGEST unit_length
327 LONGEST header_length = read_offset (abfd, line_ptr, offset_size);

Completed in 368 milliseconds

1234567891011>>