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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-v2-abi.c85 gnuv2_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j,
88 struct value *arg1 = *arg1p;
181 *arg1p = arg1;
84 gnuv2_virtual_fn_field(struct value **arg1p, struct fn_field * f, int j, struct type * type, int offset) argument
H A Dcp-abi.h228 struct value *(*virtual_fn_field) (struct value **arg1p,
H A Dcp-abi.c96 value_virtual_fn_field (struct value **arg1p, argument
102 return (*current_cp_abi.virtual_fn_field) (arg1p, f, j,
H A Dvalops.c1982 search_struct_method (const char *name, struct value **arg1p,
2007 v = value_fn_field (arg1p, f, j, type, offset);
2020 return value_virtual_fn_field (arg1p, f, j,
2025 v = value_fn_field (arg1p, f, j, type, offset);
2054 address = value_address (*arg1p);
2068 base_val = *arg1p;
2069 base_valaddr = value_contents_for_printing (*arg1p);
2081 v = search_struct_method (name, arg1p, args, base_offset + offset,
2090 /* *arg1p = arg1_tmp; */
1980 search_struct_method(const char *name, struct value **arg1p, struct value **args, LONGEST offset, int *static_memfuncp, struct type *type) argument
H A Dvalue.c3055 value_fn_field (struct value **arg1p, struct fn_field *f,
3096 if (arg1p)
3098 if (type != value_type (*arg1p))
3099 *arg1p = value_ind (value_cast (lookup_pointer_type (type),
3100 value_addr (*arg1p)));
3103 VALUE_OFFSET (*arg1p) += offset; */
3048 value_fn_field(struct value **arg1p, struct fn_field *f, int j, struct type *type, LONGEST offset) argument
H A Dvalue.h1055 extern struct value *value_fn_field (struct value **arg1p, struct fn_field *f,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-v2-abi.c85 gnuv2_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j,
88 struct value *arg1 = *arg1p;
181 *arg1p = arg1;
84 gnuv2_virtual_fn_field(struct value **arg1p, struct fn_field * f, int j, struct type * type, int offset) argument
H A Dcp-abi.h228 struct value *(*virtual_fn_field) (struct value **arg1p,
H A Dcp-abi.c96 value_virtual_fn_field (struct value **arg1p, argument
102 return (*current_cp_abi.virtual_fn_field) (arg1p, f, j,
H A Dvalops.c2201 search_struct_method (const char *name, struct value **arg1p,
2227 v = value_fn_field (arg1p, f, j, type, offset);
2241 return value_virtual_fn_field (arg1p, f, j,
2246 v = value_fn_field (arg1p, f, j, type, offset);
2275 address = value_address (*arg1p);
2289 base_val = *arg1p;
2290 base_valaddr = value_contents_for_printing (*arg1p).data ();
2302 v = search_struct_method (name, arg1p, args, base_offset + offset,
2311 /* *arg1p = arg1_tmp; */
2199 search_struct_method(const char *name, struct value **arg1p, gdb::optional<gdb::array_view<value *>> args, LONGEST offset, int *static_memfuncp, struct type *type) argument
H A Dvalue.c3249 value_fn_field (struct value **arg1p, struct fn_field *f,
3286 if (arg1p)
3288 if (type != value_type (*arg1p))
3289 *arg1p = value_ind (value_cast (lookup_pointer_type (type),
3290 value_addr (*arg1p)));
3293 VALUE_OFFSET (*arg1p) += offset; */
3242 value_fn_field(struct value **arg1p, struct fn_field *f, int j, struct type *type, LONGEST offset) argument
H A Dvalue.h1075 extern struct value *value_fn_field (struct value **arg1p, struct fn_field *f,

Completed in 165 milliseconds