Home
last modified time | relevance | path

Searched refs:VG_STACK_REDZONE_SZB (Results 1 – 23 of 23) sorted by relevance

/external/valgrind/memcheck/
Dmc_main.c2777 if (VG_IS_4_ALIGNED( -VG_STACK_REDZONE_SZB + new_SP )) { in mc_new_mem_stack_4_w_ECU()
2778 make_aligned_word32_undefined_w_otag ( -VG_STACK_REDZONE_SZB + new_SP, otag ); in mc_new_mem_stack_4_w_ECU()
2780 MC_(make_mem_undefined_w_otag) ( -VG_STACK_REDZONE_SZB + new_SP, 4, otag ); in mc_new_mem_stack_4_w_ECU()
2788 if (VG_IS_4_ALIGNED( -VG_STACK_REDZONE_SZB + new_SP )) { in mc_new_mem_stack_4()
2789 make_aligned_word32_undefined ( -VG_STACK_REDZONE_SZB + new_SP ); in mc_new_mem_stack_4()
2791 make_mem_undefined ( -VG_STACK_REDZONE_SZB + new_SP, 4 ); in mc_new_mem_stack_4()
2799 if (VG_IS_4_ALIGNED( -VG_STACK_REDZONE_SZB + new_SP )) { in mc_die_mem_stack_4()
2800 make_aligned_word32_noaccess ( -VG_STACK_REDZONE_SZB + new_SP-4 ); in mc_die_mem_stack_4()
2802 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-4, 4 ); in mc_die_mem_stack_4()
2813 if (VG_IS_8_ALIGNED( -VG_STACK_REDZONE_SZB + new_SP )) { in mc_new_mem_stack_8_w_ECU()
[all …]
Dmc_errors.c728 esp -= VG_STACK_REDZONE_SZB; in is_just_below_ESP()
/external/valgrind/include/
Dpub_tool_machine.h42 # define VG_STACK_REDZONE_SZB 0 // number of addressable bytes below %RSP macro
48 # define VG_STACK_REDZONE_SZB 128 macro
54 # define VG_STACK_REDZONE_SZB 0 macro
60 # define VG_STACK_REDZONE_SZB 288 // number of addressable bytes below R1 macro
68 # define VG_STACK_REDZONE_SZB 0 macro
74 # define VG_STACK_REDZONE_SZB 0 macro
80 # define VG_STACK_REDZONE_SZB 0 // s390 has no redzone macro
87 # define VG_STACK_REDZONE_SZB 0 // number of addressable bytes below %RSP macro
93 # define VG_STACK_REDZONE_SZB 128 macro
99 # define VG_STACK_REDZONE_SZB 0 macro
[all …]
/external/valgrind/drd/
Ddrd_main.c507 DRD_(thread_set_stack_min)(tid, a - VG_STACK_REDZONE_SZB); in drd_start_using_mem_stack2()
508 drd_start_using_mem(a - VG_STACK_REDZONE_SZB, len + VG_STACK_REDZONE_SZB, in drd_start_using_mem_stack2()
527 DRD_(thread_set_stack_min)(tid, a + len - VG_STACK_REDZONE_SZB); in drd_stop_using_mem_stack2()
528 drd_stop_using_mem(a - VG_STACK_REDZONE_SZB, len + VG_STACK_REDZONE_SZB, in drd_stop_using_mem_stack2()
619 drd_start_using_mem(a + VG_STACK_REDZONE_SZB, len - VG_STACK_REDZONE_SZB, in drd_start_using_mem_stack_signal()
625 drd_stop_using_mem(a + VG_STACK_REDZONE_SZB, len - VG_STACK_REDZONE_SZB, in drd_stop_using_mem_stack_signal()
/external/valgrind/coregrind/m_sigframe/
Dsigframe-arm64-linux.c280 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB, in VG_()
281 frame_size + VG_STACK_REDZONE_SZB ); in VG_()
Dsigframe-common.c49 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB, size, tid ); in track_frame_memory()
Dsigframe-arm-linux.c307 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB, in VG_()
308 frame_size + VG_STACK_REDZONE_SZB ); in VG_()
Dsigframe-amd64-linux.c590 VG_TRACK( die_mem_stack_signal, rsp - VG_STACK_REDZONE_SZB, in VG_()
591 size + VG_STACK_REDZONE_SZB ); in VG_()
Dsigframe-x86-linux.c669 VG_TRACK( die_mem_stack_signal, esp - VG_STACK_REDZONE_SZB, in VG_()
670 size + VG_STACK_REDZONE_SZB ); in VG_()
Dsigframe-x86-darwin.c215 (Addr)frame - VG_STACK_REDZONE_SZB, in VG_()
Dsigframe-amd64-darwin.c215 (Addr)frame - VG_STACK_REDZONE_SZB, in VG_()
Dsigframe-s390x-linux.c511 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB, in VG_()
512 size + VG_STACK_REDZONE_SZB ); in VG_()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c521 vg_assert(VG_STACK_REDZONE_SZB >= 0); in setup_client_stack()
522 vg_assert(VG_STACK_REDZONE_SZB < VKI_PAGE_SIZE); in setup_client_stack()
523 if (VG_STACK_REDZONE_SZB > 0) { in setup_client_stack()
/external/valgrind/coregrind/
Dm_addrinfo.c142 if (stack_min - VG_STACK_REDZONE_SZB <= a && a <= stack_max) { in VG_()
172 && sps[f] >= stack_min - VG_STACK_REDZONE_SZB) { in VG_()
Dm_signals.c1405 esp_top_of_frame = VG_(get_SP)(tid) - VG_STACK_REDZONE_SZB; in push_signal_frame()
1741 Addr base = VG_PGROUNDDN(esp - VG_STACK_REDZONE_SZB); in default_action()
2461 && fault >= fault_mask(esp - VG_STACK_REDZONE_SZB)) { in extend_stack_if_appropriate()
2467 Addr base = VG_PGROUNDDN(esp - VG_STACK_REDZONE_SZB); in extend_stack_if_appropriate()
Dm_main.c2379 inaccessible_len = the_iifii.initial_client_SP - VG_STACK_REDZONE_SZB in valgrind_main()
2388 the_iifii.initial_client_SP-1 - VG_STACK_REDZONE_SZB); in valgrind_main()
Dm_translate.c1659 vex_abiinfo.guest_stack_redzone_size = VG_STACK_REDZONE_SZB; in VG_()
/external/valgrind/exp-dhat/
Ddh_main.c809 const Int rz_szB = VG_STACK_REDZONE_SZB; in addMemEvent()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt109 # define VG_STACK_REDZONE_SZB 0
/external/valgrind/helgrind/
Dhg_main.c1438 -VG_STACK_REDZONE_SZB + a, len ); in evh__new_mem_stack()
4313 const Int rz_szB = VG_STACK_REDZONE_SZB; in instrument_mem_access()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c1537 Addr stackMin = VG_(get_SP)(tid) - VG_STACK_REDZONE_SZB; in VG_()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c3725 if (stack_min - VG_STACK_REDZONE_SZB <= data_addr in VG_()
/external/valgrind/
DNEWS544 332055 drd asserts on platforms with VG_STACK_REDZONE_SZB == 0 and