Searched refs:stack_prot (Results 1 – 4 of 4) sorted by relevance
83 vm_prot_t stack_prot; member
1128 obj != NULL && imgp->stack_prot != 0 ? imgp->stack_prot :
831 imgp->stack_prot = in __CONCAT()1092 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
229 static int stack_prot = PROT_READ | PROT_WRITE | RTLD_DEFAULT_STACK_EXEC; variable546 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val; in _rtld()4957 return (stack_prot); in _rtld_get_stack_prot()4986 if ((max_stack_flags & PF_X) == 0 || (stack_prot & PROT_EXEC) != 0) in map_stacks_exec()4991 stack_prot |= PROT_EXEC; in map_stacks_exec()