Searched defs:artdata (Results 1 – 4 of 4) sorted by relevance
56 struct artdata { struct57 file_ptr first_file_filepos;59 struct ar_cache *cache;60 bfd *archive_head; /* Only interesting in output routines */61 carsym *symdefs; /* the symdef entries */62 symindex symdef_count; /* how many there are */63 char *extended_names; /* clever intel extension */64 time_t armap_timestamp; /* Timestamp value written into armap.70 file_ptr armap_datepos; /* Position within archive to seek to72 void *tdata; /* Backend specific information. */
61 struct artdata { struct62 file_ptr first_file_filepos;64 struct ar_cache *cache;65 bfd *archive_head; /* Only interesting in output routines */66 carsym *symdefs; /* the symdef entries */67 symindex symdef_count; /* how many there are */68 char *extended_names; /* clever intel extension */69 time_t armap_timestamp; /* Timestamp value written into armap.75 file_ptr armap_datepos; /* Position within archive to seek to77 void *tdata; /* Backend specific information. */
65 struct artdata { struct66 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[all …]
70 struct artdata { struct71 file_ptr first_file_filepos;73 htab_t cache;74 bfd *archive_head; /* Only interesting in output routines */75 carsym *symdefs; /* the symdef entries */76 symindex symdef_count; /* how many there are */77 char *extended_names; /* clever intel extension */78 bfd_size_type extended_names_size; /* Size of extended names */79 time_t armap_timestamp; /* Timestamp value written into armap.85 file_ptr armap_datepos; /* Position within archive to seek to[all …]