Home
last modified time | relevance | path

Searched refs:VG_WORDSIZE (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c313 #if VG_WORDSIZE == 4
319 #if VG_WORDSIZE == 8
327 #if VG_WORDSIZE == 4
344 #if VG_WORDSIZE == 4
350 #if VG_WORDSIZE == 8
358 #if VG_WORDSIZE == 4
378 #if VG_WORDSIZE == 4
384 #if VG_WORDSIZE == 8
392 #if VG_WORDSIZE == 4
409 #if VG_WORDSIZE == 4
[all …]
/external/valgrind/main/coregrind/
Dm_translate.c957 vg_assert(VG_WORDSIZE == 8); in gen_PUSH()
971 vg_assert(VG_WORDSIZE == 4); in gen_PUSH()
974 vg_assert(sizeof(void*) == VG_WORDSIZE); in gen_PUSH()
975 vg_assert(sizeof(Word) == VG_WORDSIZE); in gen_PUSH()
976 vg_assert(sizeof(Addr) == VG_WORDSIZE); in gen_PUSH()
1010 mkU8(8 * VG_WORDSIZE - 1) in gen_PUSH()
1069 vg_assert(sizeof(void*) == VG_WORDSIZE); in gen_POP()
1070 vg_assert(sizeof(Word) == VG_WORDSIZE); in gen_POP()
1071 vg_assert(sizeof(Addr) == VG_WORDSIZE); in gen_POP()
1092 mkU8(8 * VG_WORDSIZE - 1) in gen_POP()
[all …]
Dm_stacktrace.c733 if (fp_min <= fp && fp < fp_max-VG_WORDSIZE+1) { in VG_()
Dm_main.c1562 # if VG_WORDSIZE == 4 in valgrind_main()
/external/valgrind/main/memcheck/tests/
Dcalloc-overflow.c12 #if VG_WORDSIZE == 8 in main()
/external/valgrind/main/coregrind/m_ume/
Delf.c57 #if VG_WORDSIZE == 8
59 #elif VG_WORDSIZE == 4
62 #error VG_WORDSIZE needs to ==4 or ==8
Dmacho.c56 #if VG_WORDSIZE == 4
190 #if VG_WORDSIZE == 4 in load_segment()
199 #if VG_WORDSIZE == 8 in load_segment()
/external/valgrind/main/include/
Dpub_tool_basics.h265 #define VG_WORDSIZE VEX_HOST_WORDSIZE macro
/external/valgrind/main/coregrind/m_coredump/
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_debuginfo/
Dreadstabs.c62 # if VG_WORDSIZE == 8
Dreadmacho.c66 #if VG_WORDSIZE == 4
Dreadelf.c68 #if VG_WORDSIZE == 4
81 #elif VG_WORDSIZE == 8
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c707 #if VG_WORDSIZE == 4
2624 #if VG_WORDSIZE == 4 in PRE()
3094 #if VG_WORDSIZE == 4 in PRE()
3120 #if VG_WORDSIZE == 4 in POST()
3570 #if VG_WORDSIZE == 4 in PRE()
3646 #if VG_WORDSIZE == 4 in PRE()
3785 #if VG_WORDSIZE == 4 in PRE()
3807 #if VG_WORDSIZE == 4 in POST()
4066 #if VG_WORDSIZE != 8 in pre_ool_desc_read()
4073 #if VG_WORDSIZE == 8 in pre_ool_desc_read()
[all …]
Dsyswrap-linux.c1416 #if VG_WORDSIZE == 4 in PRE()
1423 #elif VG_WORDSIZE == 8 in PRE()
1914 #if VG_WORDSIZE == 4 in PRE()
1923 #elif VG_WORDSIZE == 8 in PRE()
2868 #if VG_WORDSIZE == 4 in PRE()
2876 #elif VG_WORDSIZE == 8 in PRE()
2892 #if VG_WORDSIZE == 4 in PRE()
2899 #elif VG_WORDSIZE == 8 in PRE()
3020 #if VG_WORDSIZE == 4 in PRE()
3025 #elif VG_WORDSIZE == 8 in PRE()
[all …]
Dsyswrap-generic.c2492 #if VG_WORDSIZE == 4 in PRE()
2498 #elif VG_WORDSIZE == 8 in PRE()
2553 #if VG_WORDSIZE == 4 in PRE()
2559 #elif VG_WORDSIZE == 8 in PRE()
3160 #if VG_WORDSIZE == 4 in PRE()
3175 #if VG_WORDSIZE == 4 in PRE()
/external/valgrind/main/memcheck/
Dmc_main.c164 #if VG_WORDSIZE == 4
1419 if (szB == VG_WORDSIZE && VG_IS_WORD_ALIGNED(a) in mc_LOADVn_slow()
1420 && n_addrs_bad < VG_WORDSIZE) { in mc_LOADVn_slow()
1438 if (VG_WORDSIZE == 8 in mc_LOADVn_slow()
6974 # if VG_WORDSIZE == 4 in mc_pre_clo_init()
6985 tl_assert(VG_WORDSIZE == 8); in mc_pre_clo_init()
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c325 # if VG_WORDSIZE == 4
1650 # if VG_WORDSIZE == 4 in VG_()
1674 # if VG_WORDSIZE == 8 in VG_()