Searched refs:symt_new_function_signature (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | stabs.c | 846 new_dt = &symt_new_function_signature(ptd->module, ref_dt, -1)->symt; in stabs_pts_read_type_def() 930 new_dt = &symt_new_function_signature(ptd->module, ref_dt, -1)->symt; in stabs_pts_read_type_def() 940 new_dt = &symt_new_function_signature(ptd->module, ref_dt, -1)->symt; in stabs_pts_read_type_def() 1521 func_type = symt_new_function_signature(module, in stabs_parse()
|
H A D | dbghelp_private.h | 868 symt_new_function_signature(struct module* module,
|
H A D | type.c | 377 struct symt_function_signature* symt_new_function_signature(struct module* module, in symt_new_function_signature() function
|
H A D | dwarf.c | 1949 sig_type = symt_new_function_signature(ctx->module, ret_type, CV_CALL_FAR_C); in dwarf2_parse_subprogram() 2048 sig_type = symt_new_function_signature(ctx->module, ret_type, CV_CALL_FAR_C); in dwarf2_parse_subroutine_type()
|
H A D | msc.c | 1069 sym = symt_new_function_signature(ctp->module, NULL, call_conv); in codeview_new_func_signature()
|