Searched refs:textpos (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/fs/ |
| D | binfmt_flat.c | 434 unsigned long textpos, datapos, realdatastart; in load_flat_file() local 569 textpos = vm_mmap(bprm->file, 0, text_len, PROT_READ|PROT_EXEC, in load_flat_file() 571 if (!textpos || IS_ERR_VALUE(textpos)) { in load_flat_file() 572 ret = textpos; in load_flat_file() 573 if (!textpos) in load_flat_file() 590 vm_munmap(textpos, text_len); in load_flat_file() 614 vm_munmap(textpos, text_len); in load_flat_file() 627 textpos = vm_mmap(NULL, 0, len, in load_flat_file() 630 if (!textpos || IS_ERR_VALUE(textpos)) { in load_flat_file() 631 ret = textpos; in load_flat_file() [all …]
|