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