Searched refs:copt (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | configure.gnu | 84 copt="$copt -V" 129 '') copt="$copt -ds";; 130 *) copt="$copt -d";; 133 eval "set X sh Configure $copt $create $opts"
|
/openbsd/gnu/usr.bin/binutils/include/coff/ |
H A D | sym.h | 123 long copt; /* count of file's optimization entries */ member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/ |
H A D | sym.h | 123 long copt; /* count of file's optimization entries */ member
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2.c | 1354 char *shell, *copt, *news = NULL; in do_spawn3() local 1360 copt = "-c"; in do_spawn3() 1362 copt = "-c"; in do_spawn3() 1364 copt = "/C"; in do_spawn3() 1373 copt = "-c"; in do_spawn3() 1425 rc = execl(shell,shell,copt,cmd,(char*)0); in do_spawn3() 1427 rc = spawnl(P_OVERLAY,shell,shell,copt,cmd,(char*)0); in do_spawn3() 1429 rc = spawnl(P_NOWAIT,shell,shell,copt,cmd,(char*)0); in do_spawn3() 1431 rc = spawnl(flag,shell,shell,copt,cmd,(char*)0); in do_spawn3() 1435 rc = spawnl(P_WAIT,shell,shell,copt,cmd,(char*)0); in do_spawn3() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ecofflink.c | 972 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;
|
H A D | ecoffswap.h | 200 intern->copt = H_GET_32 (abfd, ext->f_copt); in ecoff_swap_fdr_in() 266 H_PUT_32 (abfd, intern->copt, ext->f_copt); in ecoff_swap_fdr_out()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ecofflink.c | 999 if (fdr.copt > 0) 1003 unsigned long size = fdr.copt * external_opt_size; 1064 end = in + fdr.copt * insz; 1065 sz = fdr.copt * outsz; 1087 output_symhdr->ioptMax += fdr.copt;
|
H A D | ecoffswap.h | 209 intern->copt = H_GET_32 (abfd, ext->f_copt); 278 H_PUT_32 (abfd, intern->copt, ext->f_copt);
|
/openbsd/gnu/gcc/gcc/ |
H A D | mips-tdump.c | 1152 (ulong) fdp->copt, in print_file_desc() 1153 (ulong) (fdp->copt * sizeof (OPTR)), in print_file_desc()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | mips-tdump.c | 1161 (ulong) fdp->copt, 1162 (ulong) (fdp->copt * sizeof (OPTR)),
|