Searched refs:stack_prot (Results 1 – 6 of 6) sorted by relevance
89 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
85 vm_prot_t stack_prot; member
1214 vm_prot_t stack_prot; in exec_map_stack() local1239 stack_prot = sv->sv_shared_page_obj != NULL && imgp->stack_prot != 0 ? in exec_map_stack()1240 imgp->stack_prot : sv->sv_stackprot; in exec_map_stack()1250 sv->sv_usrstack, find_space, stack_prot, VM_PROT_ALL, in exec_map_stack()1255 stack_prot, error, vm_mmap_to_errno(error)); in exec_map_stack()
1207 imgp->stack_prot = in __CONCAT()1456 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
340 imgp->stack_prot & VM_PROT_EXECUTE) { in linux_on_exec()
272 static int stack_prot = PROT_READ | PROT_WRITE | RTLD_DEFAULT_STACK_EXEC; variable793 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val; in _rtld()5813 return (stack_prot); in _rtld_get_stack_prot()5869 if ((max_stack_flags & PF_X) == 0 || (stack_prot & PROT_EXEC) != 0) in map_stacks_exec()5874 stack_prot |= PROT_EXEC; in map_stacks_exec()