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

  /external/valgrind/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/memcheck/
mc_main.c     [all...]
mc_errors.c 728 esp -= VG_STACK_REDZONE_SZB;
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-common.c 40 #include "pub_core_machine.h" // VG_STACK_REDZONE_SZB
49 VG_TRACK( new_mem_stack_signal, addr - VG_STACK_REDZONE_SZB, size, tid );
sigframe-arm64-linux.c 281 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB,
282 frame_size + VG_STACK_REDZONE_SZB );
sigframe-arm-linux.c 305 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB,
306 frame_size + VG_STACK_REDZONE_SZB );
sigframe-amd64-linux.c 591 VG_TRACK( die_mem_stack_signal, rsp - VG_STACK_REDZONE_SZB,
592 size + VG_STACK_REDZONE_SZB );
sigframe-x86-linux.c 670 VG_TRACK( die_mem_stack_signal, esp - VG_STACK_REDZONE_SZB,
671 size + VG_STACK_REDZONE_SZB );
sigframe-amd64-darwin.c 273 (Addr)frame - VG_STACK_REDZONE_SZB,
sigframe-x86-darwin.c 260 (Addr)frame - VG_STACK_REDZONE_SZB,
sigframe-s390x-linux.c 512 VG_TRACK( die_mem_stack_signal, sp - VG_STACK_REDZONE_SZB,
513 size + VG_STACK_REDZONE_SZB );
  /external/valgrind/drd/
drd_main.c 512 DRD_(thread_set_stack_min)(tid, a - VG_STACK_REDZONE_SZB);
513 drd_start_using_mem(a - VG_STACK_REDZONE_SZB, len + VG_STACK_REDZONE_SZB,
532 DRD_(thread_set_stack_min)(tid, a + len - VG_STACK_REDZONE_SZB);
533 drd_stop_using_mem(a - VG_STACK_REDZONE_SZB, len + VG_STACK_REDZONE_SZB,
615 * @param[in] a Start of address range - VG_STACK_REDZONE_SZB.
616 * @param[in] len Address range length + VG_STACK_REDZONE_SZB.
624 drd_start_using_mem(a + VG_STACK_REDZONE_SZB, len - VG_STACK_REDZONE_SZB,
    [all...]
  /external/valgrind/coregrind/
m_stacktrace.c 81 which can be accessed during unwinding. This is SP - VG_STACK_REDZONE_SZB.
82 On most platforms, this will be equal to SP (as VG_STACK_REDZONE_SZB
215 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB;
523 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB;
750 Addr fp_min = sp - VG_STACK_REDZONE_SZB;
    [all...]
m_addrinfo.c 142 if (stack_min - VG_STACK_REDZONE_SZB <= a && a <= stack_max) {
172 && sps[f] >= stack_min - VG_STACK_REDZONE_SZB) {
m_signals.c     [all...]
m_main.c     [all...]
m_translate.c     [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-solaris.c 527 vg_assert(VG_STACK_REDZONE_SZB >= 0);
528 vg_assert(VG_STACK_REDZONE_SZB < VKI_PAGE_SIZE);
529 if (VG_STACK_REDZONE_SZB > 0) {
    [all...]
initimg-linux.c 520 vg_assert(VG_STACK_REDZONE_SZB >= 0);
521 vg_assert(VG_STACK_REDZONE_SZB < VKI_PAGE_SIZE);
522 if (VG_STACK_REDZONE_SZB > 0) {
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 809 const Int rz_szB = VG_STACK_REDZONE_SZB;
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c     [all...]
syswrap-solaris.c 664 VG_TRACK(die_mem_stack, old_esp - VG_STACK_REDZONE_SZB,
665 (new_esp - old_esp) + VG_STACK_REDZONE_SZB);
    [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 609 milliseconds