taglinefilesource code
start_code208fs/exec.cdump.start_code = 0;
start_code447fs/exec.ccurrent->mm->start_code = code_base;
start_code815fs/exec.c(current->mm->start_code = N_TXTADDR(ex)))));
start_code307fs/proc/array.cvsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1;
start_code353fs/proc/array.c(*p)->mm->start_code,
start_code458ibcs/binfmt_coff.ccurrent->mm->start_code  = text_vaddr & PAGE_MASK;
start_code282ibcs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code334ibcs/binfmt_elf.cstart_code = 0;
start_code493ibcs/binfmt_elf.cif(k > start_code) start_code = k;
start_code536ibcs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code219include/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)