/external/valgrind/main/include/ |
pub_tool_machine.h | 39 # define VG_STACK_REDZONE_SZB 0 // number of addressable bytes below %RSP 45 # define VG_STACK_REDZONE_SZB 128 51 # define VG_STACK_REDZONE_SZB 0 57 # define VG_STACK_REDZONE_SZB 288 // number of addressable bytes below R1 65 # define VG_STACK_REDZONE_SZB 0 71 # define VG_STACK_REDZONE_SZB 0 // s390 has no redzone 78 # define VG_STACK_REDZONE_SZB 0 // number of addressable bytes below %RSP 84 # define VG_STACK_REDZONE_SZB 128 90 # define VG_STACK_REDZONE_SZB 0
|
/external/valgrind/main/memcheck/ |
mc_main.c | [all...] |
mc_errors.c | 832 esp -= VG_STACK_REDZONE_SZB; [all...] |
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-arm-linux.c | 117 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 );
|
sigframe-amd64-linux.c | 412 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 );
|
sigframe-x86-linux.c | 433 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 );
|
sigframe-amd64-darwin.c | 99 addr - VG_STACK_REDZONE_SZB, size, tid ); 235 (Addr)frame - VG_STACK_REDZONE_SZB,
|
sigframe-x86-darwin.c | 102 addr - VG_STACK_REDZONE_SZB, size, tid ); 235 (Addr)frame - VG_STACK_REDZONE_SZB,
|
sigframe-ppc64-linux.c | 172 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB, 173 size + VG_STACK_REDZONE_SZB, tid );
|
sigframe-ppc32-linux.c | 542 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB, 543 size + VG_STACK_REDZONE_SZB, tid ); [all...] |
sigframe-s390x-linux.c | 298 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 );
|
sigframe-mips32-linux.c | 112 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB, 113 size + VG_STACK_REDZONE_SZB, tid );
|
/external/valgrind/main/drd/ |
drd_main.c | 482 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/ |
initimg-linux.c | 523 vg_assert(VG_STACK_REDZONE_SZB >= 0); 524 vg_assert(VG_STACK_REDZONE_SZB < VKI_PAGE_SIZE); 525 if (VG_STACK_REDZONE_SZB > 0) { [all...] |
/external/valgrind/main/coregrind/ |
m_signals.c | [all...] |
m_main.c | [all...] |
m_translate.c | [all...] |
/external/valgrind/main/exp-dhat/ |
dh_main.c | 810 const Int rz_szB = VG_STACK_REDZONE_SZB; [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-main.c | [all...] |
/external/valgrind/main/helgrind/ |
hg_main.c | [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
debuginfo.c | [all...] |