Searched refs:VG_WORDSIZE (Results 1 - 18 of 18) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dcalloc-overflow.c12 #if VG_WORDSIZE == 8
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c281 #if VG_WORDSIZE == 4
286 #if VG_WORDSIZE == 8
295 #if VG_WORDSIZE == 4
312 #if VG_WORDSIZE == 4
317 #if VG_WORDSIZE == 8
323 #if VG_WORDSIZE == 4
342 #if VG_WORDSIZE == 4
347 #if VG_WORDSIZE == 8
354 #if VG_WORDSIZE == 4
371 #if VG_WORDSIZE
[all...]
/external/valgrind/main/coregrind/
H A Dm_translate.c915 vg_assert(VG_WORDSIZE == 8);
928 vg_assert(VG_WORDSIZE == 4);
931 vg_assert(sizeof(void*) == VG_WORDSIZE);
932 vg_assert(sizeof(Word) == VG_WORDSIZE);
933 vg_assert(sizeof(Addr) == VG_WORDSIZE);
967 mkU8(8 * VG_WORDSIZE - 1)
1023 vg_assert(sizeof(void*) == VG_WORDSIZE);
1024 vg_assert(sizeof(Word) == VG_WORDSIZE);
1025 vg_assert(sizeof(Addr) == VG_WORDSIZE);
1046 mkU8(8 * VG_WORDSIZE
[all...]
H A Dm_stacktrace.c506 if (fp_min <= fp && fp < fp_max-VG_WORDSIZE+1) {
/external/valgrind/main/coregrind/m_ume/
H A Delf.c58 #if VG_WORDSIZE == 8
60 #elif VG_WORDSIZE == 4
63 #error VG_WORDSIZE needs to ==4 or ==8
H A Dmacho.c56 #if VG_WORDSIZE == 4
180 #if VG_WORDSIZE == 4
189 #if VG_WORDSIZE == 8
/external/valgrind/main/include/
H A Dpub_tool_basics.h261 #define VG_WORDSIZE VEX_HOST_WORDSIZE macro
/external/valgrind/tsan/
H A Dts_util.h74 #if VG_WORDSIZE == 4
76 #elif VG_WORDSIZE == 8
78 #endif // VG_WORDSIZE
403 #endif // arch && VG_WORDSIZE
H A Dts_valgrind_intercepts.c327 #if VG_WORDSIZE < OFF_T_SIZE
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c59 # if VG_WORDSIZE == 8
H A Dreadmacho.c65 #if VG_WORDSIZE == 4
H A Dreadelf.c70 #if VG_WORDSIZE == 4
83 #elif VG_WORDSIZE == 8
97 # error "VG_WORDSIZE should be 4 or 8"
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c62 #if VG_WORDSIZE == 8
64 #elif VG_WORDSIZE == 4
67 #error VG_WORDSIZE needs to ==4 or ==8
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c1258 #if VG_WORDSIZE == 4
1265 #elif VG_WORDSIZE == 8
2606 #if VG_WORDSIZE == 4
2614 #elif VG_WORDSIZE == 8
2630 #if VG_WORDSIZE == 4
2637 #elif VG_WORDSIZE == 8
2740 #if VG_WORDSIZE == 4
2745 #elif VG_WORDSIZE == 8
3388 #if VG_WORDSIZE == 4
3396 #elif VG_WORDSIZE
[all...]
H A Dsyswrap-darwin.c692 #if VG_WORDSIZE == 4
2579 #if VG_WORDSIZE == 4
3050 #if VG_WORDSIZE == 4
3076 #if VG_WORDSIZE == 4
3525 #if VG_WORDSIZE == 4
3601 #if VG_WORDSIZE == 4
3740 #if VG_WORDSIZE == 4
3762 #if VG_WORDSIZE == 4
4021 #if VG_WORDSIZE != 8
4028 #if VG_WORDSIZE
[all...]
H A Dsyswrap-generic.c2396 #if VG_WORDSIZE == 4
2402 #elif VG_WORDSIZE == 8
2457 #if VG_WORDSIZE == 4
2463 #elif VG_WORDSIZE == 8
3068 #if VG_WORDSIZE == 4
3083 #if VG_WORDSIZE == 4
/external/valgrind/main/memcheck/
H A Dmc_main.c171 #if VG_WORDSIZE == 4
1186 = MC_(clo_partial_loads_ok) && szB == VG_WORDSIZE
1188 && n_addrs_bad < VG_WORDSIZE;
6304 # if VG_WORDSIZE == 4
6315 tl_assert(VG_WORDSIZE == 8);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1637 # if VG_WORDSIZE == 4
1665 # if VG_WORDSIZE == 8

Completed in 276 milliseconds