Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dlibbfd-in.h56 struct artdata { struct
57 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 to
72 void *tdata; /* Backend specific information. */
H A Dlibbfd.h61 struct artdata { struct
62 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 to
77 void *tdata; /* Backend specific information. */
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibbfd-in.h65 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 */
74 time_t armap_timestamp; /* Timestamp value written into armap.
80 file_ptr armap_datepos; /* Position within archive to seek to
[all …]
H A Dlibbfd.h70 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 */
79 time_t armap_timestamp; /* Timestamp value written into armap.
85 file_ptr armap_datepos; /* Position within archive to seek to
[all …]