/toolchain/binutils/binutils-2.25/include/coff/ |
ecoff.h | 318 /* When linking, this field holds a mapping from the input FDR 323 /* The swapped FDR information. Currently this is never NULL, but 327 FDR *fdr; member in struct:ecoff_debug_info 334 /* Base address in .text of this FDR. */ 336 FDR *fdr; member in struct:ecoff_fdrtab_entry 344 /* FDR table, sorted by address: */ 389 void (*swap_fdr_in) (bfd *, void *, FDR *); 400 void (*swap_fdr_out) (bfd *, const FDR *, void *) [all...] |
sym.h | 51 * "rgFd" array whose domain is "0..ifdMax-1" and RanGe is FDR. 97 * The FDR and PDR structures speed mapping of address <-> name. 113 typedef struct fdr { struct 139 } FDR, *pFDR; 140 #define cbFDR sizeof(FDR)
|
/toolchain/binutils/binutils-2.25/bfd/ |
ecofflink.c | 269 map FDR names to indices in the output file, and to map local 275 /* FDR index or string table offset. */ 354 /* The FDR hash table. */ 375 struct shuffle *fdr; 461 /* Initialize the FDR hash table. This returns a handle which is then 494 ainfo->fdr = NULL; 567 void (* const swap_fdr_out) (bfd *, const FDR *, void *) 620 /* Find all the debugging information based on the FDR's. We need 622 if (input_debug->fdr != (FDR *) NULL 373 struct shuffle *fdr; member in struct:accumulate 660 FDR fdr; local 750 FDR fdr; local 1091 FDR fdr; local [all...] |
libecoff.h | 160 /* The fdr for this symbol. */ 161 FDR *fdr; member in struct:ecoff_symbol_struct
|
ecoffswap.h | 81 static void ecoff_swap_fdr_in (bfd *, void *, FDR *); 82 static void ecoff_swap_fdr_out (bfd *, const FDR *, void *); 182 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern) 250 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) 253 FDR intern[1];
|
ecoff.c | 506 struct fdr *fdr_ptr; 610 We need to look at the fdr to deal with a lot of information in 613 amt *= sizeof (struct fdr); 614 debug->fdr = (FDR *) bfd_alloc (abfd, amt); 615 if (debug->fdr == NULL) 618 fdr_ptr = debug->fdr; 652 new_symbol->fdr = NULL; 867 FDR *fdr_ptr; 868 FDR *fdr_end 1455 FDR *fdr; local [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
ecoff.c | 934 FDR fdr; \/* File header to be written out *\/ member in struct:efdr [all...] |