tag | line | file | source code |
start_code | 154 | arch/alpha/kernel/process.c | dump->start_code = current->mm->start_code; |
start_code | 157 | arch/alpha/kernel/process.c | dump->u_tsize = (current->mm->end_code - dump->start_code) >> PAGE_SHIFT; |
start_code | 305 | arch/i386/kernel/process.c | dump->start_code = 0; |
start_code | 129 | arch/i386/kernel/setup.c | init_task.mm->start_code = TASK_SIZE; |
start_code | 366 | fs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
start_code | 421 | fs/binfmt_elf.c | start_code = 0; |
start_code | 599 | fs/binfmt_elf.c | if(k > start_code) start_code = k; |
start_code | 654 | fs/binfmt_elf.c | current->mm->start_code = start_code; |
start_code | 668 | fs/binfmt_elf.c | printk("(start_code) %x\n" , current->mm->start_code); |
start_code | 861 | fs/exec.c | (current->mm->start_code = N_TXTADDR(ex)); |
start_code | 532 | fs/proc/array.c | tsk->mm ? tsk->mm->start_code : 0, |
start_code | 37 | include/asm-alpha/user.h | unsigned long start_code; /* text starting address */ |
start_code | 48 | include/asm-alpha/user.h | #define HOST_TEXT_START_ADDR (u.start_code) |
start_code | 59 | include/asm-i386/user.h | unsigned long start_code; /* Starting virtual address of text. */ |
start_code | 75 | include/asm-i386/user.h | #define HOST_TEXT_START_ADDR (u.start_code) |
start_code | 37 | include/asm-mips/user.h | unsigned long start_code; /* text starting address */ |
start_code | 48 | include/asm-mips/user.h | #define HOST_TEXT_START_ADDR (u.start_code) |
start_code | 14 | include/asm-sparc/user.h | unsigned long start_code; |
start_code | 25 | include/asm-sparc/user.h | #define HOST_TEXT_START_ADDR (u.start_code) |
start_code | 137 | include/linux/sched.h | unsigned long start_code, end_code, start_data, end_data; |