Lines Matching defs:func_call
2229 unsigned char func_call; /* FUNC_CDECL, FUNC_STDCALL, FUNC_FASTCALLx */
5879 int size, align, r, args_size, i, func_call;
5931 func_call = func_sym->r;
5933 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) {
5935 fastcall_nb_regs = func_call - FUNC_FASTCALL1 + 1;
5959 int addr, align, size, func_call, fastcall_nb_regs;
5965 func_call = sym->r;
5968 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) {
5969 fastcall_nb_regs = func_call - FUNC_FASTCALL1 + 1;
6013 if (func_call == FUNC_STDCALL)
11655 /* check func_call */
12077 ad->func_call = FUNC_CDECL;
12082 ad->func_call = FUNC_STDCALL;
12094 ad->func_call = FUNC_FASTCALL1 + n - 1;
12551 s = sym_push(SYM_FIELD, type, ad->func_call, l);
14704 /* specific case: if not func_call defined, we put
14774 /* specific case for func_call attribute */
14775 if (ad.func_call)
14776 type.ref->r = ad.func_call;