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