Home | History | Annotate | Download | only in libelf

Lines Matching refs:version

8    Free Software Foundation; version 2 of the License.
38 exception to your version of the file, but you are not obligated to do
40 you must delete this exception statement from your version and license
58 /* Is the version initialized? */
61 /* Currently selected version. */
66 elf_version (version)
67 unsigned int version;
69 if (version == EV_NONE)
72 if (likely (version < EV_NUM))
74 /* Phew, we know this version. */
77 /* Store the new version. */
78 __libelf_version = version;
80 /* Signal that the version is now initialized. */
83 /* And return the last version. */
87 /* We cannot handle this version. */