Home
last modified time | relevance | path

Searched refs:symt_new_function_signature (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Dstabs.c846 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 Ddbghelp_private.h868 symt_new_function_signature(struct module* module,
H A Dtype.c377 struct symt_function_signature* symt_new_function_signature(struct module* module, in symt_new_function_signature() function
H A Ddwarf.c1949 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 Dmsc.c1069 sym = symt_new_function_signature(ctp->module, NULL, call_conv); in codeview_new_func_signature()