taglinefilesource code
bss_sect118ibcs/binfmt_coff.cCOFF_SCNHDR  *bss_sect;  /* Pointer to the bss section          */
bss_sect242ibcs/binfmt_coff.cbss_sect  = NULL;
bss_sect267ibcs/binfmt_coff.cbss_sect = sect_ptr;
bss_sect424ibcs/binfmt_coff.cif (bss_sect != NULL) {
bss_sect425ibcs/binfmt_coff.cbss_size  = COFF_LONG (bss_sect->s_size);
bss_sect426ibcs/binfmt_coff.cbss_vaddr = COFF_LONG (bss_sect->s_vaddr);