taglinefilesource code
start_code122fs/exec.cdump.start_code = 0;
start_code122include/linux/sched.hunsigned long start_code,end_code,end_data,brk,start_stack;
start_code58include/linux/user.hunsigned long start_code;     /* Starting virtual address of text. */
start_code72include/linux/user.h#define HOST_TEXT_START_ADDR (u.start_code)
start_code60kernel/fork.cp->start_code = new_code_base;
start_code91kernel/ptrace.caddr += tsk->start_code;
start_code120kernel/ptrace.caddr += tsk->start_code;
start_code40mm/memory.ccurrent->start_code + current->end_code)
start_code563mm/memory.cfrom_page += ((p->start_code>>20) & 0xffc);
start_code564mm/memory.cto_page += ((current->start_code>>20) & 0xffc);
start_code676mm/memory.cif (address - tsk->start_code >= TASK_SIZE) {
start_code697mm/memory.ctmp = address - tsk->start_code;
start_code41mm/mmap.ccurrent->start_code + current->end_code)