Home
last modified time | relevance | path

Searched refs:ext_copy (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
HDecoffswap.h98 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern) in ecoff_swap_hdr_in() argument
102 *ext = *(struct hdr_ext *) ext_copy; in ecoff_swap_hdr_in()
181 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern) in ecoff_swap_fdr_in() argument
185 *ext = *(struct fdr_ext *) ext_copy; in ecoff_swap_fdr_in()
318 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern) in ecoff_swap_pdr_in() argument
322 *ext = *(struct pdr_ext *) ext_copy; in ecoff_swap_pdr_in()
440 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern) in ecoff_swap_sym_in() argument
444 *ext = *(struct sym_ext *) ext_copy; in ecoff_swap_sym_in()
544 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern) in ecoff_swap_ext_in() argument
548 *ext = *(struct ext_ext *) ext_copy; in ecoff_swap_ext_in()
[all …]
HDecofflink.c66 _bfd_ecoff_swap_tir_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_tir_in() argument
68 const struct tir_ext *ext_copy;
73 *ext = *ext_copy; /* Make it reasonable to do in-place. */
179 _bfd_ecoff_swap_rndx_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_rndx_in() argument
181 const struct rndx_ext *ext_copy;
186 *ext = *ext_copy; /* Make it reasonable to do in-place. */
/freebsd-11-stable/crypto/openssl/apps/
HDca.c200 int default_op, int ext_copy, int selfsign);
208 unsigned long nameopt, int default_op, int ext_copy,
218 unsigned long nameopt, int default_op, int ext_copy);
228 int default_op, int ext_copy, int selfsign);
299 int ext_copy = EXT_COPY_NONE; in MAIN() local
785 if (!set_ext_copy(&ext_copy, f)) { in MAIN()
1110 ext_copy); in MAIN()
1135 ext_copy, e); in MAIN()
1154 certopt, nameopt, default_op, ext_copy, selfsign); in MAIN()
1173 certopt, nameopt, default_op, ext_copy, selfsign); in MAIN()
[all …]