Home
last modified time | relevance | path

Searched defs:artdata (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dlibbfd-in.h68 struct artdata struct
70 file_ptr first_file_filepos;
72 htab_t cache;
73 bfd *archive_head; /* Only interesting in output routines. */
74 carsym *symdefs; /* The symdef entries. */
75 symindex symdef_count; /* How many there are. */
76 char *extended_names; /* Clever intel extension. */
77 bfd_size_type extended_names_size; /* Size of extended names. */
79 long armap_timestamp; /* Timestamp value written into armap.
85 file_ptr armap_datepos; /* Position within archive to seek to
[all …]
Dlibbfd.h73 struct artdata struct
75 file_ptr first_file_filepos;
77 htab_t cache;
78 bfd *archive_head; /* Only interesting in output routines. */
79 carsym *symdefs; /* The symdef entries. */
80 symindex symdef_count; /* How many there are. */
81 char *extended_names; /* Clever intel extension. */
82 bfd_size_type extended_names_size; /* Size of extended names. */
84 long armap_timestamp; /* Timestamp value written into armap.
90 file_ptr armap_datepos; /* Position within archive to seek to
[all …]
Dvms-lib.c68 struct artdata artdata; member