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

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_ppc32.h47 #define VEX_GUEST_PPC32_REDIR_STACK_SIZE (16/*entries*/ * 2/*words per entry*/) macro
222 /* 1220 */ UInt guest_REDIR_STACK[VEX_GUEST_PPC32_REDIR_STACK_SIZE];
/external/valgrind/main/coregrind/
H A Dm_translate.c917 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE;
1006 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE;
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c500 for (i = 0; i < VEX_GUEST_PPC32_REDIR_STACK_SIZE; i++)
/external/valgrind/main/memcheck/
H A Dmc_machine.c975 && arr->nElems == VEX_GUEST_PPC32_REDIR_STACK_SIZE)

Completed in 615 milliseconds