Searched refs:stack_prot (Results 1 – 5 of 5) sorted by relevance
87 vm_prot_t stack_prot; member
310 imgp->stack_prot & VM_PROT_EXECUTE) { in linux_proc_exec()
1159 obj != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in exec_new_vmspace()
1119 imgp->stack_prot = in __CONCAT()1348 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
262 static int stack_prot = PROT_READ | PROT_WRITE | RTLD_DEFAULT_STACK_EXEC; variable611 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val; in _rtld()5344 return (stack_prot); in _rtld_get_stack_prot()5400 if ((max_stack_flags & PF_X) == 0 || (stack_prot & PROT_EXEC) != 0) in map_stacks_exec()5405 stack_prot |= PROT_EXEC; in map_stacks_exec()