Home
last modified time | relevance | path

Searched refs:FDR (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/binutils/include/coff/
HDecoff.h326 FDR *fdr;
335 FDR *fdr;
388 void (*swap_fdr_in) (bfd *, void *, FDR *);
399 void (*swap_fdr_out) (bfd *, const FDR *, void *);
HDsym.h139 } FDR, *pFDR; typedef
140 #define cbFDR sizeof(FDR)
/NextBSD/contrib/gcc/
HDmips-tdump.c232 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 …]
HDmips-tfile.c1054 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 …]
HDFSFChangeLog.104746 (print_file_desc): Pass FDR to print_symbol.
4747 (main): Pass null FDR to type_to_string.
HDChangeLog-200028191 * mips-tfile.c (init_file): Make two versions of FDR initializer:
/NextBSD/contrib/gdb/gdb/
HDmdebugread.c215 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/
HDecofflink.c599 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 …]
HDecoffswap.h80 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()
HDlibecoff.h156 FDR *fdr;
HDecoff.c857 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()
HDChangeLog-02035208 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
5211 generated by Compaq's recent compilers, change how the FDR
HDChangeLog-91933435 for the FDR, not from the first PDR in the file.
/NextBSD/contrib/binutils/opcodes/
HDia64-ic.tbl79 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]
HDia64-waw.tbl11 AR[FDR]; IC:mov-to-AR-FDR; IC:mov-to-AR-FDR; impliedF
HDia64-raw.tbl11 AR[FDR]; IC:mov-to-AR-FDR; br.ia, IC:mov-from-AR-FDR; impliedF
HDChangeLog-0203976 AR[SSD], AR[CFLG], AR[FSR], AR[FIR], and AR[FDR].
/NextBSD/contrib/binutils/gas/
HDecoff.c937 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()
HDChangeLog-96971136 * ecoff.c (ecoff_build_symbols): Set fMerge to 0 for an FDR which
HDChangeLog-929510755 first FDR in a file to be zero.
11250 symbolic header match cline in FDR; the native linker seems to
/NextBSD/share/misc/
HDpci_vendors17268 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