Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_guest_ppc32.h46 #define VEX_GUEST_PPC32_REDIR_STACK_SIZE (16/*entries*/ * 2/*words per entry*/) macro
230 /* 1220 */ UInt guest_REDIR_STACK[VEX_GUEST_PPC32_REDIR_STACK_SIZE];
/external/valgrind/coregrind/
Dm_translate.c1036 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; in gen_PUSH()
1128 Int stack_size = VEX_GUEST_PPC32_REDIR_STACK_SIZE; in gen_POP()
/external/valgrind/VEX/priv/
Dguest_ppc_helpers.c519 for (i = 0; i < VEX_GUEST_PPC32_REDIR_STACK_SIZE; i++) in LibVEX_GuestPPC32_initialise()
/external/valgrind/memcheck/
Dmc_machine.c1306 && arr->nElems == VEX_GUEST_PPC32_REDIR_STACK_SIZE) in MC_()