tag | line | file | source code |
start_code | 225 | arch/i386/kernel/process.c | dump->start_code = 0; |
start_code | 101 | arch/i386/kernel/setup.c | init_task.mm->start_code = TASK_SIZE; |
start_code | 127 | arch/mips/kernel/process.c | dump->start_code = 0; |
start_code | 249 | arch/sparc/kernel/setup.c | init_task.mm->start_code = PAGE_OFFSET; |
start_code | 360 | fs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
start_code | 422 | fs/binfmt_elf.c | start_code = 0; |
start_code | 600 | fs/binfmt_elf.c | if(k > start_code) start_code = k; |
start_code | 651 | fs/binfmt_elf.c | current->mm->start_code = start_code; |
start_code | 665 | fs/binfmt_elf.c | printk("(start_code) %x\n" , current->mm->start_code); |
start_code | 467 | fs/exec.c | current->mm->start_code = code_base; |
start_code | 844 | fs/exec.c | (current->mm->start_code = N_TXTADDR(ex)); |
start_code | 415 | fs/proc/array.c | vsize = tsk->mm->brk - tsk->mm->start_code + PAGE_SIZE-1; |
start_code | 470 | fs/proc/array.c | tsk->mm ? tsk->mm->start_code : 0, |
start_code | 126 | include/linux/sched.h | unsigned long start_code, end_code, start_data, end_data; |
start_code | 59 | include/linux/user.h | unsigned long start_code; /* Starting virtual address of text. */ |
start_code | 75 | include/linux/user.h | #define HOST_TEXT_START_ADDR (u.start_code) |