Searched refs:rettype (Results 1 – 9 of 9) sorted by relevance
57 type_t *rettype = type_function_get_rettype(func->type); in write_client_func_decl() local60 write_type_decl_left(client, rettype); in write_client_func_decl()
501 WORD rettype; /* return type VT_?? or offset to ret type */ member
223 short rettype; /* return type VT_?? or offset to ret type */ member1330 func_desc.rettype = base_offset + sizeof(func_desc) + ret_desc_offset; in add_func_desc()1337 func_desc.rettype = *(short *)ret_data.data; in add_func_desc()
4977 type_t *rettype = type_function_get_rettype( func->type ); in write_client_call_routine() local4978 int has_ret = !is_void( rettype ); in write_client_call_routine()5027 write_type_decl_left(file, rettype); in write_client_call_routine()
491 WORD rettype; /* return type VT_?? or offset to ret type */ member
4270 pType = &pFunc->rettype; in SLTG_DoFuncs()4272 pType = (WORD*)(pBlk + pFunc->rettype); in SLTG_DoFuncs()
386 sym->rettype = ret_type; in symt_new_function_signature()791 … X(DWORD) = symt_ptr2index(module, ((const struct symt_function_signature*)type)->rettype); in symt_get_info()
288 struct symt* rettype; member
1081 sym->rettype = codeview_fetch_type(ctp, ret_type, FALSE); in codeview_add_func_signature_args()