Home | History | Annotate | Download | only in bfd

Lines Matching refs:bfd

0 /* BFD ECOFF object file private structure.
5 This file is part of BFD, the Binary File Descriptor library.
60 void (*swap_reloc_in) (bfd *, void *, struct internal_reloc *);
61 void (*swap_reloc_out) (bfd *, const struct internal_reloc *, void *);
64 (bfd *, const struct internal_reloc *, arelent *);
66 (bfd *, const arelent *, struct internal_reloc *);
69 (bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *, void *);
72 (bfd *, struct internal_filehdr *, struct internal_aouthdr *);
75 bfd *(*get_elt_at_filepos) (bfd *, file_ptr);
123 /* The canonical BFD symbols. */
134 /* TRUE if this BFD was written by the backend linker. */
157 /* The actual symbol which the rest of BFD works with */
209 /* BFD that ext field value came from. */
210 bfd *abfd;
227 extern bfd_boolean _bfd_ecoff_mkobject (bfd *);
231 (bfd *, asection *, struct ecoff_debug_info *);
233 /* Generic ECOFF BFD backend vectors. */
235 extern bfd_boolean _bfd_ecoff_write_object_contents (bfd *);
240 (bfd *, asection *);
242 (bfd *, asection *, void * location, file_ptr, bfd_size_type);
247 (bfd *, bfd *);
264 extern bfd_boolean _bfd_ecoff_slurp_armap (bfd *);
270 (bfd *, unsigned int, struct orl *, unsigned int, int);
279 ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false)
281 extern long _bfd_ecoff_get_symtab_upper_bound (bfd *);
282 extern long _bfd_ecoff_canonicalize_symtab (bfd *, asymbol **);
283 extern asymbol *_bfd_ecoff_make_empty_symbol (bfd *);
285 (bfd *, void *, asymbol *, bfd_print_symbol_type);
287 (bfd *, asymbol *, symbol_info *);
289 (bfd *, const char *);
292 (bfd *, asymbol **, asection *, bfd_vma,
302 (bfd *, asection *, arelent **, asymbol **symbols);
306 (bfd *, enum bfd_architecture, unsigned long);
308 (bfd *, asection *, const void * location, file_ptr, bfd_size_type);
310 extern int _bfd_ecoff_sizeof_headers (bfd *, struct bfd_link_info *);
314 (bfd *);
316 (bfd *, struct bfd_link_info *);
321 (bfd *, struct bfd_link_info *);
325 extern void * _bfd_ecoff_mkobject_hook (bfd *, void *, void *);
327 ((void (*) (bfd *, asection *, void *)) bfd_void)
329 (bfd *, void *);
331 (bfd *abfd, int enable);
333 (bfd *, void *, const char *, asection *, flagword *);
334 extern bfd_boolean _bfd_ecoff_slurp_symbol_table (bfd *);