Searched refs:swap_sym_in (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecofflink.c | 559 void (* const swap_sym_in) (bfd *, void *, SYMR *) in bfd_ecoff_debug_accumulate() local 560 = input_swap->swap_sym_in; in bfd_ecoff_debug_accumulate() 792 (*swap_sym_in) (input_bfd, lraw_src, &internal_sym); in bfd_ecoff_debug_accumulate() 1772 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym); in mk_fdrtab() 1972 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym); in lookup_line() 2179 (*debug_swap->swap_sym_in) in lookup_line() 2244 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym); in lookup_line() 2260 (*debug_swap->swap_sym_in) (abfd, in lookup_line()
|
D | ecoff.c | 857 void (* const swap_sym_in) (bfd *, void *, SYMR *) in _bfd_ecoff_slurp_symbol_table() local 858 = backend->debug_swap.swap_sym_in; in _bfd_ecoff_slurp_symbol_table() 928 (*swap_sym_in) (abfd, (void *) lraw_src, &internal_sym); in _bfd_ecoff_slurp_symbol_table() 1036 (*debug_swap->swap_sym_in) (abfd, in ecoff_emit_aggregate() 1387 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native, in _bfd_ecoff_print_symbol() 1418 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native, in _bfd_ecoff_print_symbol()
|
D | elfxx-mips.c | 1510 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym); in mips_elf_create_procedure_table()
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ecoff.h | 387 void (*swap_sym_in) (bfd *, void *, SYMR *); member
|