taglinefilesource code
text_sect116ibcs/binfmt_coff.cCOFF_SCNHDR  *text_sect;  /* Pointer to the text section         */
text_sect240ibcs/binfmt_coff.ctext_sect = NULL;
text_sect255ibcs/binfmt_coff.ctext_sect = sect_ptr;
text_sect319ibcs/binfmt_coff.cstart_addr = COFF_LONG (text_sect->s_vaddr);
text_sect398ibcs/binfmt_coff.clong text_scnptr = COFF_LONG (text_sect->s_scnptr);
text_sect399ibcs/binfmt_coff.clong text_size   = COFF_LONG (text_sect->s_size);
text_sect400ibcs/binfmt_coff.clong text_vaddr  = COFF_LONG (text_sect->s_vaddr);