Lines Matching refs:ecoff_backend

429   const struct ecoff_backend_data * const backend = ecoff_backend (abfd);  in ecoff_slurp_symbolic_header()
496 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_slurp_symbolic_info()
851 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_slurp_symbol_table()
1027 &ecoff_backend (abfd)->debug_swap; in ecoff_emit_aggregate()
1401 = &ecoff_backend (abfd)->debug_swap; in _bfd_ecoff_print_symbol()
1587 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_slurp_reloc_table()
1743 = &ecoff_backend (abfd)->debug_swap; in _bfd_ecoff_find_nearest_line()
1875 (*(ecoff_backend (obfd)->debug_swap.swap_ext_in)) in _bfd_ecoff_bfd_copy_private_bfd_data()
1879 (*(ecoff_backend (obfd)->debug_swap.swap_ext_out)) in _bfd_ecoff_bfd_copy_private_bfd_data()
1897 return arch == ecoff_backend (abfd)->arch; in _bfd_ecoff_set_arch_mach()
1975 const bfd_vma round = ecoff_backend (abfd)->round; in ecoff_compute_section_file_positions()
1998 rdata_in_text = ecoff_backend (abfd)->rdata_in_text; in ecoff_compute_section_file_positions()
2119 ecoff_backend (abfd)->external_reloc_size; in ecoff_compute_reloc_file_positions()
2159 sym_base = ((sym_base + ecoff_backend (abfd)->round - 1) in ecoff_compute_reloc_file_positions()
2160 &~ (ecoff_backend (abfd)->round - 1)); in ecoff_compute_reloc_file_positions()
2315 (*(ecoff_backend (input_bfd)->debug_swap.swap_ext_in)) in ecoff_get_extr()
2355 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_write_object_contents()
2906 if (! strneq (nextname, ecoff_backend (abfd)->armap_start, ARMAP_START_LENGTH) in _bfd_ecoff_slurp_armap()
3074 strcpy (hdr.ar_name, ecoff_backend (abfd)->armap_start); in _bfd_ecoff_write_armap()
3277 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_link_add_externals()
3495 external_ext_size = ecoff_backend (abfd)->debug_swap.external_ext_size; in ecoff_link_add_object_symbols()
3565 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in ecoff_link_add_archive_symbols()
3750 &ecoff_backend (input_bfd)->debug_swap; in ecoff_final_link_debug_accumulate()
3796 &ecoff_backend (output_bfd)->debug_swap, in ecoff_final_link_debug_accumulate()
3869 external_reloc_size = ecoff_backend (input_bfd)->external_reloc_size; in ecoff_indirect_link_order()
3882 if (! ((*ecoff_backend (input_bfd)->relocate_section) in ecoff_indirect_link_order()
4103 (*ecoff_backend (output_bfd)->adjust_reloc_out) (output_bfd, &rel, &in); in ecoff_reloc_link_order()
4106 external_reloc_size = ecoff_backend (output_bfd)->external_reloc_size; in ecoff_reloc_link_order()
4111 (*ecoff_backend (output_bfd)->swap_reloc_out) (output_bfd, &in, (void *) rbuf); in ecoff_reloc_link_order()
4272 &ecoff_backend (output_bfd)->debug_swap, h->root.root.string, in ecoff_link_write_external()
4284 const struct ecoff_backend_data * const backend = ecoff_backend (abfd); in _bfd_ecoff_bfd_final_link()