HomeSort by relevance Sort by last modified time
    Searched refs:VG_STACK_REDZONE_SZB (Results 1 - 24 of 24) sorted by null

  /external/valgrind/main/include/
pub_tool_machine.h 42 # define VG_STACK_REDZONE_SZB 0 // number of addressable bytes below %RSP
48 # define VG_STACK_REDZONE_SZB 128
54 # define VG_STACK_REDZONE_SZB 0
60 # define VG_STACK_REDZONE_SZB 288 // number of addressable bytes below R1
68 # define VG_STACK_REDZONE_SZB 0
74 # define VG_STACK_REDZONE_SZB 0
80 # define VG_STACK_REDZONE_SZB 0 // s390 has no redzone
87 # define VG_STACK_REDZONE_SZB 0 // number of addressable bytes below %RSP
93 # define VG_STACK_REDZONE_SZB 128
99 # define VG_STACK_REDZONE_SZB
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c     [all...]
mc_errors.c 677 esp -= VG_STACK_REDZONE_SZB;
    [all...]
  /external/valgrind/main/drd/
drd_main.c 505 DRD_(thread_set_stack_min)(tid, a - VG_STACK_REDZONE_SZB);
506 drd_start_using_mem(a - VG_STACK_REDZONE_SZB, len + VG_STACK_REDZONE_SZB,
525 DRD_(thread_set_stack_min)(tid, a + len - VG_STACK_REDZONE_SZB);
526 drd_stop_using_mem(a - VG_STACK_REDZONE_SZB, len + VG_STACK_REDZONE_SZB,
608 * @param[in] a Start of address range - VG_STACK_REDZONE_SZB.
609 * @param[in] len Address range length + VG_STACK_REDZONE_SZB.
617 drd_start_using_mem(a + VG_STACK_REDZONE_SZB, len - 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-arm64-linux.c 115 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
116 size + VG_STACK_REDZONE_SZB, tid );
320 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB,
321 frame_size + VG_STACK_REDZONE_SZB );
sigframe-amd64-darwin.c 92 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
93 size + VG_STACK_REDZONE_SZB, tid );
229 (Addr)frame - 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 );
634 VG_TRACK( die_mem_stack_signal, rsp - VG_STACK_REDZONE_SZB,
635 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-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-mips32-linux.c 112 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
113 size + VG_STACK_REDZONE_SZB, tid );
sigframe-mips64-linux.c 107 VG_TRACK(new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB,
108 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 );
  /external/valgrind/main/coregrind/
m_addrinfo.c 99 if (stack_min - VG_STACK_REDZONE_SZB <= a && a <= stack_max) {
m_signals.c     [all...]
m_main.c     [all...]
m_translate.c     [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 515 vg_assert(VG_STACK_REDZONE_SZB >= 0);
516 vg_assert(VG_STACK_REDZONE_SZB < VKI_PAGE_SIZE);
517 if (VG_STACK_REDZONE_SZB > 0) {
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 810 const Int rz_szB = VG_STACK_REDZONE_SZB;
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 1299 milliseconds