Lines Matching defs:fdr
113 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 */
123 long copt; /* count of file's optimization entries */
124 unsigned short ipdFirst;/* start of procedures for this file */
125 short cpd; /* count of procedures for this file */
126 long iauxBase; /* file's auxiliary entries */
127 long caux; /* count of file's auxiliary entries */
128 long rfdBase; /* index into the file indirect table */
129 long crfd; /* count file indirect entries */
130 unsigned lang: 5; /* language for this file */
131 unsigned fMerge : 1; /* whether this file can be merged */
132 unsigned fReadin : 1; /* true if it was read in (not just created) */
133 unsigned fBigendian : 1;/* if set, was compiled on big endian machine */
135 unsigned glevel : 2; /* level this file was compiled with */
136 unsigned reserved : 22; /* reserved for future use */
137 bfd_vma cbLineOffset; /* byte offset from header for this file ln's */
138 bfd_vma cbLine; /* size of lines for this file */