Lines Matching refs:func_call
2227 unsigned char func_call; /* FUNC_CDECL, FUNC_STDCALL, FUNC_FASTCALLx */ member
5877 int size, align, r, args_size, i, func_call; in gfunc_call() local
5929 func_call = func_sym->r; in gfunc_call()
5931 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) { in gfunc_call()
5933 fastcall_nb_regs = func_call - FUNC_FASTCALL1 + 1; in gfunc_call()
5957 int addr, align, size, func_call, fastcall_nb_regs; in gfunc_prolog() local
5963 func_call = sym->r; in gfunc_prolog()
5966 if (func_call >= FUNC_FASTCALL1 && func_call <= FUNC_FASTCALL3) { in gfunc_prolog()
5967 fastcall_nb_regs = func_call - FUNC_FASTCALL1 + 1; in gfunc_prolog()
6011 if (func_call == FUNC_STDCALL) in gfunc_prolog()
12075 ad->func_call = FUNC_CDECL; in parse_attribute()
12080 ad->func_call = FUNC_STDCALL; in parse_attribute()
12092 ad->func_call = FUNC_FASTCALL1 + n - 1; in parse_attribute()
12549 s = sym_push(SYM_FIELD, type, ad->func_call, l); in post_type()
14773 if (ad.func_call) in decl()
14774 type.ref->r = ad.func_call; in decl()