| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | defs.h | 82 #ifndef LONGEST 86 #define LONGEST BFD_HOST_64_BIT macro 92 #define LONGEST long long macro 98 #define LONGEST BFD_HOST_64_BIT macro 101 #define LONGEST long macro 516 extern char *paddr_d (LONGEST addr); 523 extern char *int_string (LONGEST, int, int, int, int); 534 extern char *hex_string (LONGEST); 535 extern char *hex_string_custom (LONGEST, int); 847 #define LONGEST_MAX ((LONGEST)(ULONGEST_MAX >> 1)) [all …]
|
| D | findvar.c | 51 LONGEST 54 LONGEST retval; in extract_signed_integer() 59 if (len > (int) sizeof (LONGEST)) in extract_signed_integer() 62 (int) sizeof (LONGEST)); in extract_signed_integer() 70 retval = ((LONGEST) * p ^ 0x80) - 0x80; in extract_signed_integer() 78 retval = ((LONGEST) * p ^ 0x80) - 0x80; in extract_signed_integer() 121 LONGEST *pval) in extract_long_unsigned_integer() 131 len > (int) sizeof (LONGEST) && p < addr + orig_len; in extract_long_unsigned_integer() 145 len > (int) sizeof (LONGEST) && p >= addr; in extract_long_unsigned_integer() 155 if (len <= (int) sizeof (LONGEST)) in extract_long_unsigned_integer() [all …]
|
| D | scm-valprint.c | 35 static void scm_ipruk (char *, LONGEST, struct ui_file *); 36 static void scm_scmlist_print (LONGEST, struct ui_file *, int, int, 38 static int scm_inferior_print (LONGEST, struct ui_file *, int, int, 46 scm_inferior_print (LONGEST value, struct ui_file *stream, int format, in scm_inferior_print() 92 scm_scmlist_print (LONGEST svalue, struct ui_file *stream, int format, in scm_scmlist_print() 126 scm_ipruk (char *hdr, LONGEST ptr, struct ui_file *stream) in scm_ipruk() 137 scm_scmval_print (LONGEST svalue, struct ui_file *stream, int format, in scm_scmval_print() 262 LONGEST elements = SCM_CDR (svalue); in scm_scmval_print() 369 LONGEST svalue = extract_signed_integer (valaddr, TYPE_LENGTH (type)); in scm_val_print()
|
| D | objc-exp.y | 127 LONGEST lval; 129 LONGEST val; 342 write_exp_elt_longcst ((LONGEST) class); 357 write_exp_elt_longcst ((LONGEST) $2.class); 400 write_exp_elt_longcst ((LONGEST) end_arglist ()); 424 write_exp_elt_longcst ((LONGEST) 0); 425 write_exp_elt_longcst ((LONGEST) $3); 540 write_exp_elt_longcst ((LONGEST)($1.val)); 549 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val); 580 write_exp_elt_longcst ((LONGEST) TYPE_LENGTH ($3)); [all …]
|
| D | ax-general.c | 34 static void append_const (struct agent_expr *x, LONGEST val, int n); 36 static LONGEST read_const (struct agent_expr *x, int o, int n); 95 append_const (struct agent_expr *x, LONGEST val, int n) in append_const() 111 static LONGEST 115 LONGEST accum = 0; in read_const() 146 if (sizeof (LONGEST) * 8 > 255) in generic_ext() 221 ax_const_l (struct agent_expr *x, LONGEST l) in ax_const_l() 234 if (-((LONGEST) 1 << size) <= l && l < ((LONGEST) 1 << size)) in ax_const_l() 251 ax_const_d (struct agent_expr *x, LONGEST d) in ax_const_d()
|
| D | remote-fileio.c | 190 static LONGEST 306 remote_fileio_extract_long (char **buf, LONGEST *retlong) in remote_fileio_extract_long() 345 LONGEST retlong; in remote_fileio_extract_int() 359 LONGEST retlong; in remote_fileio_extract_ptr_w_len() 379 remote_fileio_to_be (LONGEST num, char *buf, int bytes) in remote_fileio_to_be() 390 remote_fileio_to_be ((LONGEST) num, (char *) fnum, 4); in remote_fileio_to_fio_uint() 402 remote_fileio_to_be ((LONGEST) num, (char *) fnum, 4); in remote_fileio_to_fio_time() 406 remote_fileio_to_fio_long (LONGEST num, fio_long_t fnum) in remote_fileio_to_fio_long() 412 remote_fileio_to_fio_ulong (LONGEST num, fio_ulong_t fnum) in remote_fileio_to_fio_ulong() 420 LONGEST blksize; in remote_fileio_to_fio_stat() [all …]
|
| D | target.h | 237 extern LONGEST target_read_partial (struct target_ops *ops, 240 ULONGEST offset, LONGEST len); 242 extern LONGEST target_write_partial (struct target_ops *ops, 245 ULONGEST offset, LONGEST len); 248 extern LONGEST target_read (struct target_ops *ops, 251 ULONGEST offset, LONGEST len); 253 extern LONGEST target_write (struct target_ops *ops, 256 ULONGEST offset, LONGEST len); 266 gdb_byte *buf, LONGEST len); 420 LONGEST (*to_xfer_partial) (struct target_ops *ops, [all …]
|
| D | scm-lang.h | 57 extern LONGEST scm_get_field (LONGEST, int); 59 extern void scm_scmval_print (LONGEST, struct ui_file *, int, int, int, 72 extern LONGEST scm_unpack (struct type *, const gdb_byte *, enum type_code);
|
| D | scm-exp.c | 39 static LONGEST scm_istring2number (char *, int, int); 40 static LONGEST scm_istr2int (char *, int, int); 43 static LONGEST 47 LONGEST inum = 0; in scm_istr2int() 108 static LONGEST 291 LONGEST svalue = 0; in scm_lreadr()
|
| D | scm-lang.c | 73 LONGEST 74 scm_get_field (LONGEST svalue, int index) in scm_get_field() 86 LONGEST 91 LONGEST svalue = extract_signed_integer (valaddr, TYPE_LENGTH (type)); in scm_unpack() 191 LONGEST iaddr = value_as_long (addr); in scm_evaluate_string() 228 return value_from_longest (builtin_type_long, (LONGEST) 1); in evaluate_subexp_scm()
|
| D | regcache.h | 46 int regnum, LONGEST *val); 50 int regnum, LONGEST val); 80 int regnum, LONGEST *val); 84 int regnum, LONGEST val); 203 extern void write_register (int regnum, LONGEST val);
|
| D | sparc-nat.c | 256 LONGEST 259 const gdb_byte *writebuf, ULONGEST offset, LONGEST len) in sparc_xfer_wcookie() 309 LONGEST (*inf_ptrace_xfer_partial) (struct target_ops *, enum target_object, 311 ULONGEST, LONGEST); 313 static LONGEST 316 const gdb_byte *writebuf, ULONGEST offset, LONGEST len) in sparc_xfer_partial()
|
| D | auxv.h | 38 extern LONGEST target_auxv_read (struct target_ops *ops, gdb_byte **data); 66 extern LONGEST procfs_xfer_auxv (struct target_ops *ops, 72 LONGEST len);
|
| D | ada-lang.h | 273 extern int ada_scan_number (const char *, int, LONGEST *, int *); 312 extern int ada_in_variant (LONGEST, struct type *, int); 333 extern DOUBLEST ada_fixed_to_float (struct type *, LONGEST); 335 extern LONGEST ada_float_to_fixed (struct type *, DOUBLEST); 364 extern LONGEST get_int_var_value (char *, int *); 389 extern void ada_print_scalar (struct type *, LONGEST, struct ui_file *);
|
| D | ada-exp.y | 122 static void write_int (LONGEST, struct type *); 128 static LONGEST convert_char_literal (struct type *, LONGEST); 149 LONGEST lval; 151 LONGEST val; 382 write_exp_elt_longcst ((LONGEST) $5); 396 write_exp_elt_longcst ((LONGEST) $6); 505 { write_int ((LONGEST) $1.val, $1.type); } 713 write_int (LONGEST arg, struct type *type) in write_int() 799 write_exp_elt_longcst ((LONGEST) val); in write_object_renaming() 831 write_exp_elt_longcst ((LONGEST) 1); in write_object_renaming() [all …]
|
| D | eval.c | 64 static LONGEST init_array_element (struct value *, struct value *, 66 LONGEST, LONGEST); 110 LONGEST 114 LONGEST retval; in parse_and_eval_long() 339 static LONGEST 342 enum noside noside, LONGEST low_bound, LONGEST high_bound) in init_array_element() 344 LONGEST index; in init_array_element() 356 LONGEST low, high; in init_array_element() 515 LONGEST low_bound, high_bound, index; in evaluate_subexp_standard() 565 LONGEST low_bound, high_bound; in evaluate_subexp_standard() [all …]
|
| D | valarith.c | 55 static LONGEST 58 LONGEST sz = -1; in find_size_for_pointer_math() 91 LONGEST sz; in value_add() 145 LONGEST sz = find_size_for_pointer_math (type1); in value_sub() 156 LONGEST sz = TYPE_LENGTH (check_typedef (TYPE_TARGET_TYPE (type1))); in value_sub() 192 LONGEST lowerbound, upperbound; in value_subscript() 200 LONGEST index = value_as_long (idx); in value_subscript() 213 bound = value_from_longest (builtin_type_int, (LONGEST) lowerbound); in value_subscript() 223 LONGEST index = value_as_long (idx); in value_subscript() 226 LONGEST lowerbound, upperbound; in value_subscript() [all …]
|
| D | trad-frame.h | 53 int regnum, LONGEST val); 89 LONGEST addr; /* A CORE_ADDR fits in a longest. */ 95 int regnum, LONGEST val);
|
| D | target.c | 72 static LONGEST default_xfer_partial (struct target_ops *ops, 76 ULONGEST offset, LONGEST len); 857 static LONGEST 861 ULONGEST offset, LONGEST len) in target_xfer_partial() 863 LONGEST retval; in target_xfer_partial() 935 static LONGEST 937 ULONGEST offset, LONGEST len, void *readbuf, in xfer_using_stratum() 940 LONGEST xfered; in xfer_using_stratum() 1308 static LONGEST 1311 const gdb_byte *writebuf, ULONGEST offset, LONGEST len) in default_xfer_partial() [all …]
|
| D | m2-exp.y | 138 LONGEST lval; 352 write_exp_elt_longcst ((LONGEST) end_arglist()); 362 write_exp_elt_longcst ((LONGEST) end_arglist ()); 479 write_exp_elt_longcst ((LONGEST) $1); 485 write_exp_elt_longcst ((LONGEST) $1); 492 write_exp_elt_longcst ((LONGEST) $1); 500 write_exp_elt_longcst ((LONGEST) $1); 508 write_exp_elt_longcst ((LONGEST) $1); 526 write_exp_elt_longcst ((LONGEST) TYPE_LENGTH ($3)); 676 LONGEST n = 0; [all …]
|
| D | value.h | 261 extern LONGEST value_as_long (struct value *val); 265 extern LONGEST unpack_long (struct type *type, const gdb_byte *valaddr); 269 extern LONGEST unpack_field_as_long (struct type *type, 273 extern struct value *value_from_longest (struct type *type, LONGEST num); 404 extern LONGEST parse_and_eval_long (char *exp); 455 extern void modify_field (gdb_byte *addr, LONGEST fieldval, int bitpos, 466 int use_local, LONGEST val);
|
| D | gdbcore.h | 66 extern LONGEST read_memory_integer (CORE_ADDR memaddr, int len); 67 extern int safe_read_memory_integer (CORE_ADDR memaddr, int len, LONGEST *return_value); 97 LONGEST value);
|
| D | ax.h | 64 LONGEST l; 180 extern void ax_const_l (struct agent_expr *EXPR, LONGEST l); 181 extern void ax_const_d (struct agent_expr *EXPR, LONGEST d);
|
| D | c-exp.y | 124 LONGEST lval; 126 LONGEST val; 337 write_exp_elt_longcst ((LONGEST) end_arglist ()); 361 write_exp_elt_longcst ((LONGEST) 0); 362 write_exp_elt_longcst ((LONGEST) $3); 477 write_exp_elt_longcst ((LONGEST)($1.val)); 486 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val); 510 write_exp_elt_longcst ((LONGEST) TYPE_LENGTH ($3)); 525 write_exp_elt_longcst ((LONGEST)(*sp++)); 530 write_exp_elt_longcst ((LONGEST)'\0'); [all …]
|
| D | p-exp.y | 131 LONGEST lval; 133 LONGEST val; 333 write_exp_elt_longcst ((LONGEST) end_arglist ()); 440 write_exp_elt_longcst ((LONGEST) $1); 446 write_exp_elt_longcst ((LONGEST) $1); 453 write_exp_elt_longcst ((LONGEST)($1.val)); 462 write_exp_elt_longcst ((LONGEST)val.typed_val_int.val); 486 write_exp_elt_longcst ((LONGEST) TYPE_LENGTH ($3)); 501 write_exp_elt_longcst ((LONGEST)(*sp++)); 506 write_exp_elt_longcst ((LONGEST)'\0'); [all …]
|