Home | History | Annotate | Download | only in bfd

Lines Matching refs:ext_ptr

140 ecoff_swap_hdr_out (bfd *abfd, const HDRR *intern_copy, void * ext_ptr)
142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr;
250 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr)
252 struct fdr_ext *ext = (struct fdr_ext *) ext_ptr;
381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr)
383 struct pdr_ext *ext = (struct pdr_ext *) ext_ptr;
495 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr)
497 struct sym_ext *ext = (struct sym_ext *) ext_ptr;
584 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr)
586 struct ext_ext *ext = (struct ext_ext *) ext_ptr;
634 ecoff_swap_rfd_in (bfd *abfd, void * ext_ptr, RFDT *intern)
636 struct rfd_ext *ext = (struct rfd_ext *) ext_ptr;
649 ecoff_swap_rfd_out (bfd *abfd, const RFDT *intern, void * ext_ptr)
651 struct rfd_ext *ext = (struct rfd_ext *) ext_ptr;
702 ecoff_swap_opt_out (bfd *abfd, const OPTR *intern_copy, void * ext_ptr)
704 struct opt_ext *ext = (struct opt_ext *) ext_ptr;
757 ecoff_swap_dnr_out (bfd *abfd, const DNR *intern_copy, void * ext_ptr)
759 struct dnr_ext *ext = (struct dnr_ext *) ext_ptr;