tag | line | file | source code |
start_code | 458 | arch/i386/ibcs/binfmt_coff.c | current->mm->start_code = text_vaddr & PAGE_MASK; |
start_code | 281 | arch/i386/ibcs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
start_code | 333 | arch/i386/ibcs/binfmt_elf.c | start_code = 0; |
start_code | 492 | arch/i386/ibcs/binfmt_elf.c | if(k > start_code) start_code = k; |
start_code | 535 | arch/i386/ibcs/binfmt_elf.c | current->mm->start_code = start_code; |
start_code | 203 | arch/i386/kernel/process.c | dump->start_code = 0; |
start_code | 99 | arch/i386/kernel/setup.c | init_task.mm->start_code = TASK_SIZE; |
start_code | 137 | arch/mips/kernel/process.c | dump->start_code = 0; |
start_code | 318 | fs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
start_code | 378 | fs/binfmt_elf.c | start_code = 0; |
start_code | 548 | fs/binfmt_elf.c | if(k > start_code) start_code = k; |
start_code | 596 | fs/binfmt_elf.c | current->mm->start_code = start_code; |
start_code | 612 | fs/binfmt_elf.c | printk("(start_code) %x\n" , current->mm->start_code); |
start_code | 445 | fs/exec.c | current->mm->start_code = code_base; |
start_code | 773 | fs/exec.c | (current->mm->start_code = N_TXTADDR(ex))))); |
start_code | 467 | fs/proc/array.c | vsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1; |
start_code | 513 | fs/proc/array.c | (*p)->mm->start_code, |
start_code | 112 | include/linux/sched.h | unsigned long start_code, end_code, end_data; |
start_code | 58 | include/linux/user.h | unsigned long start_code; /* Starting virtual address of text. */ |
start_code | 74 | include/linux/user.h | #define HOST_TEXT_START_ADDR (u.start_code) |