Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/pub/
Dlibvex_basictypes.h141 #undef VEX_HOST_WORDSIZE
146 # define VEX_HOST_WORDSIZE 8 macro
150 # define VEX_HOST_WORDSIZE 4 macro
154 # define VEX_HOST_WORDSIZE 8 macro
158 # define VEX_HOST_WORDSIZE 4 macro
162 # define VEX_HOST_WORDSIZE 4 macro
166 # define VEX_HOST_WORDSIZE 4 macro
170 # define VEX_HOST_WORDSIZE 8 macro
174 # define VEX_HOST_WORDSIZE 8 macro
178 # define VEX_HOST_WORDSIZE 4 macro
[all …]
/external/valgrind/main/coregrind/
Dpub_core_gdbserver.h185 #if VEX_HOST_WORDSIZE == 8
187 #elif VEX_HOST_WORDSIZE == 4
Dvgdb.c241 #if VEX_HOST_WORDSIZE == 8 in map_vgdbshared()
248 #elif VEX_HOST_WORDSIZE == 4 in map_vgdbshared()
259 #if VEX_HOST_WORDSIZE == 4 in map_vgdbshared()
274 #if VEX_HOST_WORDSIZE == 8
278 #elif VEX_HOST_WORDSIZE == 4
/external/valgrind/main/include/
Dpub_tool_basics.h265 #define VG_WORDSIZE VEX_HOST_WORDSIZE
/external/valgrind/main/VEX/priv/
Dmain_main.c159 vassert(VEX_HOST_WORDSIZE == sizeof(void*)); in LibVEX_Init()
160 vassert(VEX_HOST_WORDSIZE == sizeof(HWord)); in LibVEX_Init()
164 if (VEX_HOST_WORDSIZE == 4) { in LibVEX_Init()
/external/valgrind/main/VEX/switchback/
Dlinker.c177 #if VEX_HOST_WORDSIZE == 8