Home
last modified time | relevance | path

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

/fs/
Dbinfmt_flat.c62 unsigned long start_code; /* Start of text segment */ member
307 unsigned long start_code; in calc_reloc() local
344 start_code = p->lib_list[id].start_code; in calc_reloc()
349 (int) r,(int)(start_brk-start_code),(int)text_len); in calc_reloc()
354 addr = r + start_code; in calc_reloc()
380 ptr = (unsigned long *) (current->mm->start_code + r.reloc.offset); in old_reloc()
393 *ptr += current->mm->start_code; in old_reloc()
426 unsigned long start_code, end_code; in load_flat_file() local
658 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
661 current->mm->start_code = start_code; in load_flat_file()
[all …]
Dbinfmt_som.c148 current->mm->start_code = code_start; in map_som_binary()
268 printk("(start_code) %08lx\n" , (unsigned long) current->mm->start_code); in load_som_binary()
Dbinfmt_elf.c584 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
644 start_code = ~0UL; in load_elf_binary()
866 if (k < start_code) in load_elf_binary()
867 start_code = k; in load_elf_binary()
901 start_code += load_bias; in load_elf_binary()
981 current->mm->start_code = start_code; in load_elf_binary()
Dbinfmt_elf_fdpic.c318 current->mm->start_code = 0; in load_elf_fdpic_binary()
405 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary()
981 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux()
982 mm->start_code = seg->addr; in elf_fdpic_map_file_constdisp_on_uclinux()
1166 if (!mm->start_code) { in elf_fdpic_map_file_by_direct_mmap()
1167 mm->start_code = maddr; in elf_fdpic_map_file_by_direct_mmap()
Dbinfmt_aout.c101 # define START_DATA(u) ((u.u_tsize << PAGE_SHIFT) + u.start_code) in aout_core_dump()
268 (current->mm->start_code = N_TXTADDR(ex)); 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.c477 mm ? mm->start_code : 0, in do_task_stat()