Searched refs:swap_ext_in (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/coff/
H A Decoff.h390 void (*swap_ext_in) (bfd *, void *, EXTR *); member in struct:ecoff_debug_swap
/freebsd-12-stable/contrib/binutils/bfd/
H A Decoff.c851 void (* const swap_ext_in) (bfd *, void *, EXTR *)
852 = backend->debug_swap.swap_ext_in;
889 (*swap_ext_in) (abfd, (void *) eraw_src, &internal_esym);
1394 (*debug_swap->swap_ext_in) (abfd, ecoffsymbol (symbol)->native,
1427 (*debug_swap->swap_ext_in) (abfd, ecoffsymbol (symbol)->native,
1843 (*(ecoff_backend (obfd)->debug_swap.swap_ext_in))
2284 (*(ecoff_backend (input_bfd)->debug_swap.swap_ext_in))
3339 void (* const swap_ext_in) (bfd *, void *, EXTR *)
3340 = backend->debug_swap.swap_ext_in;
3370 (*swap_ext_in) (abf
[all...]
H A Decofflink.c2226 (*debug_swap->swap_ext_in)
H A Delf64-alpha.c5097 (*input_swap->swap_ext_in) (input_bfd, (PTR) eraw_src, &ext);
H A Delfxx-mips.c10558 (*input_swap->swap_ext_in) (input_bfd, eraw_src, &ext);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmdebugread.c1902 (*debug_swap->swap_ext_in) (cur_bfd,
2229 void (*const swap_ext_in) (bfd *, void *, EXTR *) = debug_swap->swap_ext_in;
2329 (*swap_ext_in) (cur_bfd, ext_out, ext_in);

Completed in 184 milliseconds