Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dstabsread.c2278 struct fn_field fn_field; in read_member_functions() member
2389 new_sublist->fn_field.is_stub = 1; in read_member_functions()
2409 new_sublist->fn_field.is_const = 0; in read_member_functions()
2452 new_sublist->fn_field.voffset = in read_member_functions()
2461 new_sublist->fn_field.fcontext = 0; in read_member_functions()
2511 new_sublist->fn_field.is_stub = 1; in read_member_functions()
2525 new_sublist->fn_field.voffset = 0; in read_member_functions()
2614 if (tmp_sublist->fn_field.is_stub) in read_member_functions()
2660 = tmp_sublist->fn_field; in read_member_functions()
2722 sizeof (struct fn_field) * length); in read_member_functions()
[all …]
H A Dcp-abi.h26 struct fn_field;
108 struct fn_field *f,
205 struct fn_field * f,
H A Dgnu-v3-abi.c220 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, fieldnum); in gnuv3_dynamic_class()
387 struct fn_field *f, int j, in gnuv3_virtual_fn_field()
479 struct fn_field *f; in gnuv3_find_method_in()
833 struct fn_field *fn = TYPE_FN_FIELDLIST1 (type, i); in compute_vtable_size()
1052 struct fn_field *fn = TYPE_FN_FIELDLIST1 (type, fieldnum); in gnuv3_pass_by_reference()
H A Dvalops.c76 struct fn_field *, struct symbol **,
79 static int oload_method_static (int, struct fn_field *, int);
104 static struct fn_field *find_method_list (struct value **, const char *,
2216 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in search_struct_method()
2435 static struct fn_field *
2441 struct fn_field *f; in find_method_list()
2455 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in find_method_list()
2504 static struct fn_field *
2591 struct fn_field *fns_ptr = NULL; in find_overload_match()
3012 int num_fns, struct fn_field *fns_ptr, in find_oload_champ()
[all …]
H A Djv-lang.c346 struct fn_field *fn_fields; in java_link_class_type()
502 j = nmethods * sizeof (struct fn_field); in java_link_class_type()
503 fn_fields = (struct fn_field *) in java_link_class_type()
H A Djv-typeprint.c211 struct fn_field *f; in java_type_print_base()
H A Dvalue.h501 struct fn_field;
848 extern struct value *value_fn_field (struct value **arg1p, struct fn_field *f,
H A Dcp-abi.c100 struct fn_field *f, int j, in value_virtual_fn_field()
H A Dgnu-v2-abi.c87 gnuv2_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j, in gnuv2_virtual_fn_field()
H A Dc-typeprint.c1125 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in c_type_print_base()
1139 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in c_type_print_base()
H A Dsymtab.h946 struct fn_fieldlist *fn_field; member
H A Dp-typeprint.c637 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i); in pascal_type_print_base()
H A Dgdbtypes.c1765 struct fn_field *f; in check_stub_method()
1884 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in check_stub_method_group()
2901 struct fn_field *f; in dump_fn_fieldlists()
H A Dsymtab.c339 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in gdb_mangle_name()
340 struct fn_field *method = &f[signature_id]; in gdb_mangle_name()
1292 is_a_field_of_this->fn_field = &TYPE_FN_FIELDLIST (type, i); in check_field()
H A Dc-exp.y2793 && is_a_field_of_this.fn_field != NULL in classify_name()
2794 && TYPE_FN_FIELD_CONSTRUCTOR (is_a_field_of_this.fn_field->fn_fields, in classify_name()
H A Dgdbtypes.h800 struct fn_field struct
H A Dvalue.c2738 value_fn_field (struct value **arg1p, struct fn_field *f, in value_fn_field()
H A Dlinespec.c1152 struct fn_field *f; in find_methods()
H A Ddwarf2read.c1141 struct fn_field fnfield;
10908 struct fn_field *fnp; in dwarf2_add_member_fn()
11122 fn_flp->fn_fields = (struct fn_field *) in dwarf2_attach_fn_fields_to_type()
11123 TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length); in dwarf2_attach_fn_fields_to_type()