Searched defs:FUNC_PROLOG_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c5951 #define FUNC_PROLOG_SIZE 10 macro
5953 #define FUNC_PROLOG_SIZE 9
5975 ind += FUNC_PROLOG_SIZE;
6074 ind = func_sub_sp_offset - FUNC_PROLOG_SIZE;
6087 #if FUNC_PROLOG_SIZE == 10
6088 o(0x90); /* adjust to FUNC_PROLOG_SIZE */
5949 #define FUNC_PROLOG_SIZE macro

Completed in 126 milliseconds