Searched refs:swap_ext_in (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecoff.c | 855 void (* const swap_ext_in) (bfd *, void *, EXTR *) in _bfd_ecoff_slurp_symbol_table() local 856 = backend->debug_swap.swap_ext_in; in _bfd_ecoff_slurp_symbol_table() 893 (*swap_ext_in) (abfd, (void *) eraw_src, &internal_esym); in _bfd_ecoff_slurp_symbol_table() 1398 (*debug_swap->swap_ext_in) (abfd, ecoffsymbol (symbol)->native, in _bfd_ecoff_print_symbol() 1431 (*debug_swap->swap_ext_in) (abfd, ecoffsymbol (symbol)->native, in _bfd_ecoff_print_symbol() 1848 (*(ecoff_backend (obfd)->debug_swap.swap_ext_in)) in _bfd_ecoff_bfd_copy_private_bfd_data() 2288 (*(ecoff_backend (input_bfd)->debug_swap.swap_ext_in)) in ecoff_get_extr() 3251 void (* const swap_ext_in) (bfd *, void *, EXTR *) in ecoff_link_add_externals() local 3252 = backend->debug_swap.swap_ext_in; in ecoff_link_add_externals() 3282 (*swap_ext_in) (abfd, (void *) ext_ptr, &esym); in ecoff_link_add_externals()
|
D | ecofflink.c | 2163 (*debug_swap->swap_ext_in) in lookup_line()
|
D | elf64-alpha.c | 5267 (*input_swap->swap_ext_in) (input_bfd, eraw_src, &ext); in elf64_alpha_final_link()
|
D | elfxx-mips.c | 14413 (*input_swap->swap_ext_in) (input_bfd, eraw_src, &ext); in _bfd_mips_elf_final_link()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ecoff.h | 391 void (*swap_ext_in) (bfd *, void *, EXTR *); member
|