/openbsd/gnu/usr.bin/binutils/gdb/ |
H A 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() 143 len > (int) sizeof (LONGEST) && p >= (char *) addr; in extract_long_unsigned_integer() 153 if (len <= (int) sizeof (LONGEST)) in extract_long_unsigned_integer() 156 sizeof (LONGEST)); in extract_long_unsigned_integer() 180 store_signed_integer (void *addr, int len, LONGEST val) in store_signed_integer() [all …]
|
H A D | scm-valprint.c | 38 static void scm_ipruk (char *, LONGEST, struct ui_file *); 39 static void scm_scmlist_print (LONGEST, struct ui_file *, int, int, 41 static int scm_inferior_print (LONGEST, struct ui_file *, int, int, 49 scm_inferior_print (LONGEST value, struct ui_file *stream, int format, in scm_inferior_print() 95 scm_scmlist_print (LONGEST svalue, struct ui_file *stream, int format, in scm_scmlist_print() 129 scm_ipruk (char *hdr, LONGEST ptr, struct ui_file *stream) in scm_ipruk() 140 scm_scmval_print (LONGEST svalue, struct ui_file *stream, int format, in scm_scmval_print() 265 LONGEST elements = SCM_CDR (svalue); in scm_scmval_print() 368 LONGEST svalue = extract_signed_integer (valaddr, TYPE_LENGTH (type)); in scm_val_print()
|
H A D | defs.h | 79 #ifndef LONGEST 83 #define LONGEST BFD_HOST_64_BIT macro 89 #define LONGEST long long macro 95 #define LONGEST BFD_HOST_64_BIT macro 98 #define LONGEST long macro 515 extern char *paddr_d (LONGEST addr); 519 extern char *int_string (LONGEST, int, int, int, int); 530 extern char *hex_string (LONGEST); 531 extern char *hex_string_custom (LONGEST, int); 847 #define LONGEST_MAX ((LONGEST)(ULONGEST_MAX >> 1)) [all …]
|
H A 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()
|
H A D | objc-exp.y | 127 LONGEST lval; 129 LONGEST val; 424 write_exp_elt_longcst ((LONGEST) 0); 1003 LONGEST n = 0; 1004 LONGEST prevn = 0; 1005 unsigned LONGEST un; 1018 unsigned LONGEST high_bit; 1141 if ((unsigned_p && (unsigned LONGEST) prevn >= (unsigned LONGEST) n)) 1159 un = (unsigned LONGEST)n >> 2; 1183 high_bit = (((unsigned LONGEST)1) [all …]
|
H A 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 char *, enum type_code);
|
H A D | remote-fileio.c | 179 static LONGEST 324 LONGEST retlong; in remote_fileio_extract_int() 338 LONGEST retlong; in remote_fileio_extract_ptr_w_len() 358 remote_fileio_to_be (LONGEST num, char *buf, int bytes) in remote_fileio_to_be() 415 / (LONGEST) st->st_blksize, in remote_fileio_to_fio_stat() 660 LONGEST lnum; in remote_fileio_func_read() 778 LONGEST lnum; in remote_fileio_func_write() 851 LONGEST lnum; in remote_fileio_func_lseek() 1039 LONGEST lnum; in remote_fileio_func_stat() 1101 LONGEST lnum; in remote_fileio_func_fstat() [all …]
|
H A D | regcache.h | 46 int regnum, LONGEST *val); 50 int regnum, LONGEST val); 79 int regnum, LONGEST *val); 83 int regnum, LONGEST val); 222 extern void write_register (int regnum, LONGEST val);
|
H A D | scm-exp.c | 38 static LONGEST scm_istring2number (char *, int, int); 39 static LONGEST scm_istr2int (char *, int, int); 42 static LONGEST 46 LONGEST inum = 0; in scm_istr2int() 107 static LONGEST 290 LONGEST svalue = 0; in scm_lreadr()
|
H A D | sparc-nat.c | 256 LONGEST 259 ULONGEST offset, LONGEST len) in sparc_xfer_wcookie() 305 LONGEST (*inf_ptrace_xfer_partial) (struct target_ops *, enum target_object, 307 ULONGEST, LONGEST); 309 static LONGEST 312 ULONGEST offset, LONGEST len) in sparc_xfer_partial()
|
H A D | scm-lang.c | 76 LONGEST 77 scm_get_field (LONGEST svalue, int index) in scm_get_field() 89 LONGEST 94 LONGEST svalue = extract_signed_integer (valaddr, TYPE_LENGTH (type)); in scm_unpack() 194 LONGEST iaddr = value_as_long (addr); in scm_evaluate_string() 231 return value_from_longest (builtin_type_long, (LONGEST) 1); in evaluate_subexp_scm()
|
H A D | auxv.h | 38 extern LONGEST target_auxv_read (struct target_ops *ops, char **data); 66 extern LONGEST procfs_xfer_auxv (struct target_ops *ops, 72 LONGEST len);
|
H A 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 void *buf, LONGEST len); 420 LONGEST (*to_xfer_partial) (struct target_ops *ops, [all …]
|
H A D | ada-lang.h | 270 extern int ada_scan_number (const char *, int, LONGEST *, int *); 308 extern int ada_in_variant (LONGEST, struct type *, int); 328 extern DOUBLEST ada_fixed_to_float (struct type *, LONGEST); 330 extern LONGEST ada_float_to_fixed (struct type *, DOUBLEST); 357 extern LONGEST get_int_var_value (char *, int *); 382 extern void ada_print_scalar (struct type *, LONGEST, struct ui_file *);
|
H A 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 …]
|
H A D | valarith.c | 55 static LONGEST 58 LONGEST sz = -1; in find_size_for_pointer_math() 91 LONGEST sz; in value_add() 194 LONGEST lowerbound, upperbound; in value_subscript() 202 LONGEST index = value_as_long (idx); in value_subscript() 228 LONGEST lowerbound, upperbound; in value_subscript() 264 LONGEST index = value_as_long (idx); in value_subscripted_rvalue() 818 LONGEST v1, v2, v = 0; in value_binop() 1027 LONGEST v1, v2, v = 0; in value_binop() 1375 LONGEST low_bound, high_bound; in value_bit_index() [all …]
|
H A D | objc-exp.c | 246 LONGEST lval; 248 LONGEST val; 1721 write_exp_elt_longcst ((LONGEST) 0); 2666 LONGEST n = 0; 2667 LONGEST prevn = 0; 2668 unsigned LONGEST un; 2681 unsigned LONGEST high_bit; 2804 if ((unsigned_p && (unsigned LONGEST) prevn >= (unsigned LONGEST) n)) 2822 un = (unsigned LONGEST)n >> 2; 2846 high_bit = (((unsigned LONGEST)1) [all …]
|
H A D | eval.c | 65 LONGEST, LONGEST); 109 LONGEST 113 LONGEST retval; in parse_and_eval_long() 338 static LONGEST 341 enum noside noside, LONGEST low_bound, LONGEST high_bound) in init_array_element() 343 LONGEST index; in init_array_element() 355 LONGEST low, high; in init_array_element() 967 LONGEST fnptr; in evaluate_subexp_standard() 1989 (LONGEST) 1)); in evaluate_subexp_standard() 2004 (LONGEST) 1)); in evaluate_subexp_standard() [all …]
|
H A D | value.h | 177 LONGEST force_longest_align; 300 extern LONGEST value_as_long (struct value *val); 304 extern LONGEST unpack_long (struct type *type, const char *valaddr); 308 extern LONGEST unpack_field_as_long (struct type *type, const char *valaddr, 311 extern struct value *value_from_longest (struct type *type, LONGEST num); 445 extern LONGEST parse_and_eval_long (char *exp); 496 extern void modify_field (char *addr, LONGEST fieldval, int bitpos, 506 int use_local, LONGEST val);
|
H A 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);
|
H A 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);
|
H A D | target.c | 855 static LONGEST 861 LONGEST retval; in target_xfer_partial() 933 static LONGEST 938 LONGEST xfered; in xfer_using_stratum() 1254 static LONGEST 1300 LONGEST 1309 LONGEST 1319 LONGEST 1325 LONGEST xfered = 0; in target_read() 1341 LONGEST [all …]
|
H A 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 …]
|
/openbsd/gnu/usr.bin/binutils/gdb/config/pa/ |
H A D | nm-hppah.h | 155 extern int hppa_insert_hw_watchpoint (int pid, CORE_ADDR start, LONGEST len, 158 hppa_insert_hw_watchpoint (PIDGET (inferior_ptid), addr, (LONGEST)(len), type) 160 extern int hppa_remove_hw_watchpoint (int pid, CORE_ADDR start, LONGEST len, 163 hppa_remove_hw_watchpoint (PIDGET (inferior_ptid), addr, (LONGEST)(len), type)
|
/openbsd/gnu/usr.bin/binutils/gdb/config/sparc/ |
H A D | nm-nbsd.h | 36 extern LONGEST sparc_xfer_wcookie (struct target_ops *ops, 40 ULONGEST offset, LONGEST len);
|