Home | History | Annotate | Download | only in include

Lines Matching defs:bfd_target

5705   const struct bfd_target *xvec;
5736 appear in the object_flags field of the bfd_target structure, where
6261 typedef struct bfd_target
6325 /* Check the format of a file being read. Return a <<bfd_target *>> or zero. */
6326 const struct bfd_target *(*_bfd_check_format[bfd_type_end]) (bfd *);
6626 const struct bfd_target * alternative_target;
6632 } bfd_target;
6636 const bfd_target *bfd_find_target (const char *target_name, bfd *abfd);
6638 const bfd_target *bfd_get_target_info (const char *target_name,
6645 const bfd_target *bfd_search_for_target
6646 (int (*search_func) (const bfd_target *, void *),