Searched refs:intern_copy (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/binutils/bfd/
H A Decoffswap.h139 ecoff_swap_hdr_out (bfd *abfd, const HDRR *intern_copy, void * ext_ptr) argument
144 *intern = *intern_copy;
249 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) argument
255 *intern = *intern_copy;
380 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) argument
386 *intern = *intern_copy;
494 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr) argument
500 *intern = *intern_copy;
583 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr) argument
589 *intern = *intern_copy;
701 ecoff_swap_opt_out(bfd *abfd, const OPTR *intern_copy, void * ext_ptr) argument
756 ecoff_swap_dnr_out(bfd *abfd, const DNR *intern_copy, void * ext_ptr) argument
[all...]
H A Decofflink.c125 _bfd_ecoff_swap_tir_out (bigend, intern_copy, ext)
127 const TIR *intern_copy;
132 *intern = *intern_copy; /* Make it reasonable to do in-place. */
220 _bfd_ecoff_swap_rndx_out (bigend, intern_copy, ext)
222 const RNDXR *intern_copy;
227 *intern = *intern_copy; /* Make it reasonable to do in-place. */

Completed in 61 milliseconds