taglinefilesource code
text_sect116fs/binfmt_coff.cCOFF_SCNHDR  *text_sect;  /* Pointer to the text section         */
text_sect240fs/binfmt_coff.ctext_sect = NULL;
text_sect255fs/binfmt_coff.ctext_sect = sect_ptr;
text_sect319fs/binfmt_coff.cstart_addr = COFF_LONG (text_sect->s_vaddr);
text_sect398fs/binfmt_coff.clong text_scnptr = COFF_LONG (text_sect->s_scnptr);
text_sect399fs/binfmt_coff.clong text_size   = COFF_LONG (text_sect->s_size);
text_sect400fs/binfmt_coff.clong text_vaddr  = COFF_LONG (text_sect->s_vaddr);