Lines Matching full:version
31 .Nd retrieve or set ELF library operating version
37 .Fn elf_version "unsigned int version"
41 function is used to query the current operating version of the ELF
43 operating version.
46 .Ar version
51 function returns the currently configured operating version for the
55 .Ar version
59 .Ar version
62 sets the library's operating version to
63 .Ar version ,
64 and returns the previous value of the operating version.
66 .Ar version
74 function returns the currently configured ELF library version, or
76 if an unsupported version is requested.
79 operating version and check for an error using the following code
91 An unsupported library version number was requested.