Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dstabsread.c2121 struct fn_field fn_field; in read_member_functions() member
2205 new_sublist->fn_field.type = read_type (pp, objfile); in read_member_functions()
2215 new_sublist->fn_field.type = look_ahead_type; in read_member_functions()
2228 if (TYPE_STUB (new_sublist->fn_field.type)) in read_member_functions()
2230 if (!TYPE_DOMAIN_TYPE (new_sublist->fn_field.type)) in read_member_functions()
2231 TYPE_DOMAIN_TYPE (new_sublist->fn_field.type) = type; in read_member_functions()
2232 new_sublist->fn_field.is_stub = 1; in read_member_functions()
2234 new_sublist->fn_field.physname = savestring (*pp, p - *pp); in read_member_functions()
2241 new_sublist->fn_field.is_private = 1; in read_member_functions()
2244 new_sublist->fn_field.is_protected = 1; in read_member_functions()
[all …]
Dcp-abi.h30 struct fn_field;
109 struct fn_field *f, int j,
161 struct value *(*virtual_fn_field) (struct value **arg1p, struct fn_field * f,
Dvalue.h257 struct fn_field;
346 extern struct fn_field *value_find_oload_method_list (struct value **, char *,
437 extern struct value *value_fn_field (struct value **arg1p, struct fn_field *f,
Dvalops.c80 struct fn_field *fns_ptr,
84 static int oload_method_static (int method, struct fn_field *fns_ptr,
116 static struct fn_field *find_method_list (struct value ** argp, char *method,
1423 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in search_struct_method()
1658 static struct fn_field *
1664 struct fn_field *f; in find_method_list()
1677 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in find_method_list()
1742 struct fn_field *
1811 struct fn_field *fns_ptr = NULL; /* For methods, the list of overloaded methods */ in find_overload_match()
2087 int num_fns, struct fn_field *fns_ptr, in find_oload_champ()
[all …]
Dhpread.c3580 struct fn_field fn_field; in hpread_read_struct_type() member
3611 dnttpointer field, fn_field, parent; in hpread_read_struct_type() local
3823 fn_field = fieldp->dgenfield.field; in hpread_read_struct_type()
3824 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile); in hpread_read_struct_type()
3832 fn_field = fn_fieldp->dvfunc.funcptr; in hpread_read_struct_type()
3833 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile); in hpread_read_struct_type()
3844 fn_field = fn_fieldp->dmodifier.type; in hpread_read_struct_type()
3845 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile); in hpread_read_struct_type()
3859 memtype = hpread_type_lookup (fn_field, objfile); in hpread_read_struct_type()
3920 fn_list->field.fn_fields = (struct fn_field *) xmalloc (5 * (sizeof (struct fn_field))); in hpread_read_struct_type()
[all …]
Dhpacc-abi.c86 hpacc_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j, in hpacc_virtual_fn_field()
Dcp-abi.c82 value_virtual_fn_field (struct value **arg1p, struct fn_field *f, int j, in value_virtual_fn_field()
Djv-lang.c344 struct fn_field *fn_fields; in java_link_class_type()
493 j = nmethods * sizeof (struct fn_field); in java_link_class_type()
494 fn_fields = (struct fn_field *) in java_link_class_type()
Djv-typeprint.c208 struct fn_field *f; in java_type_print_base()
Dgnu-v2-abi.c90 gnuv2_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j, in gnuv2_virtual_fn_field()
Dlinespec.c284 struct fn_field *f; in add_matching_methods()
350 struct fn_field *f; in add_constructors()
1479 struct fn_field *f = TYPE_FN_FIELDLIST1 (t, m_index); in collect_methods()
Dgnu-v3-abi.c280 struct fn_field *f, int j, in gnuv3_virtual_fn_field()
Dc-typeprint.c928 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in c_type_print_base()
941 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in c_type_print_base()
Dgdbtypes.c1303 struct fn_field *f = TYPE_FN_FIELDLIST1 (t, i); in get_destructor_fn_field()
1506 struct fn_field *f; in check_stub_method()
1623 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in check_stub_method_group()
2688 struct fn_field *f; in dump_fn_fieldlists()
Dp-typeprint.c629 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in pascal_type_print_base()
Dcp-valprint.c101 struct fn_field *f = NULL; in cp_print_class_method()
Dgdbtypes.h639 struct fn_field struct
Dp-valprint.c610 struct fn_field *f = NULL; in pascal_object_print_class_method()
Dvalue.c1300 value_fn_field (struct value **arg1p, struct fn_field *f, int j, struct type *type, in value_fn_field()
Dsymtab.c323 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in gdb_mangle_name()
324 struct fn_field *method = &f[signature_id]; in gdb_mangle_name()
Ddwarf2read.c630 struct fn_field fnfield;
3524 struct fn_field *fnp; in dwarf2_add_member_fn()
3677 fn_flp->fn_fields = (struct fn_field *) in dwarf2_attach_fn_fields_to_type()
3678 TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length); in dwarf2_attach_fn_fields_to_type()
Deval.c1017 struct fn_field *f = TYPE_FN_FIELDLIST1 (basetype, i); in evaluate_subexp_standard()