Searched refs:intern_copy (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | ecoffswap.h | 140 ecoff_swap_hdr_out (bfd *abfd, const HDRR *intern_copy, void * ext_ptr) in ecoff_swap_hdr_out() argument 145 *intern = *intern_copy; in ecoff_swap_hdr_out() 250 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) in ecoff_swap_fdr_out() argument 256 *intern = *intern_copy; in ecoff_swap_fdr_out() 381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) in ecoff_swap_pdr_out() argument 387 *intern = *intern_copy; in ecoff_swap_pdr_out() 495 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr) in ecoff_swap_sym_out() argument 501 *intern = *intern_copy; in ecoff_swap_sym_out() 584 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr) in ecoff_swap_ext_out() argument 590 *intern = *intern_copy; in ecoff_swap_ext_out() [all …]
|
D | ecofflink.c | 103 const TIR *intern_copy, in _bfd_ecoff_swap_tir_out() argument 108 *intern = *intern_copy; /* Make it reasonable to do in-place. */ in _bfd_ecoff_swap_tir_out() 202 const RNDXR *intern_copy, in _bfd_ecoff_swap_rndx_out() argument 207 *intern = *intern_copy; /* Make it reasonable to do in-place. */ in _bfd_ecoff_swap_rndx_out()
|