Searched refs:LONGEST (Results 176 - 200 of 461) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-out.h61 const char *fldname, LONGEST value) override;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dabbrev.c129 LONGEST implicit_const;
H A Dsection.c192 dwarf2_section_info::read_string (struct objfile *objfile, LONGEST str_offset,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-vms-tdep.c40 LONGEST res;
H A Dgo-exp.y94 LONGEST lval;
96 LONGEST val;
411 write_exp_elt_longcst (pstate, (LONGEST)($1.val));
430 write_exp_elt_longcst (pstate, (LONGEST)
463 (LONGEST) TYPE_LENGTH ($3));
524 write_exp_elt_longcst (pstate, (LONGEST) $1);
530 write_exp_elt_longcst (pstate, (LONGEST) $1);
646 LONGEST n = 0;
647 LONGEST prevn = 0;
784 on 0x123456789 when LONGEST i
[all...]
H A Dada-lang.c195 static LONGEST pos_atr (struct value *);
199 static struct value *val_atr (struct type *, LONGEST);
227 int *, LONGEST *, int *,
228 int, LONGEST, LONGEST);
232 int *, LONGEST *, int *, int,
233 LONGEST, LONGEST);
238 int *, LONGEST *, int, LONGEST, LONGES
[all...]
H A Dalpha-nbsd-tdep.c276 static LONGEST
280 LONGEST off;
H A Dd-exp.y89 LONGEST val;
519 (LONGEST) val.typed_val_int.val);
526 write_exp_elt_longcst (pstate, (LONGEST) 0);
530 write_exp_elt_longcst (pstate, (LONGEST) 1);
534 write_exp_elt_longcst (pstate, (LONGEST) 0);
539 write_exp_elt_longcst (pstate, (LONGEST)($1.val));
559 write_exp_elt_longcst (pstate, (LONGEST) 0);
560 write_exp_elt_longcst (pstate, (LONGEST) $1 - 1);
828 Note that we can't shift sizeof (LONGEST) * HOST_CHAR_BIT bits or
848 /* A long long does not fit in a LONGEST
[all...]
H A Dcp-abi.c69 LONGEST embedded_offset, CORE_ADDR address,
108 LONGEST *top, int *using_enc)
H A Dsparc-linux-tdep.c278 static LONGEST
287 LONGEST ret;
H A Dsparc64-linux-tdep.c286 static LONGEST
295 LONGEST ret;
H A Dxstormy16-tdep.c75 LONGEST framesize;
319 LONGEST offset;
384 offset = (LONGEST) (inst2 & 0x0fff);
518 LONGEST inst, inst2, addr;
570 LONGEST inst, inst2, faddr2;
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-out.h61 const char *fldname, LONGEST value) override;
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dsection.c194 dwarf2_section_info::read_string (struct objfile *objfile, LONGEST str_offset,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-vms-tdep.c40 LONGEST res;
H A Dcli-out.h52 const char *fldname, LONGEST value) override;
H A Drust-lang.c342 LONGEST llen = value_as_long (len);
540 LONGEST low_bound, high_bound;
580 LONGEST low_bound, high_bound;
597 LONGEST low_bound, high_bound;
856 LONGEST low_bound, high_bound;
1114 LONGEST *low, LONGEST *high,
1154 LONGEST low, high_bound;
1157 LONGEST high = 0;
1216 LONGEST low_boun
[all...]
H A Dcp-abi.c69 LONGEST embedded_offset, CORE_ADDR address,
108 LONGEST *top, int *using_enc)
H A Dsparc-linux-tdep.c279 static LONGEST
288 LONGEST ret;
H A Dsparc64-linux-tdep.c287 static LONGEST
296 LONGEST ret;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-utils.c291 /* Convert a LONGEST to the appropriate Python object -- either an
295 gdb_py_object_from_longest (LONGEST l)
306 && (l > PyInt_GetMax () || l < (- (LONGEST) PyInt_GetMax ()) - 1))
H A Dpy-lazy-string.c201 LONGEST array_length = -1;
202 LONGEST low_bound, high_bound;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-utils.c31 LONGEST retval = 0; /* default */
113 LONGEST longest_val;
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-utils.c31 LONGEST retval = 0; /* default */
113 LONGEST longest_val;
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-lazy-string.c201 LONGEST array_length = -1;
202 LONGEST low_bound, high_bound;

Completed in 194 milliseconds

1234567891011>>