Lines Matching defs:artdata
73 struct artdata struct
75 file_ptr first_file_filepos;
77 htab_t cache;
78 bfd *archive_head; /* Only interesting in output routines. */
79 carsym *symdefs; /* The symdef entries. */
80 symindex symdef_count; /* How many there are. */
81 char *extended_names; /* Clever intel extension. */
82 bfd_size_type extended_names_size; /* Size of extended names. */
84 long armap_timestamp; /* Timestamp value written into armap.
90 file_ptr armap_datepos; /* Position within archive to seek to
92 void *tdata; /* Backend specific information. */