Searched refs:RFDT (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/include/coff/ |
D | ecoff.h | 321 RFDT *ifdmap; 390 void (*swap_rfd_in) (bfd *, void *, RFDT *); 401 void (*swap_rfd_out) (bfd *, const RFDT *, void *);
|
D | sym.h | 388 typedef long RFDT, *pRFDT; typedef 389 #define cbRFDT sizeof(RFDT)
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecoffswap.h | 89 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()
|
D | ecofflink.c | 561 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()
|
D | ecoff.c | 1024 RFDT rfd; in ecoff_emit_aggregate()
|