Home | History | Annotate | Download | only in perf

Lines Matching refs:func_type

5957 void gfunc_prolog(CType *func_type)
5964 sym = func_type->ref;
12695 int func_type;
12698 func_type = func->c;
12699 if (func_type == FUNC_OLD ||
12700 (func_type == FUNC_ELLIPSIS && arg == NULL)) {