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_code211arch/i386/kernel/process.cdump->start_code = 0;
start_code98arch/i386/kernel/setup.cinit_task.mm->start_code = TASK_SIZE;
start_code137arch/mips/kernel/process.cdump->start_code = 0;
start_code318fs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code378fs/binfmt_elf.cstart_code = 0;
start_code548fs/binfmt_elf.cif(k > start_code) start_code = k;
start_code596fs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code612fs/binfmt_elf.cprintk("(start_code) %x\n" , current->mm->start_code);
start_code445fs/exec.ccurrent->mm->start_code = code_base;
start_code773fs/exec.c(current->mm->start_code = N_TXTADDR(ex)))));
start_code467fs/proc/array.cvsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1;
start_code513fs/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)