Searched refs:func_call (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c2229 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 <
2227 unsigned char func_call; /* FUNC_CDECL, FUNC_STDCALL, FUNC_FASTCALLx */ member in struct:AttributeDef
5877 int size, align, r, args_size, i, func_call; local
5957 int addr, align, size, func_call, fastcall_nb_regs; local
[all...]

Completed in 54 milliseconds