Home
last modified time | relevance | path

Searched refs:VEX_HOST_WORDSIZE (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_basictypes.h146 #undef VEX_HOST_WORDSIZE
151 # define VEX_HOST_WORDSIZE 8 macro
155 # define VEX_HOST_WORDSIZE 4 macro
159 # define VEX_HOST_WORDSIZE 8 macro
163 # define VEX_HOST_WORDSIZE 4 macro
167 # define VEX_HOST_WORDSIZE 4 macro
171 # define VEX_HOST_WORDSIZE 8 macro
175 # define VEX_HOST_WORDSIZE 8 macro
179 # define VEX_HOST_WORDSIZE 8 macro
183 # define VEX_HOST_WORDSIZE 4 macro
/external/valgrind/coregrind/
Dpub_core_gdbserver.h235 #if VEX_HOST_WORDSIZE == 8
237 #elif VEX_HOST_WORDSIZE == 4
Dvgdb.c169 #if VEX_HOST_WORDSIZE == 8 in map_vgdbshared()
176 #elif VEX_HOST_WORDSIZE == 4 in map_vgdbshared()
187 #if VEX_HOST_WORDSIZE == 4 in map_vgdbshared()
/external/valgrind/VEX/priv/
Dir_inject.c90 if (VEX_HOST_WORDSIZE == 8) { in load()
93 } else if (VEX_HOST_WORDSIZE == 4) { in load()
151 if (VEX_HOST_WORDSIZE == 8) { in store()
154 } else if (VEX_HOST_WORDSIZE == 4) { in store()
Dmain_main.c258 vassert(VEX_HOST_WORDSIZE == sizeof(void*)); in LibVEX_Init()
259 vassert(VEX_HOST_WORDSIZE == sizeof(HWord)); in LibVEX_Init()
263 if (VEX_HOST_WORDSIZE == 4) { in LibVEX_Init()
/external/valgrind/include/
Dpub_tool_basics.h377 #define VG_WORDSIZE VEX_HOST_WORDSIZE