Home
last modified time | relevance | path

Searched refs:stack_prot (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dimgact.h87 vm_prot_t stack_prot; member
/freebsd-12.1/sys/compat/linux/
H A Dlinux_emul.c310 imgp->stack_prot & VM_PROT_EXECUTE) { in linux_proc_exec()
/freebsd-12.1/sys/kern/
H A Dkern_exec.c1159 obj != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in exec_new_vmspace()
H A Dimgact_elf.c1119 imgp->stack_prot = in __CONCAT()
1348 != NULL && imgp->stack_prot != 0 ? imgp->stack_prot : in __elfN()
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.c262 static int stack_prot = PROT_READ | PROT_WRITE | RTLD_DEFAULT_STACK_EXEC; variable
611 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val; in _rtld()
5344 return (stack_prot); in _rtld_get_stack_prot()
5400 if ((max_stack_flags & PF_X) == 0 || (stack_prot & PROT_EXEC) != 0) in map_stacks_exec()
5405 stack_prot |= PROT_EXEC; in map_stacks_exec()