tag | line | file | source code |
text_sect | 116 | fs/binfmt_coff.c | COFF_SCNHDR *text_sect; /* Pointer to the text section */ |
text_sect | 240 | fs/binfmt_coff.c | text_sect = NULL; |
text_sect | 255 | fs/binfmt_coff.c | text_sect = sect_ptr; |
text_sect | 319 | fs/binfmt_coff.c | start_addr = COFF_LONG (text_sect->s_vaddr); |
text_sect | 398 | fs/binfmt_coff.c | long text_scnptr = COFF_LONG (text_sect->s_scnptr); |
text_sect | 399 | fs/binfmt_coff.c | long text_size = COFF_LONG (text_sect->s_size); |
text_sect | 400 | fs/binfmt_coff.c | long text_vaddr = COFF_LONG (text_sect->s_vaddr); |