Lines Matching defs:version
10 Software Foundation; either version 3 of the License, or (at
11 your option) any later version
16 Software Foundation; either version 2 of the License, or (at
17 your option) any later version
37 /* Currently selected version. Should be EV_CURRENT.
42 elf_version (unsigned int version)
44 if (version == EV_NONE)
47 if (likely (version == EV_CURRENT))
49 /* Phew, we know this version. */
51 /* Signal that the version is now initialized. */
54 /* And return the last (or initial) version. */
58 /* We cannot handle this version. */