Searched refs:FUNC_STDCALL (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 */
2244 #define FUNC_STDCALL 1 /* pascal c call */
5945 if (args_size && func_sym->r != FUNC_STDCALL)
6013 if (func_call == FUNC_STDCALL)
12082 ad->func_call = FUNC_STDCALL;
2242 #define FUNC_STDCALL macro

Completed in 251 milliseconds