Home
last modified time | relevance | path

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

/fs/
Dbinfmt_flat.c77 unsigned long start_code; /* Start of text segment */ member
320 unsigned long start_code; in calc_reloc() local
357 start_code = p->lib_list[id].start_code; in calc_reloc()
367 addr = r + start_code; in calc_reloc()
393 ptr = (unsigned long *) (current->mm->start_code + r.reloc.offset); in old_reloc()
406 *ptr += current->mm->start_code; in old_reloc()
440 unsigned long start_code, end_code; in load_flat_file() local
668 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
671 current->mm->start_code = start_code; in load_flat_file()
690 (int) start_code, (int) end_code, in load_flat_file()
[all …]
Dbinfmt_aout.c57 u.start_code)) in aout_core_dump()
252 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary()
Dbinfmt_elf_fdpic.c361 current->mm->start_code = 0; in load_elf_fdpic_binary()
439 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary()
1006 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux()
1007 mm->start_code = seg->addr; in elf_fdpic_map_file_constdisp_on_uclinux()
1183 if (!mm->start_code) { in elf_fdpic_map_file_by_direct_mmap()
1184 mm->start_code = maddr; in elf_fdpic_map_file_by_direct_mmap()
Dbinfmt_elf.c681 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
720 start_code = ~0UL; in load_elf_binary()
996 if (k < start_code) in load_elf_binary()
997 start_code = k; in load_elf_binary()
1030 start_code += load_bias; in load_elf_binary()
1098 current->mm->start_code = start_code; in load_elf_binary()
/fs/proc/
Dtask_nommu.c115 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
Dtask_mmu.c43 text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) >> 10; in task_mem()
86 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
Darray.c535 seq_put_decimal_ull(m, ' ', mm ? (permitted ? mm->start_code : 1) : 0); in do_task_stat()