Lines Matching refs:debug_swap

419       backend->debug_swap.sym_magic)  in ecoff_slurp_symbolic_header()
433 external_hdr_size = backend->debug_swap.external_hdr_size; in ecoff_slurp_symbolic_header()
448 (*backend->debug_swap.swap_hdr_in) (abfd, raw, internal_symhdr); in ecoff_slurp_symbolic_header()
450 if (internal_symhdr->magic != backend->debug_swap.sym_magic) in ecoff_slurp_symbolic_header()
508 + backend->debug_swap.external_hdr_size); in _bfd_ecoff_slurp_symbolic_info()
523 UPDATE_RAW_END (cbDnOffset, idnMax, backend->debug_swap.external_dnr_size); in _bfd_ecoff_slurp_symbolic_info()
524 UPDATE_RAW_END (cbPdOffset, ipdMax, backend->debug_swap.external_pdr_size); in _bfd_ecoff_slurp_symbolic_info()
525 UPDATE_RAW_END (cbSymOffset, isymMax, backend->debug_swap.external_sym_size); in _bfd_ecoff_slurp_symbolic_info()
532 UPDATE_RAW_END (cbFdOffset, ifdMax, backend->debug_swap.external_fdr_size); in _bfd_ecoff_slurp_symbolic_info()
533 UPDATE_RAW_END (cbRfdOffset, crfd, backend->debug_swap.external_rfd_size); in _bfd_ecoff_slurp_symbolic_info()
534 UPDATE_RAW_END (cbExtOffset, iextMax, backend->debug_swap.external_ext_size); in _bfd_ecoff_slurp_symbolic_info()
545 pos += backend->debug_swap.external_hdr_size; in _bfd_ecoff_slurp_symbolic_info()
593 external_fdr_size = backend->debug_swap.external_fdr_size; in _bfd_ecoff_slurp_symbolic_info()
601 (*backend->debug_swap.swap_fdr_in) (abfd, (void *) fraw_src, fdr_ptr); in _bfd_ecoff_slurp_symbolic_info()
823 = backend->debug_swap.external_ext_size; in _bfd_ecoff_slurp_symbol_table()
825 = backend->debug_swap.external_sym_size; in _bfd_ecoff_slurp_symbol_table()
827 = backend->debug_swap.swap_ext_in; in _bfd_ecoff_slurp_symbol_table()
829 = backend->debug_swap.swap_sym_in; in _bfd_ecoff_slurp_symbol_table()
1003 const struct ecoff_debug_swap * const debug_swap = in ecoff_emit_aggregate() local
1004 &ecoff_backend (abfd)->debug_swap; in ecoff_emit_aggregate()
1030 (*debug_swap->swap_rfd_in) (abfd, in ecoff_emit_aggregate()
1033 * debug_swap->external_rfd_size)), in ecoff_emit_aggregate()
1040 (*debug_swap->swap_sym_in) (abfd, in ecoff_emit_aggregate()
1042 + indx * debug_swap->external_sym_size), in ecoff_emit_aggregate()
1375 const struct ecoff_debug_swap * const debug_swap in _bfd_ecoff_print_symbol() local
1376 = &ecoff_backend (abfd)->debug_swap; in _bfd_ecoff_print_symbol()
1389 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native, in _bfd_ecoff_print_symbol()
1400 (*debug_swap->swap_ext_in) (abfd, ecoffsymbol (symbol)->native, in _bfd_ecoff_print_symbol()
1420 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native, in _bfd_ecoff_print_symbol()
1425 / debug_swap->external_sym_size) in _bfd_ecoff_print_symbol()
1433 (*debug_swap->swap_ext_in) (abfd, ecoffsymbol (symbol)->native, in _bfd_ecoff_print_symbol()
1438 / debug_swap->external_ext_size); in _bfd_ecoff_print_symbol()
1726 const struct ecoff_debug_swap * const debug_swap in _bfd_ecoff_find_nearest_line() local
1727 = &ecoff_backend (abfd)->debug_swap; in _bfd_ecoff_find_nearest_line()
1750 debug_swap, line_info, filename_ptr, in _bfd_ecoff_find_nearest_line()
1859 (*(ecoff_backend (obfd)->debug_swap.swap_ext_in)) in _bfd_ecoff_bfd_copy_private_bfd_data()
1863 (*(ecoff_backend (obfd)->debug_swap.swap_ext_out)) in _bfd_ecoff_bfd_copy_private_bfd_data()
2283 (*(ecoff_backend (input_bfd)->debug_swap.swap_ext_in)) in ecoff_get_extr()
2329 = backend->debug_swap.external_hdr_size; in _bfd_ecoff_write_object_contents()
2616 if (! bfd_ecoff_debug_externals (abfd, debug, &backend->debug_swap, in _bfd_ecoff_write_object_contents()
2729 if (! bfd_ecoff_write_debug (abfd, debug, &backend->debug_swap, in _bfd_ecoff_write_object_contents()
3255 = backend->debug_swap.swap_ext_in; in ecoff_link_add_externals()
3256 bfd_size_type external_ext_size = backend->debug_swap.external_ext_size; in ecoff_link_add_externals()
3460 external_ext_size = ecoff_backend (abfd)->debug_swap.external_ext_size; in ecoff_link_add_object_symbols()
3707 &ecoff_backend (input_bfd)->debug_swap; in ecoff_final_link_debug_accumulate()
3759 &ecoff_backend (output_bfd)->debug_swap, in ecoff_final_link_debug_accumulate()
4219 &ecoff_backend (output_bfd)->debug_swap, h->root.root.string, in ecoff_link_write_external()
4271 handle = bfd_ecoff_debug_init (abfd, debug, &backend->debug_swap, info); in _bfd_ecoff_bfd_final_link()
4294 debug, &backend->debug_swap, in _bfd_ecoff_bfd_final_link()
4337 &backend->debug_swap, info, in _bfd_ecoff_bfd_final_link()
4341 bfd_ecoff_debug_free (handle, abfd, debug, &backend->debug_swap, info); in _bfd_ecoff_bfd_final_link()