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 138 #undef VEX_HOST_WORDSIZE
143 # define VEX_HOST_WORDSIZE 8
147 # define VEX_HOST_WORDSIZE 4
151 # define VEX_HOST_WORDSIZE 8
155 # define VEX_HOST_WORDSIZE 4
159 # define VEX_HOST_WORDSIZE 4
163 # define VEX_HOST_WORDSIZE 4
167 # define VEX_HOST_WORDSIZE 8
171 # define VEX_HOST_WORDSIZE 8
179 #if 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 238 #if VEX_HOST_WORDSIZE == 8
245 #elif VEX_HOST_WORDSIZE == 4
256 #if VEX_HOST_WORDSIZE == 4
271 #if VEX_HOST_WORDSIZE == 8
275 #elif VEX_HOST_WORDSIZE == 4
    [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 261 #define VG_WORDSIZE VEX_HOST_WORDSIZE
  /external/valgrind/main/VEX/priv/
main_main.c 155 vassert(VEX_HOST_WORDSIZE == sizeof(void*));
156 vassert(VEX_HOST_WORDSIZE == sizeof(HWord));
    [all...]
  /external/valgrind/main/VEX/switchback/
linker.c 177 #if VEX_HOST_WORDSIZE == 8
    [all...]

Completed in 1403 milliseconds