Home
last modified time | relevance | path

Searched refs:stack_prot (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/none/tests/solaris/
DMakefile.am31 stack_prot.stderr.exp stack_prot.stdout.exp stack_prot.vgtest \
53 stack_prot \ program
Dstack_prot.vgtest1 prog: stack_prot
/external/valgrind/coregrind/m_ume/
Delf.c363 info->stack_prot = VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC; in VG_()
465 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC; in VG_()
466 if ((ph->p_flags & PF_W) == 0) info->stack_prot &= ~VKI_PROT_WRITE; in VG_()
467 if ((ph->p_flags & PF_R) == 0) info->stack_prot &= ~VKI_PROT_READ; in VG_()
/external/valgrind/coregrind/
Dpub_core_ume.h57 UInt stack_prot; // OUT: stack permissions member
/external/valgrind/coregrind/m_initimg/
Dinitimg-solaris.c561 info->stack_prot); in setup_client_stack()
Dinitimg-linux.c558 info->stack_prot in setup_client_stack()