tag | line | file | source code |
start_code | 122 | fs/exec.c | dump.start_code = 0; |
start_code | 122 | include/linux/sched.h | unsigned long start_code,end_code,end_data,brk,start_stack; |
start_code | 58 | include/linux/user.h | unsigned long start_code; /* Starting virtual address of text. */ |
start_code | 72 | include/linux/user.h | #define HOST_TEXT_START_ADDR (u.start_code) |
start_code | 60 | kernel/fork.c | p->start_code = new_code_base; |
start_code | 91 | kernel/ptrace.c | addr += tsk->start_code; |
start_code | 120 | kernel/ptrace.c | addr += tsk->start_code; |
start_code | 40 | mm/memory.c | current->start_code + current->end_code) |
start_code | 563 | mm/memory.c | from_page += ((p->start_code>>20) & 0xffc); |
start_code | 564 | mm/memory.c | to_page += ((current->start_code>>20) & 0xffc); |
start_code | 676 | mm/memory.c | if (address - tsk->start_code >= TASK_SIZE) { |
start_code | 697 | mm/memory.c | tmp = address - tsk->start_code; |
start_code | 41 | mm/mmap.c | current->start_code + current->end_code) |