Searched refs:intern_copy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | ecoffswap.h | 139 ecoff_swap_hdr_out (bfd *abfd, const HDRR *intern_copy, void * ext_ptr) in ecoff_swap_hdr_out() argument 144 *intern = *intern_copy; in ecoff_swap_hdr_out() 249 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) in ecoff_swap_fdr_out() argument 255 *intern = *intern_copy; in ecoff_swap_fdr_out() 380 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) in ecoff_swap_pdr_out() argument 386 *intern = *intern_copy; in ecoff_swap_pdr_out() 494 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr) in ecoff_swap_sym_out() argument 500 *intern = *intern_copy; in ecoff_swap_sym_out() 583 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr) in ecoff_swap_ext_out() argument 589 *intern = *intern_copy; in ecoff_swap_ext_out() [all …]
|
| D | ecofflink.c | 123 _bfd_ecoff_swap_tir_out (bigend, intern_copy, ext) in _bfd_ecoff_swap_tir_out() argument 125 const TIR *intern_copy; 130 *intern = *intern_copy; /* Make it reasonable to do in-place. */ 218 _bfd_ecoff_swap_rndx_out (bigend, intern_copy, ext) in _bfd_ecoff_swap_rndx_out() argument 220 const RNDXR *intern_copy; 225 *intern = *intern_copy; /* Make it reasonable to do in-place. */
|