Searched refs:copt (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/fs/smbfs/
H A Dsmbfs_subr.c155 int copt = (caseopt == SMB_CS_LOWER ? KICONV_FROM_LOWER : local
170 (vcp->vc_tolocal, NULL, NULL, &obuf, &olen, copt);
175 __DECONST(const char **, &ibuf), &ilen, &obuf, &olen, copt);
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dsym.h123 long copt; /* count of file's optimization entries */ member in struct:fdr
/freebsd-12-stable/contrib/binutils/bfd/
H A Decoffswap.h200 intern->copt = H_GET_32 (abfd, ext->f_copt);
266 H_PUT_32 (abfd, intern->copt, ext->f_copt);
H A Decofflink.c972 if (fdr.copt > 0)
976 unsigned long size = fdr.copt * external_opt_size;
1020 end = in + fdr.copt * insz;
1021 sz = fdr.copt * outsz;
1043 output_symhdr->ioptMax += fdr.copt;
/freebsd-12-stable/contrib/gcc/
H A Dmips-tdump.c1166 (ulong) fdp->copt,
1167 (ulong) (fdp->copt * sizeof (OPTR)),

Completed in 71 milliseconds