Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c326 #if VG_WORDSIZE == 4
332 #if VG_WORDSIZE == 8
340 #if VG_WORDSIZE == 4
352 #if VG_WORDSIZE == 4
357 #if VG_WORDSIZE == 8
369 #if VG_WORDSIZE == 4
375 #if VG_WORDSIZE == 8
383 #if VG_WORDSIZE == 4
395 #if VG_WORDSIZE == 4
400 #if VG_WORDSIZE == 8
[all …]
/external/valgrind/coregrind/
Dm_translate.c1034 vg_assert(VG_WORDSIZE == 8); in gen_PUSH()
1048 vg_assert(VG_WORDSIZE == 4); in gen_PUSH()
1051 vg_assert(sizeof(void*) == VG_WORDSIZE); in gen_PUSH()
1052 vg_assert(sizeof(Word) == VG_WORDSIZE); in gen_PUSH()
1053 vg_assert(sizeof(Addr) == VG_WORDSIZE); in gen_PUSH()
1087 mkU8(8 * VG_WORDSIZE - 1) in gen_PUSH()
1146 vg_assert(sizeof(void*) == VG_WORDSIZE); in gen_POP()
1147 vg_assert(sizeof(Word) == VG_WORDSIZE); in gen_POP()
1148 vg_assert(sizeof(Addr) == VG_WORDSIZE); in gen_POP()
1169 mkU8(8 * VG_WORDSIZE - 1) in gen_POP()
[all …]
Dm_stacktrace.c800 if (fp_min <= fp && fp < fp_max-VG_WORDSIZE+1) {
/external/valgrind/memcheck/tests/
Dcalloc-overflow.c12 #if VG_WORDSIZE == 8 in main()
/external/valgrind/coregrind/m_ume/
Delf.c62 #if VG_WORDSIZE == 8
64 #elif VG_WORDSIZE == 4
67 #error VG_WORDSIZE needs to ==4 or ==8
Dmacho.c56 #if VG_WORDSIZE == 4
194 #if VG_WORDSIZE == 4 in load_segment()
203 #if VG_WORDSIZE == 8 in load_segment()
/external/valgrind/include/
Dpub_tool_basics.h366 #define VG_WORDSIZE VEX_HOST_WORDSIZE macro
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c61 #if VG_WORDSIZE == 8
63 #elif VG_WORDSIZE == 4
66 #error VG_WORDSIZE needs to ==4 or ==8
/external/valgrind/include/vki/
Dvki-solaris.h417 #if VG_WORDSIZE == 8
419 #elif VG_WORDSIZE == 4
422 #error VG_WORDSIZE needs to ==4 or ==8
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c848 # if DARWIN_VERS == DARWIN_10_9 && VG_WORDSIZE == 8 in ML_()
905 # if DARWIN_VERS == DARWIN_10_10 && VG_WORDSIZE == 8 in ML_()
1071 #if VG_WORDSIZE == 4
3724 #if VG_WORDSIZE == 4 in PRE()
3750 #if VG_WORDSIZE == 4 in POST()
4220 #if VG_WORDSIZE == 4 in PRE()
4349 = VG_WORDSIZE == 4 ? VKI_KERN_USRSTACK32 : VKI_KERN_USRSTACK64; in PRE()
4461 #if VG_WORDSIZE == 4 in PRE()
4483 #if VG_WORDSIZE == 4 in POST()
4773 #if VG_WORDSIZE != 8 in pre_ool_desc_read()
[all …]
Dsyswrap-generic.c2685 #if VG_WORDSIZE == 4 in PRE()
2691 #elif VG_WORDSIZE == 8 in PRE()
2746 #if VG_WORDSIZE == 4 in PRE()
2752 #elif VG_WORDSIZE == 8 in PRE()
3354 #if VG_WORDSIZE == 4 in PRE()
3369 #if VG_WORDSIZE == 4 in PRE()
Dsyswrap-linux.c1457 #if VG_WORDSIZE == 4 in PRE()
1464 #elif VG_WORDSIZE == 8 in PRE()
1955 #if VG_WORDSIZE == 4 in PRE()
1964 #elif VG_WORDSIZE == 8 in PRE()
2919 #if VG_WORDSIZE == 4 in PRE()
2927 #elif VG_WORDSIZE == 8 in PRE()
2943 #if VG_WORDSIZE == 4 in PRE()
2950 #elif VG_WORDSIZE == 8 in PRE()
3111 #if VG_WORDSIZE == 4 in PRE()
3117 #elif VG_WORDSIZE == 8 in PRE()
[all …]
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c312 # if VG_WORDSIZE == 4
1560 #if VG_WORDSIZE == 4 in VG_()
1613 # if VG_WORDSIZE == 4 in VG_()
1629 # if VG_WORDSIZE == 4 in VG_()
1664 # elif VG_WORDSIZE == 8 in VG_()
1726 # if VG_WORDSIZE == 8 in VG_()
/external/valgrind/memcheck/
Dmc_main.c169 #if VG_WORDSIZE == 4
1423 if (szB == VG_WORDSIZE && VG_IS_WORD_ALIGNED(a) in mc_LOADVn_slow()
1424 && n_addrs_bad < VG_WORDSIZE) { in mc_LOADVn_slow()
1442 if (VG_WORDSIZE == 8 in mc_LOADVn_slow()
7847 # if VG_WORDSIZE == 4 in mc_pre_clo_init()
7858 tl_assert(VG_WORDSIZE == 8); in mc_pre_clo_init()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c65 #if VG_WORDSIZE == 4
Dreadelf.c71 #if VG_WORDSIZE == 4
84 #elif VG_WORDSIZE == 8