Searched refs:decode_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dgen_decode.c211 decode_type (const char *name, const Type *t, int optional, function
332 decode_type (s, m->type, m->optional, forwstr, m->gen_name, NULL,
374 decode_type (s, m->type, 0, forwstr, m->gen_name, NULL, depth + 1);
447 decode_type (n, t->subtype, 0, forwstr, sname, NULL, depth + 1);
531 decode_type (name, t->subtype, 0, forwstr, tname, ide, depth + 1);
590 decode_type (s, m->type, m->optional, forwstr, m->gen_name, NULL,
709 decode_type ("data", s->type, 0, "goto fail", "Top", NULL, 1);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dcoffread.c147 static struct type *decode_type (struct coff_symbol *, unsigned int,
1514 SYMBOL_TYPE (sym) = decode_type (cs, cs->c_type, aux);
1698 decode_type (struct coff_symbol *cs, unsigned int c_type,
1709 type = decode_type (cs, new_c_type, aux);
1714 type = decode_type (cs, new_c_type, aux);
1736 base_type = decode_type (cs, new_c_type, aux);
1785 return decode_type (cs, DECREF (c_type), aux);
1982 FIELD_TYPE (list->field) = decode_type (ms, ms->c_type, &sub_aux);
2001 FIELD_TYPE (list->field) = decode_type (ms, ms->c_type, &sub_aux);
1687 decode_type (struct coff_symbol *cs, unsigned int c_type, function

Completed in 37 milliseconds