Home
last modified time | relevance | path

Searched refs:value_at (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpacc-abi.c129 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()
Dc-valprint.c234 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()
Dfindvar.c453 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()
Dvalues.c797 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()
Dp-valprint.c240 vt_val = value_at (wtype, vt_address, NULL); in pascal_val_print()
289 value_at in pascal_val_print()
Djv-lang.c230 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()
Djv-valprint.c71 val = value_at (type, address, NULL); in java_value_print()
Dvalue.h316 extern struct value *value_at (struct type *type, CORE_ADDR addr,
Dinfcall.c855 retval = value_at (value_type, struct_addr, NULL); in call_function_by_hand()
Df-valprint.c442 value_at in f_val_print()
Dvalops.c454 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()
DChangeLog-19982402 * 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
DChangeLog-3.x4766 valops.c (value_at): read_memory and read_inferior_memory now work
4769 value_at to detect references to addresses which are out of
DChangeLog-19903078 * valops.c (value_at): Don't print "I/O error" on EIO from
3138 various: Call value_at_lazy instead of value_at.
Dada-lang.c1811 v = value_at (type, in ada_value_primitive_packed_val()
DChangeLog-19972842 value_at and value_at_lazy.
DChangeLog-19997375 * 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
DChangeLog-1996543 * valops.c (value_at, value_fetch_lazy): Put in D10V call
DChangeLog-19943923 * valops.c (value_at, value_at_lazy): Give error if we dereference
DChangeLog-20004513 * valops.c (value_at, value_fetch_lazy): Likewise.
DChangeLog-20014186 * valops.c (value_at, value_fetch_lazy): Same.
/openbsd/src/gnu/usr.bin/perl/
Dclass.c484 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()