Lines Matching refs:struct
13 struct bfd
22 const struct bfd_target *xvec;
30 to a bfd_in_memory struct. */
44 struct bfd *lru_prev, *lru_next;
89 struct bfd_hash_table section_htab;
92 struct bfd_section *sections;
95 struct bfd_section **section_tail;
108 struct bfd_symbol **outsymbols;
114 const struct bfd_arch_info *arch_info;
118 struct bfd *my_archive; /* The containing archive BFD. */
119 struct bfd *next; /* The next BFD in the archive. */
120 struct bfd *archive_head; /* The first BFD in the archive. */
124 struct bfd *link_next;
133 struct aout_data_struct *aout_data;
134 struct artdata *aout_ar_data;
135 struct _oasys_data *oasys_obj_data;
136 struct _oasys_ar_data *oasys_ar_data;
137 struct coff_tdata *coff_obj_data;
138 struct pe_tdata *pe_obj_data;
139 struct xcoff_tdata *xcoff_obj_data;
140 struct ecoff_tdata *ecoff_obj_data;
141 struct ieee_data_struct *ieee_data;
142 struct ieee_ar_data_struct *ieee_ar_data;
143 struct srec_data_struct *srec_data;
144 struct ihex_data_struct *ihex_data;
145 struct tekhex_data_struct *tekhex_data;
146 struct elf_obj_tdata *elf_obj_data;
147 struct nlm_obj_tdata *nlm_obj_data;
148 struct bout_data_struct *bout_data;
149 struct mmo_data_struct *mmo_data;
150 struct sun_core_struct *sun_core_data;
151 struct sco5_core_struct *sco5_core_data;
152 struct trad_core_struct *trad_core_data;
153 struct som_data_struct *som_data;
154 struct hpux_core_struct *hpux_core_data;
155 struct hppabsd_core_struct *hppabsd_core_data;
156 struct sgi_core_struct *sgi_core_data;
157 struct lynx_core_struct *lynx_core_data;
158 struct osf_core_struct *osf_core_data;
159 struct cisco_core_struct *cisco_core_data;
160 struct versados_data_struct *versados_data;
161 struct netbsd_core_struct *netbsd_core_data;
162 struct mach_o_data_struct *mach_o_data;
163 struct mach_o_fat_data_struct *mach_o_fat_data;
164 struct bfd_pef_data_struct *pef_data;
165 struct bfd_pef_xlib_data_struct *pef_xlib_data;
166 struct bfd_sym_data_struct *sym_data;
175 struct objalloc *, but we use void * to avoid requiring the inclusion
619 (bfd *, struct bfd_link_info *, struct bfd_link_order *, bfd_byte *,
639 struct bfd_preserve
644 const struct bfd_arch_info *arch_info;
645 struct bfd_section *sections;
646 struct bfd_section **section_tail;
648 struct bfd_hash_table section_htab;
656 bfd_boolean bfd_preserve_save (bfd *, struct bfd_preserve *);
673 void bfd_preserve_restore (bfd *, struct bfd_preserve *);
677 If MARKER is non-NULL in struct bfd_preserve then that block
684 void bfd_preserve_finish (bfd *, struct bfd_preserve *);