Home
last modified time | relevance | path

Searched refs:signature_id (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/
Dgdbtypes.c1522 check_stub_method (struct type *type, int method_id, int signature_id) in check_stub_method() argument
1525 char *mangled_name = gdb_mangle_name (type, method_id, signature_id); in check_stub_method()
1575 if (TYPE_FN_FIELD_STATIC_P (f, signature_id)) in check_stub_method()
1615 TYPE_FN_FIELD_PHYSNAME (f, signature_id) = mangled_name; in check_stub_method()
1618 mtype = TYPE_FN_FIELD_TYPE (f, signature_id); in check_stub_method()
1623 TYPE_FN_FIELD_STUB (f, signature_id) = 0; in check_stub_method()
Dsymtab.c315 gdb_mangle_name (struct type *type, int method_id, int signature_id) in gdb_mangle_name() argument
320 struct fn_field *method = &f[signature_id]; in gdb_mangle_name()
322 char *physname = TYPE_FN_FIELD_PHYSNAME (f, signature_id); in gdb_mangle_name()