Lines Matching defs:version

10    the Free Software Foundation; either version 2, or (at your option)
11 any later version.
3361 /* Some sections have not yet been sized, notably .gnu.version,
5739 /* Handle .exports instead of a version script if we're told to do so. */
6550 /* This global variable holds the version tree that we build. */
6554 /* If PREV is NULL, return first version pattern matching particular symbol.
6555 If PREV is non-NULL, return first version pattern matching particular
6731 einfo (_("%X%P: unknown language `%s' in version information\n"),
6756 /* This static variable keeps track of version indices. */
6857 version. */
6861 struct bfd_elf_version_tree *version,
6873 einfo (_("%X%P: anonymous version tag cannot be combined"
6874 " with other version tags\n"));
6875 free (version);
6882 einfo (_("%X%P: duplicate version tag `%s'\n"), name);
6884 lang_finalize_version_expr_head (&version->globals);
6885 lang_finalize_version_expr_head (&version->locals);
6890 for (e1 = version->globals.list; e1 != NULL; e1 = e1->next)
6903 " in version information\n"), e1->symbol);
6912 " in version information\n"), e1->pattern);
6916 for (e1 = version->locals.list; e1 != NULL; e1 = e1->next)
6929 " in version information\n"),
6939 " in version information\n"), e1->pattern);
6943 version->deps = deps;
6944 version->name = name;
6948 version->vernum = version_index;
6951 version->vernum = 0;
6955 *pp = version;
6958 /* This is called when we see a version dependency. */
6978 einfo (_("%X%P: unable to find version dependency `%s'\n"), name);