Searched refs:read_code (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ |
| H A D | binfmt_flat.c | 575 result = read_code(bprm->file, datapos, fpos, in load_flat_file() 652 result = read_code(bprm->file, textpos, 0, text_len); in load_flat_file() 675 result = read_code(bprm->file, textpos, 0, text_len); in load_flat_file() 677 result = read_code(bprm->file, datapos, in load_flat_file()
|
| H A D | exec.c | 830 ssize_t read_code(struct file *file, unsigned long addr, loff_t pos, size_t len) in read_code() function 837 EXPORT_SYMBOL(read_code);
|
| H A D | binfmt_elf_fdpic.c | 969 ret = read_code(file, seg->addr, phdr->p_offset, in elf_fdpic_map_file_constdisp_on_uclinux()
|