Home | History | Annotate | Download | only in include

Lines Matching refs:bfd_target

5463   const struct bfd_target *xvec;
5494 appear in the object_flags field of the bfd_target structure, where
6019 typedef struct bfd_target
6083 /* Check the format of a file being read. Return a <<bfd_target *>> or zero. */
6084 const struct bfd_target *(*_bfd_check_format[bfd_type_end]) (bfd *);
6384 const struct bfd_target * alternative_target;
6390 } bfd_target;
6394 const bfd_target *bfd_find_target (const char *target_name, bfd *abfd);
6396 const bfd_target *bfd_get_target_info (const char *target_name,
6403 const bfd_target *bfd_search_for_target
6404 (int (*search_func) (const bfd_target *, void *),