Searched refs:codeview_get_type (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | msc.c | 513 static struct symt* codeview_get_type(unsigned int typeno, BOOL quiet) in codeview_get_type() function 638 if ((symt = codeview_get_type(typeno, TRUE))) return symt; in codeview_fetch_type() 1113 existing = codeview_get_type(curr_type, TRUE); in codeview_parse_one_type() 1579 codeview_get_type(symtype, FALSE)); in codeview_add_variable() 1740 codeview_get_type(sym->stack_v1.symtype, FALSE), in codeview_snarf() 1902 se = codeview_get_type(sym->constant_v1.type, FALSE); in codeview_snarf() 1919 se = codeview_get_type(sym->constant_v2.type, FALSE); in codeview_snarf() 1936 se = codeview_get_type(sym->constant_v3.type, FALSE); in codeview_snarf() 1948 if ((symt = codeview_get_type(sym->udt_v1.type, FALSE))) in codeview_snarf() 1959 if ((symt = codeview_get_type(sym->udt_v2.type, FALSE))) in codeview_snarf() [all …]
|