Searched refs:textpos (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/ |
| D | binfmt_flat.c | 440 unsigned long textpos, datapos, realdatastart; in load_flat_file() local 575 textpos = vm_mmap(bprm->file, 0, text_len, PROT_READ|PROT_EXEC, in load_flat_file() 577 if (!textpos || IS_ERR_VALUE(textpos)) { in load_flat_file() 578 ret = textpos; in load_flat_file() 579 if (!textpos) in load_flat_file() 597 vm_munmap(textpos, text_len); in load_flat_file() 621 vm_munmap(textpos, text_len); in load_flat_file() 635 textpos = vm_mmap(NULL, 0, len, in load_flat_file() 638 if (!textpos || IS_ERR_VALUE(textpos)) { in load_flat_file() 639 ret = textpos; in load_flat_file() [all …]
|