Home
last modified time | relevance | path

Searched defs:fdr (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dsym.h113 typedef struct fdr { struct
114 bfd_vma adr; /* memory address of beginning of file */
115 long rss; /* file name (of source, if known) */
116 long issBase; /* file's string space */
117 bfd_vma cbSs; /* number of bytes in the ss */
118 long isymBase; /* beginning of symbols */
119 long csym; /* count file's of symbols */
120 long ilineBase; /* file's line symbols */
121 long cline; /* count of file's line symbols */
122 long ioptBase; /* file's optimization entries */
[all …]
Decoff.h327 FDR *fdr; member
336 FDR *fdr; member
/toolchain/binutils/binutils-2.25/bfd/
Decofflink.c373 struct shuffle *fdr; member
660 FDR fdr; in bfd_ecoff_debug_accumulate() local
750 FDR fdr; in bfd_ecoff_debug_accumulate() local
1035 FDR *fdr, in ecoff_add_string()
1091 FDR fdr; in bfd_ecoff_debug_accumulate_other() local
Dlibecoff.h161 FDR *fdr; member
Decoff.c993 FDR *fdr, in ecoff_emit_aggregate()
1054 ecoff_type_to_string (bfd *abfd, FDR *fdr, unsigned int indx) in ecoff_type_to_string()
1455 FDR *fdr; in _bfd_ecoff_print_symbol() local
/toolchain/binutils/binutils-2.25/gas/
Decoff.c934 FDR fdr; /* File header to be written out */ member