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

/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h175 #undef VEX_HOST_WORDSIZE macro
180 # define VEX_HOST_WORDSIZE 8 macro
184 # define VEX_HOST_WORDSIZE 4 macro
188 # define VEX_HOST_WORDSIZE 8 macro
192 # define VEX_HOST_WORDSIZE 4 macro
196 # define VEX_HOST_WORDSIZE 4 macro
200 # define VEX_HOST_WORDSIZE 8 macro
204 # define VEX_HOST_WORDSIZE 8 macro
208 # define VEX_HOST_WORDSIZE 8 macro
212 # define VEX_HOST_WORDSIZE macro
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_gdbserver.h213 #if VEX_HOST_WORDSIZE == 8
215 #elif VEX_HOST_WORDSIZE == 4
H A Dvgdb-invoker-ptrace.c67 #if VEX_HOST_WORDSIZE == 8
69 #elif VEX_HOST_WORDSIZE == 4
75 #if VEX_HOST_WORDSIZE == 8
78 #elif VEX_HOST_WORDSIZE == 4
H A Dvgdb.c169 #if VEX_HOST_WORDSIZE == 8
176 #elif VEX_HOST_WORDSIZE == 4
187 #if VEX_HOST_WORDSIZE == 4
/external/valgrind/main/VEX/priv/
H A Dir_inject.c89 if (VEX_HOST_WORDSIZE == 8) {
92 } else if (VEX_HOST_WORDSIZE == 4) {
150 if (VEX_HOST_WORDSIZE == 8) {
153 } else if (VEX_HOST_WORDSIZE == 4) {
H A Dmain_main.c172 vassert(VEX_HOST_WORDSIZE == sizeof(void*));
173 vassert(VEX_HOST_WORDSIZE == sizeof(HWord));
177 if (VEX_HOST_WORDSIZE == 4) {
/external/valgrind/main/include/
H A Dpub_tool_basics.h265 #define VG_WORDSIZE VEX_HOST_WORDSIZE
/external/valgrind/main/VEX/switchback/
H A Dlinker.c179 #if VEX_HOST_WORDSIZE == 8

Completed in 311 milliseconds