taglinefilesource code
start_code458arch/i386/ibcs/binfmt_coff.ccurrent->mm->start_code  = text_vaddr & PAGE_MASK;
start_code281arch/i386/ibcs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code333arch/i386/ibcs/binfmt_elf.cstart_code = 0;
start_code492arch/i386/ibcs/binfmt_elf.cif(k > start_code) start_code = k;
start_code535arch/i386/ibcs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code155arch/i386/kernel/process.cdump->start_code = 0;
start_code313fs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code383fs/binfmt_elf.cstart_code = 0;
start_code563fs/binfmt_elf.cif(k > start_code) start_code = k;
start_code611fs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code627fs/binfmt_elf.cprintk("(start_code) %x\n" , current->mm->start_code);
start_code442fs/exec.ccurrent->mm->start_code = code_base;
start_code781fs/exec.c(current->mm->start_code = N_TXTADDR(ex)))));
start_code435fs/proc/array.cvsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1;
start_code481fs/proc/array.c(*p)->mm->start_code,
start_code112include/linux/sched.hunsigned long start_code, end_code, 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)