Searched refs:arg1p (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dhpacc-abi.c84 hpacc_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j, argument
87 struct value *arg1 = *arg1p;
97 argp = value_cast (type, *arg1p);
H A Dcp-abi.h159 struct value *(*virtual_fn_field) (struct value **arg1p, struct fn_field * f,
H A Dcp-abi.c81 value_virtual_fn_field (struct value **arg1p, struct fn_field *f, int j, argument
86 return (*current_cp_abi.virtual_fn_field) (arg1p, f, j, type, offset);
H A Dgnu-v2-abi.c92 gnuv2_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j,
95 struct value *arg1 = *arg1p;
184 *arg1p = arg1;
91 gnuv2_virtual_fn_field(struct value **arg1p, struct fn_field * f, int j, struct type * type, int offset) argument
H A Dvalues.c975 value_fn_field (struct value **arg1p, struct fn_field *f, int j, struct type *type,
1007 if (arg1p)
1009 if (type != VALUE_TYPE (*arg1p))
1010 *arg1p = value_ind (value_cast (lookup_pointer_type (type),
1011 value_addr (*arg1p)));
1014 VALUE_OFFSET (*arg1p) += offset;
969 value_fn_field(struct value **arg1p, struct fn_field *f, int j, struct type *type, int offset) argument
H A Dvalops.c1454 search_struct_method (char *name, struct value **arg1p,
1488 v = value_fn_field (arg1p, f, j, type, offset);
1501 return value_virtual_fn_field (arg1p, f, j, type, offset);
1504 v = value_fn_field (arg1p, f, j, type, offset);
1525 VALUE_CONTENTS_ALL (*arg1p),
1526 offset + VALUE_EMBEDDED_OFFSET (*arg1p),
1543 if (target_read_memory (VALUE_ADDRESS (*arg1p)
1544 + VALUE_OFFSET (*arg1p) + offset,
1550 base_valaddr = VALUE_CONTENTS (*arg1p) + offset;
1554 VALUE_ADDRESS (*arg1p)
1452 search_struct_method(char *name, struct value **arg1p, struct value **args, int offset, int *static_memfuncp, struct type *type) argument
[all...]
H A Dvalue.h479 extern struct value *value_fn_field (struct value ** arg1p, struct fn_field *f,

Completed in 89 milliseconds