Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dlibbfd.h78 struct artdata struct
80 file_ptr first_file_filepos;
82 htab_t cache;
83 bfd *archive_head; /* Only interesting in output routines. */
84 carsym *symdefs; /* The symdef entries. */
85 symindex symdef_count; /* How many there are. */
86 char *extended_names; /* Clever intel extension. */
87 bfd_size_type extended_names_size; /* Size of extended names. */
89 long armap_timestamp; /* Timestamp value written into armap.
95 file_ptr armap_datepos; /* Position within archive to seek to
[all …]
/dflybsd-src/contrib/gdb-7/bfd/
H A Dlibbfd.h72 struct artdata struct
74 file_ptr first_file_filepos;
76 htab_t cache;
77 bfd *archive_head; /* Only interesting in output routines. */
78 carsym *symdefs; /* The symdef entries. */
79 symindex symdef_count; /* How many there are. */
80 char *extended_names; /* Clever intel extension. */
81 bfd_size_type extended_names_size; /* Size of extended names. */
83 long armap_timestamp; /* Timestamp value written into armap.
89 file_ptr armap_datepos; /* Position within archive to seek to
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A 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 …]