Searched refs:end_code (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | binfmt_flat.c | 436 unsigned long start_code, end_code; in load_flat_file() local 714 end_code = textpos + text_len; in load_flat_file() 720 current->mm->end_code = end_code; in load_flat_file() 742 start_code, end_code, datapos, datapos + data_len, in load_flat_file() 857 flush_icache_range(start_code, end_code); in load_flat_file()
|
D | binfmt_elf.c | 685 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local 874 end_code = 0; in load_elf_binary() 1024 if ((elf_ppnt->p_flags & PF_X) && end_code < k) in load_elf_binary() 1025 end_code = k; in load_elf_binary() 1039 end_code += load_bias; in load_elf_binary() 1103 current->mm->end_code = end_code; in load_elf_binary()
|
D | binfmt_elf_fdpic.c | 360 current->mm->end_code = 0; in load_elf_fdpic_binary() 443 kdebug("- end_code %lx", current->mm->end_code); in load_elf_fdpic_binary() 984 mm->end_code = seg->addr + in elf_fdpic_map_file_constdisp_on_uclinux() 1161 mm->end_code = maddr + phdr->p_memsz; in elf_fdpic_map_file_by_direct_mmap()
|
D | binfmt_aout.c | 166 current->mm->end_code = ex.a_text + in load_aout_binary()
|
/fs/proc/ |
D | task_nommu.c | 118 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|
D | array.c | 566 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->end_code : 1) : 0); in do_task_stat()
|
D | task_mmu.c | 54 text = PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK); in task_mem() 93 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|