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
1196 vm_prot_t stack_prot; in exec_map_stack() local1222 stack_prot = sv->sv_shared_page_obj != NULL && imgp->stack_prot != 0 ? in exec_map_stack()1223 imgp->stack_prot : sv->sv_stackprot; in exec_map_stack()1233 sv->sv_usrstack, find_space, stack_prot, VM_PROT_ALL, in exec_map_stack()1238 stack_prot, error, vm_mmap_to_errno(error)); in exec_map_stack()
1209 imgp->stack_prot = in __CONCAT()1211 if ((imgp->stack_prot & VM_PROT_RW) != in __CONCAT()1471 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
308 imgp->stack_prot & VM_PROT_EXECUTE) { in linux_on_exec()
272 static int stack_prot = PROT_READ | PROT_WRITE | PROT_EXEC; variable789 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val; in _rtld()5866 return (stack_prot); in _rtld_get_stack_prot()5922 if ((max_stack_flags & PF_X) == 0 || (stack_prot & PROT_EXEC) != 0) in map_stacks_exec()5927 stack_prot |= PROT_EXEC; in map_stacks_exec()