taglinefilesource code
start_code230arch/i386/kernel/process.cdump->start_code = 0;
start_code100arch/i386/kernel/setup.cinit_task.mm->start_code = TASK_SIZE;
start_code137arch/mips/kernel/process.cdump->start_code = 0;
start_code249arch/sparc/kernel/setup.cinit_task.mm->start_code = PAGE_OFFSET;
start_code355fs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code412fs/binfmt_elf.cstart_code = 0;
start_code585fs/binfmt_elf.cif(k > start_code) start_code = k;
start_code634fs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code650fs/binfmt_elf.cprintk("(start_code) %x\n" , current->mm->start_code);
start_code445fs/exec.ccurrent->mm->start_code = code_base;
start_code780fs/exec.c(current->mm->start_code = N_TXTADDR(ex));
start_code416fs/proc/array.cvsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1;
start_code462fs/proc/array.c(*p)->mm->start_code,
start_code117include/linux/sched.hunsigned long start_code, end_code, start_data, end_data;
start_code58include/linux/user.hunsigned long start_code;     /* Starting virtual address of text. */
start_code74include/linux/user.h#define HOST_TEXT_START_ADDR (u.start_code)