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