Home
last modified time | relevance | path

Searched refs:end_code (Results 1 – 8 of 8) sorted by relevance

/fs/
Dbinfmt_flat.c426 unsigned long start_code, end_code; in load_flat_file() local
659 end_code = textpos + text_len; in load_flat_file()
662 current->mm->end_code = end_code; in load_flat_file()
680 (int) start_code, (int) end_code, in load_flat_file()
777 flush_icache_range(start_code, end_code); in load_flat_file()
Dbinfmt_som.c149 current->mm->end_code = code_start + code_size; in map_som_binary()
267 printk("(end_code) %08lx\n" , (unsigned long) current->mm->end_code); in load_som_binary()
Dbinfmt_elf.c584 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
645 end_code = 0; in load_elf_binary()
889 if ((elf_ppnt->p_flags & PF_X) && end_code < k) in load_elf_binary()
890 end_code = k; in load_elf_binary()
902 end_code += load_bias; in load_elf_binary()
980 current->mm->end_code = end_code; in load_elf_binary()
Dbinfmt_elf_fdpic.c319 current->mm->end_code = 0; in load_elf_fdpic_binary()
406 kdebug("- end_code %lx", current->mm->end_code); in load_elf_fdpic_binary()
983 mm->end_code = seg->addr + in elf_fdpic_map_file_constdisp_on_uclinux()
1168 mm->end_code = maddr + phdr->p_memsz; in elf_fdpic_map_file_by_direct_mmap()
Dbinfmt_aout.c267 current->mm->end_code = ex.a_text + in load_aout_binary()
/fs/proc/
Dtask_nommu.c112 size += (*text = mm->end_code - mm->start_code); in task_statm()
Dtask_mmu.c37 text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) >> 10; in task_mem()
69 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
Darray.c478 mm ? mm->end_code : 0, in do_task_stat()