textpos           429 fs/binfmt_flat.c 	unsigned long textpos, datapos, realdatastart;
textpos           564 fs/binfmt_flat.c 		textpos = vm_mmap(bprm->file, 0, text_len, PROT_READ|PROT_EXEC,
textpos           566 fs/binfmt_flat.c 		if (!textpos || IS_ERR_VALUE(textpos)) {
textpos           567 fs/binfmt_flat.c 			ret = textpos;
textpos           568 fs/binfmt_flat.c 			if (!textpos)
textpos           585 fs/binfmt_flat.c 			vm_munmap(textpos, text_len);
textpos           607 fs/binfmt_flat.c 			vm_munmap(textpos, text_len);
textpos           620 fs/binfmt_flat.c 		textpos = vm_mmap(NULL, 0, len,
textpos           623 fs/binfmt_flat.c 		if (!textpos || IS_ERR_VALUE(textpos)) {
textpos           624 fs/binfmt_flat.c 			ret = textpos;
textpos           625 fs/binfmt_flat.c 			if (!textpos)
textpos           632 fs/binfmt_flat.c 		realdatastart = textpos + ntohl(hdr->data_start);
textpos           637 fs/binfmt_flat.c 		memp = textpos;
textpos           646 fs/binfmt_flat.c 					 (((char *)textpos) + sizeof(struct flat_hdr)),
textpos           667 fs/binfmt_flat.c 				    (copy_to_user((void __user *)textpos + sizeof(struct flat_hdr),
textpos           676 fs/binfmt_flat.c 			result = read_code(bprm->file, textpos, 0, text_len);
textpos           699 fs/binfmt_flat.c 			result = read_code(bprm->file, textpos, 0, text_len);
textpos           708 fs/binfmt_flat.c 			vm_munmap(textpos, text_len + data_len + extra);
textpos           713 fs/binfmt_flat.c 	start_code = textpos + sizeof(struct flat_hdr);
textpos           714 fs/binfmt_flat.c 	end_code = textpos + text_len;
textpos           739 fs/binfmt_flat.c 			textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start));
textpos           752 fs/binfmt_flat.c 	libinfo->lib_list[id].entry = (0x00ffffff & ntohl(hdr->entry)) + textpos;