Home
last modified time | relevance | path

Searched refs:RFDT (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Decoff.h321 RFDT *ifdmap;
390 void (*swap_rfd_in) (bfd *, void *, RFDT *);
401 void (*swap_rfd_out) (bfd *, const RFDT *, void *);
Dsym.h388 typedef long RFDT, *pRFDT; typedef
389 #define cbRFDT sizeof(RFDT)
/toolchain/binutils/binutils-2.25/bfd/
Decoffswap.h89 static void ecoff_swap_rfd_in (bfd *, void *, RFDT *);
90 static void ecoff_swap_rfd_out (bfd *, const RFDT *, void *);
634 ecoff_swap_rfd_in (bfd *abfd, void * ext_ptr, RFDT *intern) in ecoff_swap_rfd_in()
649 ecoff_swap_rfd_out (bfd *abfd, const RFDT *intern, void * ext_ptr) in ecoff_swap_rfd_out()
Decofflink.c561 void (* const swap_rfd_in) (bfd *, void *, RFDT *) in bfd_ecoff_debug_accumulate()
567 void (* const swap_rfd_out) (bfd *, const RFDT *, void *) in bfd_ecoff_debug_accumulate()
583 RFDT i; in bfd_ecoff_debug_accumulate()
633 amt *= sizeof (RFDT); in bfd_ecoff_debug_accumulate()
634 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt); in bfd_ecoff_debug_accumulate()
723 RFDT rfd; in bfd_ecoff_debug_accumulate()
Decoff.c1024 RFDT rfd; in ecoff_emit_aggregate()