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