taglinefilesource code
start_code458fs/binfmt_coff.ccurrent->mm->start_code  = text_vaddr & PAGE_MASK;
start_code273fs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code325fs/binfmt_elf.cstart_code = 0;
start_code484fs/binfmt_elf.cif(k > start_code) start_code = k;
start_code518fs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code206fs/exec.cdump.start_code = 0;
start_code444fs/exec.ccurrent->mm->start_code = code_base;
start_code835fs/exec.c(current->mm->start_code = N_TXTADDR(ex)))));
start_code297fs/proc/array.cvsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1;
start_code343fs/proc/array.c(*p)->mm->start_code,
start_code458ibcs/binfmt_coff.ccurrent->mm->start_code  = text_vaddr & PAGE_MASK;
start_code273ibcs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code325ibcs/binfmt_elf.cstart_code = 0;
start_code484ibcs/binfmt_elf.cif(k > start_code) start_code = k;
start_code518ibcs/binfmt_elf.ccurrent->mm->start_code = start_code;
start_code217include/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)
start_code40mm/mmap.c(PAGE_ALIGN(addr) < current->start_code + current->end_code)