Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dlibbfd-in.h64 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. */
75 long armap_timestamp; /* Timestamp value written into armap.
81 file_ptr armap_datepos; /* Position within archive to seek to
[all …]
Dlibbfd.h69 struct artdata struct
71 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 …]
Dvms-lib.c68 struct artdata artdata; member