Lines Matching defs:ecoff_debug_swap
370 struct ecoff_debug_swap struct
373 int sym_magic;
375 bfd_size_type debug_align;
377 bfd_size_type external_hdr_size;
378 bfd_size_type external_dnr_size;
379 bfd_size_type external_pdr_size;
380 bfd_size_type external_sym_size;
381 bfd_size_type external_opt_size;
382 bfd_size_type external_fdr_size;
383 bfd_size_type external_rfd_size;
384 bfd_size_type external_ext_size;
386 void (*swap_hdr_in) (bfd *, void *, HDRR *);
387 void (*swap_dnr_in) (bfd *, void *, DNR *);
388 void (*swap_pdr_in) (bfd *, void *, PDR *);
389 void (*swap_sym_in) (bfd *, void *, SYMR *);
390 void (*swap_opt_in) (bfd *, void *, OPTR *);
391 void (*swap_fdr_in) (bfd *, void *, FDR *);
392 void (*swap_rfd_in) (bfd *, void *, RFDT *);
393 void (*swap_ext_in) (bfd *, void *, EXTR *);
394 void (*swap_tir_in) (int, const struct tir_ext *, TIR *);
395 void (*swap_rndx_in) (int, const struct rndx_ext *, RNDXR *);
397 void (*swap_hdr_out) (bfd *, const HDRR *, void *);
398 void (*swap_dnr_out) (bfd *, const DNR *, void *);
399 void (*swap_pdr_out) (bfd *, const PDR *, void *);
400 void (*swap_sym_out) (bfd *, const SYMR *, void *);
401 void (*swap_opt_out) (bfd *, const OPTR *, void *);
402 void (*swap_fdr_out) (bfd *, const FDR *, void *);
403 void (*swap_rfd_out) (bfd *, const RFDT *, void *);
404 void (*swap_ext_out) (bfd *, const EXTR *, void *);
405 void (*swap_tir_out) (int, const TIR *, struct tir_ext *);
406 void (*swap_rndx_out) (int, const RNDXR *, struct rndx_ext *);
410 bool (*read_debug_info) (bfd *, asection *, struct ecoff_debug_info *);