Searched refs:stack_prot (Results 1 – 6 of 6) sorted by relevance
90 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
83 vm_prot_t stack_prot; member
1205 vm_prot_t stack_prot; in exec_map_stack() local1231 stack_prot = sv->sv_shared_page_obj != NULL && imgp->stack_prot != 0 ? in exec_map_stack()1232 imgp->stack_prot : sv->sv_stackprot; in exec_map_stack()1242 sv->sv_usrstack, find_space, stack_prot, VM_PROT_ALL, in exec_map_stack()1247 stack_prot, error, vm_mmap_to_errno(error)); in exec_map_stack()
1215 imgp->stack_prot = in __CONCAT()1217 if ((imgp->stack_prot & VM_PROT_RW) != in __CONCAT()1484 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
308 imgp->stack_prot & VM_PROT_EXECUTE) { in linux_on_exec()
277 static int stack_prot = PROT_READ | PROT_WRITE | PROT_EXEC; variable819 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val; in _rtld()5963 return (stack_prot); in _rtld_get_stack_prot()6029 if ((max_stack_flags & PF_X) == 0 || (stack_prot & PROT_EXEC) != 0) in map_stacks_exec()6035 stack_prot |= PROT_EXEC; in map_stacks_exec()