Searched refs:dat_prot (Results 1 – 3 of 3) sorted by relevance
97 uint_t dat_prot; member
355 args->dat_prot &= ~PROT_EXEC; in elfexec()430 args->dat_prot = PROT_USER; in elfexec()432 args->dat_prot |= PROT_READ; in elfexec()434 args->dat_prot |= PROT_WRITE; in elfexec()436 args->dat_prot |= PROT_EXEC; in elfexec()
394 args.dat_prot = PROT_ZFOD; in exec_common()2196 p->p_datprot = args->dat_prot; in exec_args()