tag | line | file | source code |
start_code | 155 | arch/alpha/kernel/process.c | dump->start_code = current->mm->start_code; |
start_code | 158 | arch/alpha/kernel/process.c | dump->u_tsize = (current->mm->end_code - dump->start_code) >> PAGE_SHIFT; |
start_code | 366 | arch/i386/kernel/process.c | dump->start_code = 0; |
start_code | 143 | arch/i386/kernel/setup.c | init_task.mm->start_code = TASK_SIZE; |
start_code | 167 | arch/m68k/kernel/process.c | dump->start_code = 0; |
start_code | 125 | arch/m68k/kernel/setup.c | init_task.mm->start_code = 0; |
start_code | 299 | arch/sparc/kernel/process.c | ((unsigned long) current->mm->start_code)) & ~(PAGE_SIZE - 1); |
start_code | 163 | drivers/net/eexpress.c | unsigned short start_code[] = { |
start_code | 1070 | drivers/net/eexpress.c | start_code[28] = (dev->flags & IFF_PROMISC)?(start_code[28] | 1):(start_code[28] & ~1); |
start_code | 1073 | drivers/net/eexpress.c | outsw(ioaddr, start_code, sizeof(start_code)>>1); |
start_code | 305 | fs/binfmt_aout.c | (current->mm->start_code = N_TXTADDR(ex)); |
start_code | 353 | fs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
start_code | 408 | fs/binfmt_elf.c | start_code = 0xffffffff; |
start_code | 591 | fs/binfmt_elf.c | if(k < start_code) start_code = k; |
start_code | 646 | fs/binfmt_elf.c | current->mm->start_code = start_code; |
start_code | 659 | fs/binfmt_elf.c | printk("(start_code) %x\n" , current->mm->start_code); |
start_code | 716 | 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 | 54 | include/asm-m68k/user.h | unsigned long start_code; /* Starting virtual address of text. */ |
start_code | 69 | include/asm-m68k/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 | 52 | include/asm-sparc/user.h | #define HOST_TEXT_START_ADDR (u.start_code) |
start_code | 147 | include/linux/sched.h | unsigned long start_code, end_code, start_data, end_data; |