Home
last modified time | relevance | path

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

/fs/
Dbinfmt_flat.c79 unsigned long start_code; /* Start of text segment */ member
321 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 __user *)(current->mm->start_code + r.reloc.offset); in old_reloc()
405 val += current->mm->start_code; in old_reloc()
436 unsigned long start_code, end_code; in load_flat_file() local
713 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
719 current->mm->start_code = start_code; in load_flat_file()
742 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
[all …]
Dbinfmt_elf_fdpic.c359 current->mm->start_code = 0; in load_elf_fdpic_binary()
442 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary()
982 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux()
983 mm->start_code = seg->addr; in elf_fdpic_map_file_constdisp_on_uclinux()
1159 if (!mm->start_code) { in elf_fdpic_map_file_by_direct_mmap()
1160 mm->start_code = maddr; in elf_fdpic_map_file_by_direct_mmap()
Dbinfmt_elf.c685 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
873 start_code = ~0UL; in load_elf_binary()
1002 if (k < start_code) in load_elf_binary()
1003 start_code = k; in load_elf_binary()
1038 start_code += load_bias; in load_elf_binary()
1104 current->mm->start_code = start_code; in load_elf_binary()
Dbinfmt_aout.c167 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary()
/fs/proc/
Dtask_nommu.c118 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
Darray.c565 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->start_code : 1) : 0); in do_task_stat()
Dtask_mmu.c54 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()