taglinefilesource code
sect_ptr248ibcs/binfmt_coff.cCOFF_SCNHDR *sect_ptr = sect_bufr;
sect_ptr251ibcs/binfmt_coff.clong int sect_flags = COFF_LONG (sect_ptr->s_flags);
sect_ptr255ibcs/binfmt_coff.ctext_sect = sect_ptr;
sect_ptr257ibcs/binfmt_coff.cstatus = is_properly_aligned (sect_ptr);
sect_ptr261ibcs/binfmt_coff.cdata_sect = sect_ptr;
sect_ptr263ibcs/binfmt_coff.cstatus = is_properly_aligned (sect_ptr);
sect_ptr267ibcs/binfmt_coff.cbss_sect = sect_ptr;
sect_ptr281ibcs/binfmt_coff.csect_ptr = (COFF_SCNHDR *) & ((char *) sect_ptr)[COFF_SCNHSZ];
sect_ptr532ibcs/binfmt_coff.cCOFF_SCNHDR *sect_ptr = sect_bufr;
sect_ptr539ibcs/binfmt_coff.clong int sect_flags = COFF_LONG (sect_ptr->s_flags);
sect_ptr541ibcs/binfmt_coff.cstatus = preload_library (bprm, sect_ptr, fp);
sect_ptr545ibcs/binfmt_coff.csect_ptr = (COFF_SCNHDR *) &((char *) sect_ptr) [COFF_SCNHSZ];