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