tag | line | file | source code |
start_code | 107 | fs/exec.c | dump.start_code = 0; |
start_code | 349 | fs/exec.c | current->start_code = code_base; |
start_code | 160 | 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 | 61 | kernel/fork.c | p->start_code = new_code_base; |
start_code | 41 | mm/mmap.c | current->start_code + current->end_code) |