Searched refs:stack_prot (Results 1 – 6 of 6) sorted by relevance
31 stack_prot.stderr.exp stack_prot.stdout.exp stack_prot.vgtest \53 stack_prot \ program
1 prog: stack_prot
363 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_()
57 UInt stack_prot; // OUT: stack permissions member
561 info->stack_prot); in setup_client_stack()
558 info->stack_prot in setup_client_stack()