| /NextBSD/contrib/binutils/include/coff/ |
| HD | ecoff.h | 326 FDR *fdr; 335 FDR *fdr; 388 void (*swap_fdr_in) (bfd *, void *, FDR *); 399 void (*swap_fdr_out) (bfd *, const FDR *, void *);
|
| HD | sym.h | 139 } FDR, *pFDR; typedef 140 #define cbFDR sizeof(FDR)
|
| /NextBSD/contrib/gcc/ |
| HD | mips-tdump.c | 232 FDR *file_desc; /* file tables */ 241 static void print_file_desc (FDR *, int); 242 static void print_symbol (SYMR *, int, const char *, AUXU *, int, FDR *); 244 static void emit_aggregate (char *, AUXU, AUXU, const char *, FDR *); 249 static const char *type_to_string (AUXU *, int, FDR *); 426 type_to_string (AUXU *aux_ptr, int index, FDR *fdp) in type_to_string() 846 (long) (sym_ptr->ifdMax * sizeof (FDR))); in print_sym_hdr() 864 int ifd, FDR *fdp) in print_symbol() 1061 emit_aggregate (char *string, AUXU u, AUXU u2, const char *which, FDR *fdp) in emit_aggregate() 1096 print_file_desc (FDR *fdp, int number) in print_file_desc() [all …]
|
| HD | mips-tfile.c | 1054 FDR fdr; /* File header to be written out */ 1055 FDR *orig_fdr; /* original file header */ 1086 FDR ofile [ PAGE_SIZE / sizeof (FDR) ]; 1467 static FDR *orig_files; /* file descriptors */ 3335 FDR *orig_fdr; in parse_end() 3373 if (orig_fdr != (FDR *) 0 && cur_oproc_end != (SYMR *) 0) in parse_end() 3818 FDR *fd_ptr = file_ptr->orig_fdr; in update_headers() 3947 file_offset += i * sizeof (FDR); in update_headers() 4173 (unsigned long) sizeof (FDR), "File header"); in write_object() 4177 sizeof (FDR), in write_object() [all …]
|
| HD | FSFChangeLog.10 | 4746 (print_file_desc): Pass FDR to print_symbol. 4747 (main): Pass null FDR to type_to_string.
|
| HD | ChangeLog-2000 | 28191 * mips-tfile.c (init_file): Make two versions of FDR initializer:
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | mdebugread.c | 215 static FDR *cur_fdr; 280 static int has_opaque_xref (FDR *, SYMR *); 319 static void handle_psymbol_enumerators (struct objfile *, FDR *, int, 373 static FDR * 376 FDR *fdrs; in get_rfd() 377 FDR *f; in get_rfd() 396 fdr_name (FDR *f) in fdr_name() 424 if (info->fdr == (FDR *) NULL) in mdebug_build_psymtabs() 428 FDR *fdr_ptr; in mdebug_build_psymtabs() 430 info->fdr = (FDR *) obstack_alloc (&objfile->objfile_obstack, in mdebug_build_psymtabs() [all …]
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ecofflink.c | 599 void (* const swap_fdr_out) PARAMS ((bfd *, const FDR *, PTR)) 654 if (input_debug->fdr != (FDR *) NULL) 657 fdr_add = sizeof (FDR); 694 FDR fdr; 696 if (input_debug->fdr != (FDR *) NULL) 697 fdr = *(FDR *) fdr_ptr; 784 FDR fdr; 796 if (input_debug->fdr != (FDR *) NULL) 797 fdr = *(FDR *) fdr_ptr; 1067 struct ecoff_debug_info *, FDR *fdr, const char *string)); [all …]
|
| HD | ecoffswap.h | 80 static void ecoff_swap_fdr_in (bfd *, void *, FDR *); 81 static void ecoff_swap_fdr_out (bfd *, const FDR *, void *); 181 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern) in ecoff_swap_fdr_in() 249 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) in ecoff_swap_fdr_out() 252 FDR intern[1]; in ecoff_swap_fdr_out()
|
| HD | libecoff.h | 156 FDR *fdr;
|
| HD | ecoff.c | 857 FDR *fdr_ptr; in _bfd_ecoff_slurp_symbol_table() 858 FDR *fdr_end; in _bfd_ecoff_slurp_symbol_table() 986 FDR *fdr, in ecoff_emit_aggregate() 1047 ecoff_type_to_string (bfd *abfd, FDR *fdr, unsigned int indx) in ecoff_type_to_string() 1448 FDR *fdr; in _bfd_ecoff_print_symbol()
|
| HD | ChangeLog-0203 | 5208 (mk_fdrtab): Fix error in creating the FDR (file descriptor) 5211 generated by Compaq's recent compilers, change how the FDR
|
| HD | ChangeLog-9193 | 3435 for the FDR, not from the first PDR in the file.
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | ia64-ic.tbl | 79 mov-from-AR-FDR; IC:mov-from-AR-M[Field(ar3) == FDR] 146 mov-to-AR-FDR; IC:mov-to-AR-M[Field(ar3) == FDR]
|
| HD | ia64-waw.tbl | 11 AR[FDR]; IC:mov-to-AR-FDR; IC:mov-to-AR-FDR; impliedF
|
| HD | ia64-raw.tbl | 11 AR[FDR]; IC:mov-to-AR-FDR; br.ia, IC:mov-from-AR-FDR; impliedF
|
| HD | ChangeLog-0203 | 976 AR[SSD], AR[CFLG], AR[FSR], AR[FIR], and AR[FDR].
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ecoff.c | 937 FDR fdr; /* File header to be written out */ 938 FDR *orig_fdr; /* original file header */ 985 (FDR *)0, /* orig_fdr: original file header pointer */ 1032 FDR ofile [ PAGE_SIZE / sizeof (FDR) ]; 4543 void (* const swap_fdr_out) (bfd *, const FDR *, PTR) in ecoff_build_fdr()
|
| HD | ChangeLog-9697 | 1136 * ecoff.c (ecoff_build_symbols): Set fMerge to 0 for an FDR which
|
| HD | ChangeLog-9295 | 10755 first FDR in a file to be zero. 11250 symbolic header match cline in FDR; the native linker seems to
|
| /NextBSD/share/misc/ |
| HD | pci_vendors | 17268 103c 1777 InfiniBand FDR/EN 10/40Gb Dual Port 544FLR-QSFP Adapter (Rev Cx) 17271 103c 18cf InfiniBand FDR/EN 10/40Gb Dual Port 544M Adapter 17272 103c 18d6 InfiniBand FDR/EN 10/40Gb Dual Port 544QSFP Adapter 17277 103c 22f3 InfiniBand FDR/Ethernet 10Gb/40Gb 2-port 544+QSFP Adapter 17278 103c 22f4 InfiniBand FDR/Ethernet 10Gb/40Gb 2-port 544+FLR-QSFP Adapter
|