taglinefilesource code
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_code211fs/exec.cdump.start_code = 0;
start_code461fs/exec.ccurrent->mm->start_code = code_base;
start_code831fs/exec.c(current->mm->start_code = N_TXTADDR(ex)))));
start_code327fs/proc/array.cvsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1;
start_code373fs/proc/array.c(*p)->mm->start_code,
start_code458ibcs/binfmt_coff.ccurrent->mm->start_code  = text_vaddr & PAGE_MASK;
start_code281ibcs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code333ibcs/binfmt_elf.cstart_code = 0;
start_code492ibcs/binfmt_elf.cif(k > start_code) start_code = k;
start_code535ibcs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code221include/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)