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

  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 175 #undef VEX_HOST_WORDSIZE
180 # define VEX_HOST_WORDSIZE 8
184 # define VEX_HOST_WORDSIZE 4
188 # define VEX_HOST_WORDSIZE 8
192 # define VEX_HOST_WORDSIZE 4
196 # define VEX_HOST_WORDSIZE 4
200 # define VEX_HOST_WORDSIZE 8
204 # define VEX_HOST_WORDSIZE 8
208 # define VEX_HOST_WORDSIZE 8
212 # define VEX_HOST_WORDSIZE
    [all...]
  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 213 #if VEX_HOST_WORDSIZE == 8
215 #elif VEX_HOST_WORDSIZE == 4
vgdb-invoker-ptrace.c 67 #if VEX_HOST_WORDSIZE == 8
69 #elif VEX_HOST_WORDSIZE == 4
75 #if VEX_HOST_WORDSIZE == 8
78 #elif VEX_HOST_WORDSIZE == 4
    [all...]
vgdb.c 169 #if VEX_HOST_WORDSIZE == 8
176 #elif VEX_HOST_WORDSIZE == 4
187 #if VEX_HOST_WORDSIZE == 4
    [all...]
  /external/valgrind/main/VEX/priv/
ir_inject.c 89 if (VEX_HOST_WORDSIZE == 8) {
92 } else if (VEX_HOST_WORDSIZE == 4) {
150 if (VEX_HOST_WORDSIZE == 8) {
153 } else if (VEX_HOST_WORDSIZE == 4) {
main_main.c 172 vassert(VEX_HOST_WORDSIZE == sizeof(void*));
173 vassert(VEX_HOST_WORDSIZE == sizeof(HWord));
177 if (VEX_HOST_WORDSIZE == 4) {
    [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 265 #define VG_WORDSIZE VEX_HOST_WORDSIZE
  /external/valgrind/main/VEX/switchback/
linker.c 179 #if VEX_HOST_WORDSIZE == 8
    [all...]

Completed in 114 milliseconds