taglinefilesource code
nstart203mm/mprotect.cunsigned long nstart, end, tmp;
nstart221mm/mprotect.cfor (nstart = start ; ; ) {
nstart233mm/mprotect.cerror = mprotect_fixup(vma, nstart, end, newflags);
nstart239mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);
nstart242mm/mprotect.cnstart = tmp;
nstart244mm/mprotect.cif (!vma || vma->vm_start != nstart) {