HomeSort by: relevance | last modified time | path
    Searched refs:decode_type (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_decode.c 213 decode_type (const char *name, const Type *t, int optional, function
344 decode_type (s, m->type, m->optional, forwstr, m->gen_name, NULL,
386 decode_type (s, m->type, 0, forwstr, m->gen_name, NULL, depth + 1);
459 decode_type (n, t->subtype, 0, forwstr, sname, NULL, depth + 1);
543 decode_type (name, t->subtype, 0, forwstr, tname, ide, depth + 1);
605 decode_type (s, m->type, m->optional, forwstr, m->gen_name, NULL,
721 decode_type ("data", s->type, 0, "goto fail", "Top", NULL, 1);
  /src/external/gpl3/gdb/dist/gdb/
coffread.c 173 static struct type *decode_type (struct coff_symbol *, unsigned int,
1667 sym->set_type (decode_type (cs, cs->c_type, aux, objfile));
1813 decode_type (struct coff_symbol *cs, unsigned int c_type,
1824 type = decode_type (cs, new_c_type, aux, objfile);
1829 type = decode_type (cs, new_c_type, aux, objfile);
1851 base_type = decode_type (cs, new_c_type, aux, objfile);
1901 return decode_type (cs, DECREF (c_type), aux, objfile);
2093 list->field.set_type (decode_type (ms, ms->c_type, &sub_aux,
2110 list->field.set_type (decode_type (ms, ms->c_type, &sub_aux,
1803 decode_type (struct coff_symbol *cs, unsigned int c_type, function
  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 172 static struct type *decode_type (struct coff_symbol *, unsigned int,
1573 sym->set_type (decode_type (cs, cs->c_type, aux, objfile));
1719 decode_type (struct coff_symbol *cs, unsigned int c_type,
1730 type = decode_type (cs, new_c_type, aux, objfile);
1735 type = decode_type (cs, new_c_type, aux, objfile);
1757 base_type = decode_type (cs, new_c_type, aux, objfile);
1807 return decode_type (cs, DECREF (c_type), aux, objfile);
1999 list->field.set_type (decode_type (ms, ms->c_type, &sub_aux,
2016 list->field.set_type (decode_type (ms, ms->c_type, &sub_aux,
1709 decode_type (struct coff_symbol *cs, unsigned int c_type, function

Completed in 29 milliseconds