tag | line | file | source code |
text_vaddr | 400 | fs/binfmt_coff.c | long text_vaddr = COFF_LONG (text_sect->s_vaddr); |
text_vaddr | 458 | fs/binfmt_coff.c | current->start_code = text_vaddr & PAGE_MASK; |
text_vaddr | 459 | fs/binfmt_coff.c | current->end_code = text_vaddr + text_size; |
text_vaddr | 479 | fs/binfmt_coff.c | text_vaddr, |
text_vaddr | 484 | fs/binfmt_coff.c | text_vaddr & PAGE_MASK, |
text_vaddr | 485 | fs/binfmt_coff.c | text_size + (text_vaddr & ~PAGE_MASK), |
text_vaddr | 490 | fs/binfmt_coff.c | status = (status == (text_vaddr & PAGE_MASK)) ? 0 : -ENOEXEC; |