Home | History | Annotate | Download | only in include

Lines Matching full:bfd_target

4982   const struct bfd_target *xvec;
5013 appear in the object_flags field of the bfd_target structure, where
5515 typedef struct bfd_target
5575 /* Check the format of a file being read. Return a <<bfd_target *>> or zero. */
5576 const struct bfd_target *(*_bfd_check_format[bfd_type_end]) (bfd *);
5866 const struct bfd_target * alternative_target;
5872 } bfd_target;
5876 const bfd_target *bfd_find_target (const char *target_name, bfd *abfd);
5878 const bfd_target *bfd_get_target_info (const char *target_name,
5885 const bfd_target *bfd_search_for_target
5886 (int (*search_func) (const bfd_target *, void *),