Searched refs:swap_sym_in (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dmdebugread.c616 void (*const swap_sym_in) (bfd *, void *, SYMR *) = debug_swap->swap_sym_in;
778 (*swap_sym_in) (cur_bfd, ext_tsym, &tsym);
910 (*swap_sym_in) (cur_bfd, ext_tsym, &tsym);
1103 (*swap_sym_in) (cur_bfd, ext_tsym, &tsym);
1915 (*debug_swap->swap_sym_in) (cur_bfd,
2230 void (*const swap_sym_in) (bfd *, void *, SYMR *) = debug_swap->swap_sym_in;
2619 (*swap_sym_in) (cur_bfd,
2635 (*swap_sym_in) (cur_bf
[all...]
/freebsd-12-stable/contrib/binutils/include/coff/
H A Decoff.h386 void (*swap_sym_in) (bfd *, void *, SYMR *); member in struct:ecoff_debug_swap
/freebsd-12-stable/contrib/binutils/bfd/
H A Decofflink.c596 void (* const swap_sym_in) PARAMS ((bfd *, PTR, SYMR *))
597 = input_swap->swap_sym_in;
829 (*swap_sym_in) (input_bfd, (PTR) lraw_src, &internal_sym);
1832 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2035 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2242 (*debug_swap->swap_sym_in)
2307 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2323 (*debug_swap->swap_sym_in) (abfd,
H A Decoff.c853 void (* const swap_sym_in) (bfd *, void *, SYMR *)
854 = backend->debug_swap.swap_sym_in;
924 (*swap_sym_in) (abfd, (void *) lraw_src, &internal_sym);
1032 (*debug_swap->swap_sym_in) (abfd,
1383 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native,
1414 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native,
H A Delfxx-mips.c1050 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym);

Completed in 100 milliseconds