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

/freebsd-9.3-release/contrib/binutils/include/coff/
H A Dsym.h388 typedef long RFDT, *pRFDT; typedef
389 #define cbRFDT sizeof(RFDT)
H A Decoff.h320 RFDT *ifdmap;
389 void (*swap_rfd_in) (bfd *, void *, RFDT *);
400 void (*swap_rfd_out) (bfd *, const RFDT *, void *);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoffswap.h88 static void ecoff_swap_rfd_in (bfd *, void *, RFDT *);
89 static void ecoff_swap_rfd_out (bfd *, const RFDT *, void *);
633 ecoff_swap_rfd_in (bfd *abfd, void * ext_ptr, RFDT *intern)
648 ecoff_swap_rfd_out (bfd *abfd, const RFDT *intern, void * ext_ptr)
H A Decofflink.c598 void (* const swap_rfd_in) PARAMS ((bfd *, PTR, RFDT *))
604 void (* const swap_rfd_out) PARAMS ((bfd *, const RFDT *, PTR))
620 RFDT i;
670 amt *= sizeof (RFDT);
671 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt);
760 RFDT rfd;
H A Decoff.c1020 RFDT rfd;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c383 RFDT rfd;
2231 void (*const swap_rfd_in) (bfd *, void *, RFDT *) = debug_swap->swap_rfd_in;
3676 RFDT rh;

Completed in 175 milliseconds