Searched refs:LONGEST (Results 76 - 100 of 461) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dax-general.c33 static void append_const (struct agent_expr *x, LONGEST val, int n);
35 static LONGEST read_const (struct agent_expr *x, int o, int n);
84 append_const (struct agent_expr *x, LONGEST val, int n)
100 static LONGEST
104 LONGEST accum = 0;
154 if (sizeof (LONGEST) * 8 > 255)
231 ax_const_l (struct agent_expr *x, LONGEST l)
245 LONGEST lim = ((LONGEST) 1) << (size - 1);
265 ax_const_d (struct agent_expr *x, LONGEST
[all...]
H A Dcorefile.c268 LONGEST *return_value)
270 gdb_byte buf[sizeof (LONGEST)];
297 LONGEST
301 gdb_byte buf[sizeof (LONGEST)];
317 LONGEST
321 gdb_byte buf[sizeof (LONGEST)];
387 LONGEST value)
H A Dmn10300-tdep.c515 LONGEST imm8;
533 LONGEST imm16;
550 LONGEST imm32;
568 LONGEST imm8;
582 LONGEST imm16;
603 LONGEST imm32;
686 LONGEST d8;
709 LONGEST d24;
732 LONGEST d32;
755 LONGEST d
[all...]
H A Dvalarith.c34 LONGEST index,
35 LONGEST lowerbound);
50 static LONGEST
53 LONGEST sz = -1;
84 value_ptradd (struct value *arg1, LONGEST arg2)
87 LONGEST sz;
104 LONGEST
108 LONGEST sz;
146 value_subscript (struct value *array, LONGEST index)
158 gdb::optional<LONGEST> lowerboun
[all...]
H A Dui-out.h97 LONGEST val;
105 signed_field (const char *name, LONGEST val,
183 void field_signed (const char *fldname, LONGEST value);
185 LONGEST value);
344 const char *fldname, LONGEST value) = 0;
H A Dtracepoint.h63 LONGEST initial_value = 0;
71 LONGEST value = 0;
156 LONGEST start_time;
157 LONGEST stop_time;
212 LONGEST initial_value;
H A Dada-lang.h207 extern LONGEST ada_discrete_type_low_bound (struct type *);
209 extern LONGEST ada_discrete_type_high_bound (struct type *);
240 extern int ada_scan_number (const char *, int, LONGEST *, int *);
312 extern bool get_int_var_value (const char *, LONGEST &value);
330 extern void ada_print_scalar (struct type *, LONGEST, struct ui_file *);
H A Dgdbtypes.h227 LONGEST valuel = (LONGEST) value;
228 return valuel >= (LONGEST) low && valuel <= (LONGEST) high;
306 LONGEST const_val;
347 LONGEST const_val () const
354 void set_const_val (LONGEST const_val)
537 LONGEST bitpos;
540 LONGEST enumval;
586 LONGEST loc_bitpo
[all...]
H A Dm2-valprint.c48 get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high)
73 LONGEST previous_low = 0;
74 LONGEST previous_high= 0;
75 LONGEST i, low_bound, high_bound;
76 LONGEST field_low, field_high;
164 LONGEST len;
396 LONGEST low_bound, high_bound;
H A Dvalprint.h130 extern void maybe_print_array_index (struct type *index_type, LONGEST index,
180 LONGEST embedded_offset,
H A Dtracefile.h98 gdb_byte *buf, LONGEST len);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcorefile.c265 LONGEST *return_value)
267 gdb_byte buf[sizeof (LONGEST)];
294 LONGEST
298 gdb_byte buf[sizeof (LONGEST)];
314 LONGEST
318 gdb_byte buf[sizeof (LONGEST)];
384 LONGEST value)
H A Dmn10300-tdep.c519 LONGEST imm8;
537 LONGEST imm16;
554 LONGEST imm32;
572 LONGEST imm8;
586 LONGEST imm16;
607 LONGEST imm32;
690 LONGEST d8;
713 LONGEST d24;
736 LONGEST d32;
759 LONGEST d
[all...]
H A Dgdbtypes.h410 LONGEST valuel = (LONGEST) value;
411 return valuel >= (LONGEST) low && valuel <= (LONGEST) high;
488 LONGEST const_val;
524 LONGEST const_val () const
531 void set_const_val (LONGEST const_val)
692 LONGEST bitpos;
695 LONGEST enumval;
786 LONGEST bia
[all...]
H A Dvalops.c55 LONGEST, int *, struct type *);
248 LONGEST top;
395 LONGEST low_bound, high_bound, new_length;
475 LONGEST longest;
490 (LONGEST) (longest ? 1 : 0) : longest);
507 LONGEST longest = value_as_long (arg2);
509 if (addr_bit < sizeof (LONGEST) * HOST_CHAR_BIT)
511 if (longest >= ((LONGEST) 1 << addr_bit)
512 || longest <= -((LONGEST) 1 << addr_bit))
627 LONGEST embedded_offse
[all...]
H A Dui-out.h99 LONGEST val;
107 signed_field (const char *name, LONGEST val,
185 void field_signed (const char *fldname, LONGEST value);
187 LONGEST value);
291 const char *fldname, LONGEST value) = 0;
H A Dtracepoint.h63 LONGEST initial_value = 0;
71 LONGEST value = 0;
156 LONGEST start_time;
157 LONGEST stop_time;
212 LONGEST initial_value;
H A Dada-lang.h209 extern LONGEST ada_discrete_type_low_bound (struct type *);
211 extern LONGEST ada_discrete_type_high_bound (struct type *);
235 extern int ada_scan_number (const char *, int, LONGEST *, int *);
313 extern bool get_int_var_value (const char *, LONGEST &value);
331 extern void ada_print_scalar (struct type *, LONGEST, struct ui_file *);
H A Dm2-valprint.c48 get_long_set_bounds (struct type *type, LONGEST *low, LONGEST *high)
73 LONGEST previous_low = 0;
74 LONGEST previous_high= 0;
75 LONGEST i, low_bound, high_bound;
76 LONGEST field_low, field_high;
164 LONGEST len;
395 LONGEST low_bound, high_bound;
H A Dvalarith.c45 static LONGEST
48 LONGEST sz = -1;
79 value_ptradd (struct value *arg1, LONGEST arg2)
82 LONGEST sz;
99 LONGEST
103 LONGEST sz;
141 value_subscript (struct value *array, LONGEST index)
153 LONGEST lowerbound, upperbound;
186 value_subscripted_rvalue (struct value *array, LONGEST index, LONGEST lowerboun
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dexpr.h91 LONGEST offset;
144 LONGEST subobj_offset = 0);
224 LONGEST subobj_offset, bool as_lval);
H A Dloc.h213 LONGEST offset;
295 (sect_offset die, LONGEST byte_offset, dwarf2_per_cu_data *per_cu,
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dtracepoint.h171 LONGEST agent_get_trace_state_variable_value (int num);
172 void agent_set_trace_state_variable_value (int num, LONGEST val);
H A Dax.h114 void (*emit_const) (LONGEST num);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dtracepoint.h171 LONGEST agent_get_trace_state_variable_value (int num);
172 void agent_set_trace_state_variable_value (int num, LONGEST val);

Completed in 340 milliseconds

1234567891011>>