Searched refs:value_at (Results 1 – 22 of 22) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | hpacc-abi.c | 129 vp = value_at (builtin_type_int, in hpacc_virtual_fn_field() 149 vp = value_at (builtin_type_int, in hpacc_virtual_fn_field() 156 vp = value_at (builtin_type_int, coreptr, NULL); in hpacc_virtual_fn_field() 231 vp = value_at (builtin_type_int, in hpacc_value_rtti_type() 240 vp = value_at (builtin_type_int, coreptr + 4 * HP_ACC_TYPEINFO_OFFSET, in hpacc_value_rtti_type() 249 vp = value_at (builtin_type_int, coreptr + 4, VALUE_BFD_SECTION (v)); in hpacc_value_rtti_type()
|
| D | c-valprint.c | 234 vt_val = value_at (wtype, vt_address, NULL); in c_val_print() 281 value_at in c_val_print() 448 struct value *v = value_at (type, address, NULL); in c_val_print()
|
| D | findvar.c | 453 loc = value_at (lookup_pointer_type (type), locaddr, NULL); in read_var_value() 476 ref = value_at (lookup_pointer_type (type), argref, NULL); in read_var_value()
|
| D | values.c | 797 retval = value_at (TYPE_FIELD_TYPE (type, fieldno), in value_static_field() 814 retval = value_at (TYPE_FIELD_TYPE (type, fieldno), in value_static_field()
|
| D | p-valprint.c | 240 vt_val = value_at (wtype, vt_address, NULL); in pascal_val_print() 289 value_at in pascal_val_print()
|
| D | jv-lang.c | 230 obj_val = value_at (get_java_object_type (), in java_class_from_object() 907 return value_at (el_type, address, NULL); in evaluate_subexp_java()
|
| D | jv-valprint.c | 71 val = value_at (type, address, NULL); in java_value_print()
|
| D | value.h | 316 extern struct value *value_at (struct type *type, CORE_ADDR addr,
|
| D | infcall.c | 855 retval = value_at (value_type, struct_addr, NULL); in call_function_by_hand()
|
| D | f-valprint.c | 442 value_at in f_val_print()
|
| D | valops.c | 454 value_at (struct type *type, CORE_ADDR addr, asection *sect) in value_at() function 1437 vp = value_at (builtin_type_int, vtbl + 4 * (-skip - index - HP_ACC_VBASE_START), NULL); in find_rt_vbase_offset()
|
| D | ChangeLog-1998 | 2402 * valops.c (find_rt_vbase_offset): Add parameter to value_at. 2426 (value_at): Use VALUE_CONTENTS_ALL_RAW 2503 * values.c (value_virtual_fn_field): Fix call to value_at. 2571 (find_rt_vbase_offset): Fixed call to value_at 4714 (do_examine): Call value_at_lazy instead of value_at so that 6731 * valops.c (value_at): For d10v, make read pointers with 6868 (value_at): Ditto. Also ensure data pointers are mapped to data
|
| D | ChangeLog-3.x | 4766 valops.c (value_at): read_memory and read_inferior_memory now work 4769 value_at to detect references to addresses which are out of
|
| D | ChangeLog-1990 | 3078 * valops.c (value_at): Don't print "I/O error" on EIO from 3138 various: Call value_at_lazy instead of value_at.
|
| D | ada-lang.c | 1811 v = value_at (type, in ada_value_primitive_packed_val()
|
| D | ChangeLog-1997 | 2842 value_at and value_at_lazy.
|
| D | ChangeLog-1999 | 7375 * valops.c (value_at): Replace #ifdef GDB_TARGET_IS_D10V code with 7654 the result will be passed to value_at which expects host-byte
|
| D | ChangeLog-1996 | 543 * valops.c (value_at, value_fetch_lazy): Put in D10V call
|
| D | ChangeLog-1994 | 3923 * valops.c (value_at, value_at_lazy): Give error if we dereference
|
| D | ChangeLog-2000 | 4513 * valops.c (value_at, value_fetch_lazy): Likewise.
|
| D | ChangeLog-2001 | 4186 * valops.c (value_at, value_fetch_lazy): Same.
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | class.c | 484 const char *value_at = paren_at + 1; in S_split_attr_nameval() local 490 while(value_at < value_max && isSPACE(*value_at)) in S_split_attr_nameval() 491 value_at += 1; in S_split_attr_nameval() 492 while(value_max > value_at && isSPACE(*value_max)) in S_split_attr_nameval() 495 if(value_max >= value_at) in S_split_attr_nameval() 496 *valp = sv_2mortal(newSVpvn_utf8(value_at, value_max - value_at + 1, do_utf8)); in S_split_attr_nameval()
|