Lines Matching defs:artdata
65 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 */
74 time_t armap_timestamp; /* Timestamp value written into armap.
80 file_ptr armap_datepos; /* Position within archive to seek to
82 void *tdata; /* Backend specific information. */