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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dmdebugread.c607 void (*const swap_sym_in) (bfd *, void *, SYMR *) = debug_swap->swap_sym_in;
769 (*swap_sym_in) (cur_bfd, ext_tsym, &tsym);
901 (*swap_sym_in) (cur_bfd, ext_tsym, &tsym);
1094 (*swap_sym_in) (cur_bfd, ext_tsym, &tsym);
1906 (*debug_swap->swap_sym_in) (cur_bfd,
2221 void (*const swap_sym_in) (bfd *, void *, SYMR *) = debug_swap->swap_sym_in;
2610 (*swap_sym_in) (cur_bfd,
2626 (*swap_sym_in) (cur_bf
[all...]
/haiku-fatelf/src/bin/gdb/include/coff/
H A Decoff.h384 void (*swap_sym_in) (bfd *, void *, SYMR *); member in struct:ecoff_debug_swap
/haiku-fatelf/src/bin/gdb/bfd/
H A Decofflink.c595 void (* const swap_sym_in) PARAMS ((bfd *, PTR, SYMR *))
596 = input_swap->swap_sym_in;
831 (*swap_sym_in) (input_bfd, (PTR) lraw_src, &internal_sym);
1830 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2048 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2260 (*debug_swap->swap_sym_in)
2325 (*debug_swap->swap_sym_in) (abfd, sym_ptr, &sym);
2341 (*debug_swap->swap_sym_in) (abfd,
H A Decoff.c958 void (* const swap_sym_in) PARAMS ((bfd *, PTR, SYMR *))
959 = backend->debug_swap.swap_sym_in;
1029 (*swap_sym_in) (abfd, (PTR) lraw_src, &internal_sym);
1141 (*debug_swap->swap_sym_in) (abfd,
1497 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native,
1528 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native,
H A Delfxx-mips.c946 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym);

Completed in 89 milliseconds