taglinefilesource code
start_code225arch/i386/kernel/process.cdump->start_code = 0;
start_code101arch/i386/kernel/setup.cinit_task.mm->start_code = TASK_SIZE;
start_code127arch/mips/kernel/process.cdump->start_code = 0;
start_code249arch/sparc/kernel/setup.cinit_task.mm->start_code = PAGE_OFFSET;
start_code360fs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code422fs/binfmt_elf.cstart_code = 0;
start_code600fs/binfmt_elf.cif(k > start_code) start_code = k;
start_code651fs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code665fs/binfmt_elf.cprintk("(start_code) %x\n" , current->mm->start_code);
start_code467fs/exec.ccurrent->mm->start_code = code_base;
start_code844fs/exec.c(current->mm->start_code = N_TXTADDR(ex));
start_code415fs/proc/array.cvsize = tsk->mm->brk - tsk->mm->start_code + PAGE_SIZE-1;
start_code470fs/proc/array.ctsk->mm ? tsk->mm->start_code : 0,
start_code126include/linux/sched.hunsigned long start_code, end_code, start_data, end_data;
start_code59include/linux/user.hunsigned long start_code;     /* Starting virtual address of text. */
start_code75include/linux/user.h#define HOST_TEXT_START_ADDR (u.start_code)