HomeSort by relevance Sort by last modified time
    Searched refs:VEX_HOST_WORDSIZE (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 141 #undef VEX_HOST_WORDSIZE
146 # define VEX_HOST_WORDSIZE 8
150 # define VEX_HOST_WORDSIZE 4
154 # define VEX_HOST_WORDSIZE 8
158 # define VEX_HOST_WORDSIZE 4
162 # define VEX_HOST_WORDSIZE 4
166 # define VEX_HOST_WORDSIZE 4
170 # define VEX_HOST_WORDSIZE 8
174 # define VEX_HOST_WORDSIZE 8
178 # define VEX_HOST_WORDSIZE
    [all...]
  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 185 #if VEX_HOST_WORDSIZE == 8
187 #elif VEX_HOST_WORDSIZE == 4
vgdb.c 241 #if VEX_HOST_WORDSIZE == 8
248 #elif VEX_HOST_WORDSIZE == 4
259 #if VEX_HOST_WORDSIZE == 4
274 #if VEX_HOST_WORDSIZE == 8
278 #elif VEX_HOST_WORDSIZE == 4
    [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 265 #define VG_WORDSIZE VEX_HOST_WORDSIZE
  /external/valgrind/main/VEX/priv/
main_main.c 159 vassert(VEX_HOST_WORDSIZE == sizeof(void*));
160 vassert(VEX_HOST_WORDSIZE == sizeof(HWord));
164 if (VEX_HOST_WORDSIZE == 4) {
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 177 #if VEX_HOST_WORDSIZE == 8
    [all...]

Completed in 124 milliseconds