taglinefilesource code
nstart176mm/mprotect.cunsigned long nstart, end, tmp;
nstart194mm/mprotect.cfor (nstart = start ; ; ) {
nstart206mm/mprotect.cerror = mprotect_fixup(vma, nstart, end, newflags);
nstart212mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);
nstart215mm/mprotect.cnstart = tmp;
nstart217mm/mprotect.cif (!vma || vma->vm_start != nstart) {