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

  /src/external/gpl3/binutils/dist/bfd/
format.c 460 bool old_in_format_matches; local
482 if (!bfd_cache_set_uncloseable (abfd, true, &old_in_format_matches))
491 bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
798 bool ret = bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
845 bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
  /src/external/gpl3/binutils.old/dist/bfd/
format.c 471 bool old_in_format_matches; local
501 if (!bfd_cache_set_uncloseable (abfd, true, &old_in_format_matches))
510 bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
782 bool ret = bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
829 bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
  /src/external/gpl3/gdb.old/dist/bfd/
format.c 413 bool old_in_format_matches; local
443 if (!bfd_cache_set_uncloseable (abfd, true, &old_in_format_matches))
705 bool ret = bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
751 bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
  /src/external/gpl3/gdb/dist/bfd/
format.c 459 bool old_in_format_matches; local
486 if (!bfd_cache_set_uncloseable (abfd, true, &old_in_format_matches))
495 bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
794 bool ret = bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);
841 bfd_cache_set_uncloseable (abfd, old_in_format_matches, NULL);

Completed in 32 milliseconds