Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c325 #if VG_WORDSIZE == 4
331 #if VG_WORDSIZE == 8
339 #if VG_WORDSIZE == 4
351 #if VG_WORDSIZE == 4
356 #if VG_WORDSIZE == 8
368 #if VG_WORDSIZE == 4
374 #if VG_WORDSIZE == 8
382 #if VG_WORDSIZE == 4
394 #if VG_WORDSIZE == 4
399 #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.c830 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/
Dmacho.c56 #if VG_WORDSIZE == 4
192 #if VG_WORDSIZE == 4 in load_segment()
201 #if VG_WORDSIZE == 8 in load_segment()
Delf.c67 #if VG_WORDSIZE == 8
69 #elif VG_WORDSIZE == 4
72 #error VG_WORDSIZE needs to ==4 or ==8
/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/
Dpub_tool_basics.h377 #define VG_WORDSIZE VEX_HOST_WORDSIZE macro
/external/valgrind/include/vki/
Dvki-solaris.h428 #if VG_WORDSIZE == 8
430 #elif VG_WORDSIZE == 4
433 #error VG_WORDSIZE needs to ==4 or ==8
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c853 # if DARWIN_VERS == DARWIN_10_9 && VG_WORDSIZE == 8 in ML_()
910 # if DARWIN_VERS == DARWIN_10_10 && VG_WORDSIZE == 8 in ML_()
1076 #if VG_WORDSIZE == 4
3729 #if VG_WORDSIZE == 4 in PRE()
3755 #if VG_WORDSIZE == 4 in POST()
4225 #if VG_WORDSIZE == 4 in PRE()
4354 = VG_WORDSIZE == 4 ? VKI_KERN_USRSTACK32 : VKI_KERN_USRSTACK64; in PRE()
4466 #if VG_WORDSIZE == 4 in PRE()
4488 #if VG_WORDSIZE == 4 in POST()
4778 #if VG_WORDSIZE != 8 in pre_ool_desc_read()
[all …]
Dsyswrap-generic.c2693 #if VG_WORDSIZE == 4 in PRE()
2699 #elif VG_WORDSIZE == 8 in PRE()
2754 #if VG_WORDSIZE == 4 in PRE()
2760 #elif VG_WORDSIZE == 8 in PRE()
3359 #if VG_WORDSIZE == 4 in PRE()
3374 #if VG_WORDSIZE == 4 in PRE()
Dsyswrap-linux.c1949 #if VG_WORDSIZE == 4 in PRE()
1956 #elif VG_WORDSIZE == 8 in PRE()
2447 #if VG_WORDSIZE == 4 in PRE()
2456 #elif VG_WORDSIZE == 8 in PRE()
3411 #if VG_WORDSIZE == 4 in PRE()
3419 #elif VG_WORDSIZE == 8 in PRE()
3435 #if VG_WORDSIZE == 4 in PRE()
3442 #elif VG_WORDSIZE == 8 in PRE()
3603 #if VG_WORDSIZE == 4 in PRE()
3609 #elif VG_WORDSIZE == 8 in PRE()
[all …]
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c312 # if VG_WORDSIZE == 4
1572 #if VG_WORDSIZE == 4 in VG_()
1626 # if VG_WORDSIZE == 4 in VG_()
1643 # if VG_WORDSIZE == 4 in VG_()
1678 # elif VG_WORDSIZE == 8 in VG_()
1741 # if VG_WORDSIZE == 8 in VG_()
/external/valgrind/coregrind/m_debuginfo/
Dtinfl.c57 #define MINIZ_HAS_64BIT_REGISTERS ( VG_WORDSIZE == 8 )
Dreadelf.c99 #if VG_WORDSIZE == 4
113 #elif VG_WORDSIZE == 8
1490 # if (VG_WORDSIZE == 8) in check_compression()
Dreadmacho.c65 #if VG_WORDSIZE == 4
/external/valgrind/memcheck/
Dmc_main.c172 #if VG_WORDSIZE == 4
1478 if (szB == VG_WORDSIZE && VG_IS_WORD_ALIGNED(a) in mc_LOADVn_slow()
1479 && n_addrs_bad < VG_WORDSIZE) { in mc_LOADVn_slow()
1497 if (VG_WORDSIZE == 8 in mc_LOADVn_slow()
8287 # if VG_WORDSIZE == 4 in mc_pre_clo_init()
8298 tl_assert(VG_WORDSIZE == 8); in mc_pre_clo_init()