tag | line | file | source code |
start_code | 458 | fs/binfmt_coff.c | current->start_code = text_vaddr & PAGE_MASK; |
start_code | 67 | fs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
start_code | 118 | fs/binfmt_elf.c | start_code = 0; |
start_code | 280 | fs/binfmt_elf.c | if(k > start_code) start_code = k; |
start_code | 314 | fs/binfmt_elf.c | current->start_code = start_code; |
start_code | 161 | fs/exec.c | dump.start_code = 0; |
start_code | 399 | fs/exec.c | current->start_code = code_base; |
start_code | 789 | fs/exec.c | current->start_code += N_TXTADDR(ex); |
start_code | 246 | fs/proc/array.c | vsize = (*p)->brk - (*p)->start_code + PAGE_SIZE-1; |
start_code | 293 | fs/proc/array.c | (*p)->start_code, |
start_code | 186 | include/linux/sched.h | unsigned long start_code,end_code,end_data,start_brk,brk,start_stack,start_mmap; |
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) |
start_code | 40 | mm/mmap.c | (PAGE_ALIGN(addr) < current->start_code + current->end_code) |