tag | line | file | source code |
start_code | 107 | fs/exec.c | dump.start_code = 0; |
start_code | 359 | fs/exec.c | current->start_code = code_base; |
start_code | 215 | fs/proc/array.c | (*p)->start_code, |
start_code | 238 | fs/proc/array.c | pagedir = (void *)((*p)->tss.cr3 + ((*p)->start_code >> 20)); |
start_code | 162 | 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 | 41 | mm/mmap.c | current->start_code + current->end_code) |