Searched refs:stack_prot (Results 1 – 4 of 4) sorted by relevance
82 vm_prot_t stack_prot; member
1099 obj != NULL && imgp->stack_prot != 0 ? imgp->stack_prot :
777 imgp->stack_prot = in __CONCAT()1017 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
233 static int stack_prot = PROT_READ | PROT_WRITE | RTLD_DEFAULT_STACK_EXEC; variable517 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val; in _rtld()4844 return (stack_prot); in _rtld_get_stack_prot()4873 if ((max_stack_flags & PF_X) == 0 || (stack_prot & PROT_EXEC) != 0) in map_stacks_exec()4878 stack_prot |= PROT_EXEC; in map_stacks_exec()