Searched refs:VG_STACK_REDZONE_SZB (Results 1 - 21 of 21) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_machine.h39 # define VG_STACK_REDZONE_SZB 0 // number of addressable bytes below %RSP macro
45 # define VG_STACK_REDZONE_SZB 128 macro
51 # define VG_STACK_REDZONE_SZB 0 macro
57 # define VG_STACK_REDZONE_SZB 288 // number of addressable bytes below R1 macro
65 # define VG_STACK_REDZONE_SZB 0 macro
71 # define VG_STACK_REDZONE_SZB 0 // s390 has no redzone macro
78 # define VG_STACK_REDZONE_SZB 0 // number of addressable bytes below %RSP macro
84 # define VG_STACK_REDZONE_SZB 128 macro
90 # define VG_STACK_REDZONE_SZB 0 macro
/external/valgrind/main/memcheck/
H A Dmc_main.c2578 if (VG_IS_4_ALIGNED( -VG_STACK_REDZONE_SZB + new_SP )) {
2579 make_aligned_word32_undefined_w_otag ( -VG_STACK_REDZONE_SZB + new_SP, otag );
2581 MC_(make_mem_undefined_w_otag) ( -VG_STACK_REDZONE_SZB + new_SP, 4, otag );
2589 if (VG_IS_4_ALIGNED( -VG_STACK_REDZONE_SZB + new_SP )) {
2590 make_aligned_word32_undefined ( -VG_STACK_REDZONE_SZB + new_SP );
2592 make_mem_undefined ( -VG_STACK_REDZONE_SZB + new_SP, 4 );
2600 if (VG_IS_4_ALIGNED( -VG_STACK_REDZONE_SZB + new_SP )) {
2601 make_aligned_word32_noaccess ( -VG_STACK_REDZONE_SZB + new_SP-4 );
2603 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-4, 4 );
2614 if (VG_IS_8_ALIGNED( -VG_STACK_REDZONE_SZB
[all...]
H A Dmc_errors.c832 esp -= VG_STACK_REDZONE_SZB;
1202 if (stack_min - VG_STACK_REDZONE_SZB <= a && a <= stack_max) {
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-arm-linux.c117 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
118 size + VG_STACK_REDZONE_SZB, tid );
341 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB,
342 frame_size + VG_STACK_REDZONE_SZB );
H A Dsigframe-amd64-linux.c412 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
413 size + VG_STACK_REDZONE_SZB, tid );
624 VG_TRACK( die_mem_stack_signal, rsp - VG_STACK_REDZONE_SZB,
625 size + VG_STACK_REDZONE_SZB );
H A Dsigframe-x86-linux.c433 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
434 size + VG_STACK_REDZONE_SZB, tid );
714 VG_TRACK( die_mem_stack_signal, esp - VG_STACK_REDZONE_SZB,
715 size + VG_STACK_REDZONE_SZB );
H A Dsigframe-amd64-darwin.c99 addr - VG_STACK_REDZONE_SZB, size, tid );
235 (Addr)frame - VG_STACK_REDZONE_SZB,
H A Dsigframe-x86-darwin.c102 addr - VG_STACK_REDZONE_SZB, size, tid );
235 (Addr)frame - VG_STACK_REDZONE_SZB,
H A Dsigframe-ppc64-linux.c172 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
173 size + VG_STACK_REDZONE_SZB, tid );
H A Dsigframe-ppc32-linux.c542 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
543 size + VG_STACK_REDZONE_SZB, tid );
H A Dsigframe-s390x-linux.c298 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
299 size + VG_STACK_REDZONE_SZB, tid );
554 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB,
555 size + VG_STACK_REDZONE_SZB );
H A Dsigframe-mips32-linux.c112 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
113 size + VG_STACK_REDZONE_SZB, tid );
/external/valgrind/main/drd/
H A Ddrd_main.c482 DRD_(thread_set_stack_min)(tid, a - VG_STACK_REDZONE_SZB);
483 drd_start_using_mem(a - VG_STACK_REDZONE_SZB, len + VG_STACK_REDZONE_SZB,
502 DRD_(thread_set_stack_min)(tid, a + len - VG_STACK_REDZONE_SZB);
503 drd_stop_using_mem(a - VG_STACK_REDZONE_SZB, len + VG_STACK_REDZONE_SZB,
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c523 vg_assert(VG_STACK_REDZONE_SZB >= 0);
524 vg_assert(VG_STACK_REDZONE_SZB < VKI_PAGE_SIZE);
525 if (VG_STACK_REDZONE_SZB > 0) {
/external/valgrind/main/coregrind/
H A Dm_signals.c1317 esp_top_of_frame = VG_(get_SP)(tid) - VG_STACK_REDZONE_SZB;
1653 Addr base = VG_PGROUNDDN(esp - VG_STACK_REDZONE_SZB);
2359 && fault >= fault_mask(esp - VG_STACK_REDZONE_SZB)) {
2365 Addr base = VG_PGROUNDDN(esp - VG_STACK_REDZONE_SZB);
H A Dm_main.c2252 is required (VG_STACK_REDZONE_SZB). setup_client_stack()
2255 inaccessible_len = the_iifii.initial_client_SP - VG_STACK_REDZONE_SZB
2264 the_iifii.initial_client_SP-1 - VG_STACK_REDZONE_SZB);
H A Dm_translate.c1461 vex_abiinfo.guest_stack_redzone_size = VG_STACK_REDZONE_SZB;
/external/valgrind/main/exp-dhat/
H A Ddh_main.c810 const Int rz_szB = VG_STACK_REDZONE_SZB;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c1362 Addr stackMin = VG_(get_SP)(tid) - VG_STACK_REDZONE_SZB;
/external/valgrind/main/helgrind/
H A Dhg_main.c1404 -VG_STACK_REDZONE_SZB + a, len );
4154 const Int rz_szB = VG_STACK_REDZONE_SZB;
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3294 if (stack_min - VG_STACK_REDZONE_SZB <= data_addr

Completed in 351 milliseconds