thunk.c | 199 int nprot = PROT_NONE; local in function:thunk_to_native_prot 202 nprot |= PROT_READ; 204 nprot |= PROT_WRITE; 206 nprot |= PROT_EXEC; 208 return nprot; 716 int nflags, nprot; local in function:thunk_mmap 719 nprot = thunk_to_native_prot(prot); 722 a = mmap(addr, len, nprot, nflags, fd, offset); 737 int nprot; local in function:thunk_mprotect 739 nprot = thunk_to_native_prot(prot) [all...] |