Home | History | Annotate | Download | only in bfd

Lines Matching defs:bfd_target

6291   const struct bfd_target *xvec;
6322 appear in the object_flags field of the bfd_target structure, where
6842 typedef struct bfd_target
6906 /* Check the format of a file being read. Return a <<bfd_target *>> or zero. */
6907 const struct bfd_target *(*_bfd_check_format[bfd_type_end]) (bfd *);
7200 const struct bfd_target * alternative_target;
7206 } bfd_target;
7210 const bfd_target *bfd_find_target (const char *target_name, bfd *abfd);
7212 const bfd_target *bfd_get_target_info (const char *target_name,
7219 const bfd_target *bfd_search_for_target
7220 (int (*search_func) (const bfd_target *, void *),