tag | line | file | source code |
text_size | 399 | arch/i386/ibcs/binfmt_coff.c | long text_size = COFF_LONG (text_sect->s_size); |
text_size | 459 | arch/i386/ibcs/binfmt_coff.c | current->mm->end_code = text_vaddr + text_size; |
text_size | 480 | arch/i386/ibcs/binfmt_coff.c | text_size, |
text_size | 485 | arch/i386/ibcs/binfmt_coff.c | text_size + (text_vaddr & ~PAGE_MASK), |
text_size | 438 | fs/exec.c | unsigned long setup_arg_pages(unsigned long text_size,unsigned long * page) |
text_size | 49 | include/linux/binfmts.h | extern unsigned long setup_arg_pages(unsigned long text_size,unsigned long * page); |