HomeSort by: relevance | last modified time | path
    Searched defs:obj_matching (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 3875 char **obj_matching;
3995 bool ok_object = bfd_check_format_matches (ibfd, bfd_object, &obj_matching);
4005 free (obj_matching);
4026 list_matching_formats (obj_matching);
3873 char **obj_matching; local
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 3880 char **obj_matching;
3999 bfd_check_format_matches_lto (ibfd, bfd_object, &obj_matching,
4003 &obj_matching, false))
4005 bfd_check_format_matches_lto (ibfd, bfd_object, &obj_matching,
4075 free (obj_matching);
4087 list_matching_formats (obj_matching);
3878 char **obj_matching; local

Completed in 29 milliseconds