Home
last modified time | relevance | path

Searched refs:ULONGEST (Results 1 – 25 of 71) sorted by relevance

123

/NextBSD/contrib/gdb/gdb/
HDregcache.h48 int regnum, ULONGEST *val);
52 int regnum, ULONGEST val);
81 int regnum, ULONGEST *val);
85 int regnum, ULONGEST val);
246 extern ULONGEST read_register (int regnum);
249 extern ULONGEST read_register_pid (int regnum, ptid_t ptid);
HDdefs.h107 #define ULONGEST BFD_HOST_U_64_BIT macro
113 #define ULONGEST unsigned long long macro
119 #define ULONGEST BFD_HOST_U_64_BIT macro
122 #define ULONGEST unsigned long macro
528 extern char *phex (ULONGEST l, int sizeof_l);
529 extern char *phex_nz (ULONGEST l, int sizeof_l);
842 #define ULONGEST_MAX (~(ULONGEST)0) /* 0xFFFFFFFFFFFFFFFF for 64-bits */
1173 extern ULONGEST extract_unsigned_integer (const void *, int);
1181 extern void store_unsigned_integer (void *, int, ULONGEST);
1190 extern CORE_ADDR push_word (CORE_ADDR, ULONGEST);
[all …]
HDi387-tdep.c210 ULONGEST fctrl; in i387_print_float_info()
211 ULONGEST fstat; in i387_print_float_info()
212 ULONGEST ftag; in i387_print_float_info()
213 ULONGEST fiseg; in i387_print_float_info()
214 ULONGEST fioff; in i387_print_float_info()
215 ULONGEST foseg; in i387_print_float_info()
216 ULONGEST fooff; in i387_print_float_info()
217 ULONGEST fop; in i387_print_float_info()
754 ULONGEST fstat; in i387_return_value()
HDia64-tdep.c645 ULONGEST bspstore; in ia64_read_reg()
650 ULONGEST bsp; in ia64_read_reg()
666 ULONGEST bspstore; in ia64_write_reg()
671 ULONGEST bsp; in ia64_write_reg()
690 ULONGEST bsp; in ia64_pseudo_register_read()
691 ULONGEST cfm; in ia64_pseudo_register_read()
702 ULONGEST addr = rse_address_add (bsp, (regnum - V32_REGNUM)); in ia64_pseudo_register_read()
710 ULONGEST unatN_val; in ia64_pseudo_register_read()
711 ULONGEST unat; in ia64_pseudo_register_read()
718 ULONGEST natN_val = 0; in ia64_pseudo_register_read()
[all …]
HDdwarf2-frame.c50 ULONGEST cie_pointer;
54 ULONGEST code_alignment_factor;
60 ULONGEST return_address_register;
114 ULONGEST cfa_reg;
131 ULONGEST code_align;
132 ULONGEST retaddr_column;
241 execute_stack_op (unsigned char *exp, ULONGEST len, in execute_stack_op()
278 ULONGEST utmp, reg; in execute_cfa_program()
936 static ULONGEST
942 static ULONGEST
[all …]
HDalpha-tdep.c166 ULONGEST mem = extract_unsigned_integer (in, 4); in alpha_lds()
167 ULONGEST frac = (mem >> 0) & 0x7fffff; in alpha_lds()
168 ULONGEST sign = (mem >> 31) & 1; in alpha_lds()
169 ULONGEST exp_msb = (mem >> 30) & 1; in alpha_lds()
170 ULONGEST exp_low = (mem >> 23) & 0x7f; in alpha_lds()
171 ULONGEST exp, reg; in alpha_lds()
195 ULONGEST reg, mem; in alpha_sts()
446 ULONGEST l; in alpha_extract_return_value()
510 ULONGEST addr; in alpha_extract_struct_value_address()
524 ULONGEST l; in alpha_store_return_value()
[all …]
HDdwarf2-frame.h68 ULONGEST reg;
71 ULONGEST exp_len;
HDframe.h397 extern ULONGEST frame_unwind_register_unsigned (struct frame_info *frame,
399 extern ULONGEST get_frame_register_unsigned (struct frame_info *frame,
405 int regnum, ULONGEST *val);
460 extern ULONGEST get_frame_memory_unsigned (struct frame_info *this_frame,
HDtarget.h242 ULONGEST offset, LONGEST len);
247 ULONGEST offset, LONGEST len);
253 ULONGEST offset, LONGEST len);
258 ULONGEST offset, LONGEST len);
269 extern ULONGEST get_target_memory_unsigned (struct target_ops *ops,
423 ULONGEST offset, LONGEST len);
HDdwarf2expr.h121 ULONGEST size;
135 ULONGEST * r);
HDremote.c149 static int hexnumlen (ULONGEST num);
161 static int hexnumstr (char *, ULONGEST);
163 static int hexnumnstr (char *, ULONGEST, int);
1152 char *unpack_varlen_hex (char *buff, ULONGEST *result);
1269 ULONGEST *result) in unpack_varlen_hex()
2605 p += hexnumstr (p, (ULONGEST) step_range_start); in remote_resume()
2607 p += hexnumstr (p, (ULONGEST) step_range_end); in remote_resume()
2623 p += hexnumstr (p, (ULONGEST) step_range_start); in remote_resume()
2625 p += hexnumstr (p, (ULONGEST) step_range_end); in remote_resume()
2885 ULONGEST thread_num = -1; in remote_wait()
[all …]
HDada-lex.l387 #define HIGH_BYTE_POSN ((sizeof (ULONGEST) - 1) * HOST_CHAR_BIT)
416 ULONGEST
423 ULONGEST result;
439 result &= ((ULONGEST) 1 << HIGH_BYTE_POSN) - 1;
451 return result + ((ULONGEST) high_part << HIGH_BYTE_POSN);
468 ULONGEST result;
HDsparc-tdep.c141 ULONGEST
164 ULONGEST addr; in sparc_address_from_register()
721 ULONGEST wcookie = sparc_fetch_wcookie (); in sparc32_frame_prev_register()
732 ULONGEST i7; in sparc32_frame_prev_register()
931 ULONGEST sp;
1243 ULONGEST wcookie = sparc_fetch_wcookie (); in sparc_supply_rwindow()
1244 ULONGEST i7 = extract_unsigned_integer (buf + offset, 4); in sparc_supply_rwindow()
1296 ULONGEST wcookie = sparc_fetch_wcookie (); in sparc_collect_rwindow()
1297 ULONGEST i7 = extract_unsigned_integer (buf + offset, 4); in sparc_collect_rwindow()
1356 ULONGEST sp; in sparc32_supply_gregset()
HDgdbcore.h65 extern ULONGEST read_memory_unsigned_integer (CORE_ADDR memaddr, int len);
86 ULONGEST value);
HDp-exp.y776 ULONGEST un;
789 ULONGEST high_bit;
916 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
934 un = (ULONGEST)n >> 2;
938 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
952 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
959 if (sizeof (ULONGEST) * HOST_CHAR_BIT < TARGET_LONG_LONG_BIT)
961 shift = (sizeof (ULONGEST) * HOST_CHAR_BIT - 1);
964 high_bit = (ULONGEST) 1 << shift;
HDdwarf2expr.c109 int in_reg, CORE_ADDR value, ULONGEST size) in add_piece()
144 read_uleb128 (unsigned char *buf, unsigned char *buf_end, ULONGEST * r) in read_uleb128()
147 ULONGEST result = 0; in read_uleb128()
265 ULONGEST uoffset, reg; in execute_stack_op()
696 ULONGEST size; in execute_stack_op()
HDc-exp.y1056 ULONGEST un;
1069 ULONGEST high_bit;
1196 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
1214 un = (ULONGEST)n >> 2;
1218 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
1232 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
1239 if (sizeof (ULONGEST) * HOST_CHAR_BIT < TARGET_LONG_LONG_BIT)
1241 shift = (sizeof (ULONGEST) * HOST_CHAR_BIT - 1);
1244 high_bit = (ULONGEST) 1 << shift;
HDfindvar.c85 ULONGEST
88 ULONGEST retval; in extract_unsigned_integer()
93 if (len > (int) sizeof (ULONGEST)) in extract_unsigned_integer()
96 (int) sizeof (ULONGEST)); in extract_unsigned_integer()
207 store_unsigned_integer (void *addr, int len, ULONGEST val) in store_unsigned_integer()
HDsparcnbsd-tdep.c101 ULONGEST psr; in sparc32nbsd_sigcontext_saved_regs()
146 ULONGEST wcookie = sparc_fetch_wcookie (); in sparc32nbsd_sigcontext_saved_regs()
150 ULONGEST i7; in sparc32nbsd_sigcontext_saved_regs()
HDcorefile.c301 ULONGEST
304 char buf[sizeof (ULONGEST)]; in read_memory_unsigned_integer()
358 write_memory_unsigned_integer (CORE_ADDR addr, int len, ULONGEST value) in write_memory_unsigned_integer()
HDvalues.c756 return (ULONGEST) unpack_long (type, valaddr); in unpack_double()
1034 ULONGEST val; in unpack_field_as_long()
1035 ULONGEST valmask; in unpack_field_as_long()
1058 valmask = (((ULONGEST) 1) << bitsize) - 1; in unpack_field_as_long()
1107 oword &= ~(((((ULONGEST) 1) << bitsize) - 1) << bitpos); in modify_field()
1109 oword &= ~((~(ULONGEST) 0) << bitpos); in modify_field()
HDsparc-nat.c216 ULONGEST sp; in store_inferior_registers()
258 ULONGEST offset, LONGEST len) in sparc_xfer_wcookie()
HDp-exp.c2098 ULONGEST un;
2111 ULONGEST high_bit;
2238 if ((unsigned_p && (ULONGEST) prevn >= (ULONGEST) n))
2256 un = (ULONGEST)n >> 2;
2260 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
2274 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
2281 if (sizeof (ULONGEST) * HOST_CHAR_BIT < TARGET_LONG_LONG_BIT)
2283 shift = (sizeof (ULONGEST) * HOST_CHAR_BIT - 1);
2286 high_bit = (ULONGEST) 1 << shift;
HDppc-sysv-tdep.c385 ULONGEST regval; in do_ppc_sysv_return_value()
441 ULONGEST reg; in do_ppc_sysv_return_value()
464 ULONGEST reg; in do_ppc_sysv_return_value()
709 ULONGEST word = unpack_long (type, val); in ppc64_sysv_abi_push_dummy_call()
880 ULONGEST regval; in ppc64_sysv_abi_return_value()
HDcorelow.c523 const void *writebuf, ULONGEST offset, LONGEST len) in core_xfer_partial()
570 ULONGEST addr; in core_xfer_partial()
571 addr = *(ULONGEST*)annex + offset; in core_xfer_partial()

123