taglinefilesource code
phdr641fs/binfmt_coff.cCOFF_SLIBHD *phdr;
phdr674fs/binfmt_coff.cphdr = (COFF_SLIBHD *) buffer;
phdr676fs/binfmt_coff.cint entry_size  = COFF_LONG (phdr->sl_entsz)   * sizeof (long);
phdr677fs/binfmt_coff.cint header_size = COFF_LONG (phdr->sl_pathndx) * sizeof (long);
phdr694fs/binfmt_coff.c&((char *) phdr)[header_size]);
phdr703fs/binfmt_coff.cphdr = (COFF_SLIBHD *) &((char *) phdr)[entry_size];
phdr641ibcs/binfmt_coff.cCOFF_SLIBHD *phdr;
phdr674ibcs/binfmt_coff.cphdr = (COFF_SLIBHD *) buffer;
phdr676ibcs/binfmt_coff.cint entry_size  = COFF_LONG (phdr->sl_entsz)   * sizeof (long);
phdr677ibcs/binfmt_coff.cint header_size = COFF_LONG (phdr->sl_pathndx) * sizeof (long);
phdr694ibcs/binfmt_coff.c&((char *) phdr)[header_size]);
phdr703ibcs/binfmt_coff.cphdr = (COFF_SLIBHD *) &((char *) phdr)[entry_size];