Home
last modified time | relevance | path

Searched refs:VEX_HOST_WORDSIZE (Results 1 – 7 of 7) 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
[all …]
/external/valgrind/VEX/priv/
Dir_inject.c89 if (VEX_HOST_WORDSIZE == 8) { in load()
92 } else if (VEX_HOST_WORDSIZE == 4) { in load()
150 if (VEX_HOST_WORDSIZE == 8) { in store()
153 } else if (VEX_HOST_WORDSIZE == 4) { in store()
Dmain_main.c269 vassert(VEX_HOST_WORDSIZE == sizeof(void*)); in LibVEX_Init()
270 vassert(VEX_HOST_WORDSIZE == sizeof(HWord)); in LibVEX_Init()
274 if (VEX_HOST_WORDSIZE == 4) { in LibVEX_Init()
/external/valgrind/coregrind/
Dpub_core_gdbserver.h228 #if VEX_HOST_WORDSIZE == 8
230 #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/include/
Dpub_tool_basics.h366 #define VG_WORDSIZE VEX_HOST_WORDSIZE
/external/valgrind/VEX/switchback/
Dlinker.c179 #if VEX_HOST_WORDSIZE == 8