Searched defs:artdata (Results 1 – 3 of 3) sorted by relevance
64 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. */75 long armap_timestamp; /* Timestamp value written into armap.81 file_ptr armap_datepos; /* Position within archive to seek to[all …]
69 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. */80 long armap_timestamp; /* Timestamp value written into armap.86 file_ptr armap_datepos; /* Position within archive to seek to[all …]
68 struct artdata artdata; member