Searched refs:dat_prot (Results 1 – 3 of 3) sorted by relevance
91 uint_t dat_prot; member
337 args->dat_prot &= ~PROT_EXEC; in elfexec()403 args->dat_prot = PROT_USER; in elfexec()405 args->dat_prot |= PROT_READ; in elfexec()407 args->dat_prot |= PROT_WRITE; in elfexec()409 args->dat_prot |= PROT_EXEC; in elfexec()
291 args.dat_prot = PROT_ZFOD; in exec_common()1986 p->p_datprot = args->dat_prot; in exec_args()