Searched refs:textpos (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/fs/ |
| D | binfmt_flat.c | 408 unsigned long textpos, datapos, realdatastart; in load_flat_file() local 533 textpos = vm_mmap(bprm->file, 0, text_len, PROT_READ|PROT_EXEC, in load_flat_file() 535 if (!textpos || IS_ERR_VALUE(textpos)) { in load_flat_file() 536 ret = textpos; in load_flat_file() 537 if (!textpos) in load_flat_file() 555 vm_munmap(textpos, text_len); in load_flat_file() 579 vm_munmap(textpos, text_len); in load_flat_file() 593 textpos = vm_mmap(NULL, 0, len, in load_flat_file() 596 if (!textpos || IS_ERR_VALUE(textpos)) { in load_flat_file() 597 ret = textpos; in load_flat_file() [all …]
|