taglinefilesource code
start_code452fs/binfmt_coff.ccurrent->start_code  = text_vaddr & PAGE_MASK;
start_code67fs/binfmt_elf.cunsigned int start_code, end_code, end_data;
start_code118fs/binfmt_elf.cstart_code = 0;
start_code280fs/binfmt_elf.cif(k > start_code) start_code = k;
start_code314fs/binfmt_elf.ccurrent->start_code = start_code;
start_code161fs/exec.cdump.start_code = 0;
start_code399fs/exec.ccurrent->start_code = code_base;
start_code789fs/exec.ccurrent->start_code += N_TXTADDR(ex);
start_code246fs/proc/array.cvsize = (*p)->brk - (*p)->start_code + PAGE_SIZE-1;
start_code293fs/proc/array.c(*p)->start_code,
start_code171include/linux/sched.hunsigned long start_code,end_code,end_data,start_brk,brk,start_stack,start_mmap;
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)