Lines Matching defs:ecoff_debug_swap

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