Lines Matching defs:version
917 /// Inject the elf_symbol::version here.
918 class version;
934 const version& ve,
957 const version& ve,
997 version&
1001 set_version(const version& v);
1150 /// The abstraction of the version of an ELF symbol.
1151 class elf_symbol::version
1157 version();
1159 version(const string& v,
1162 version(const version& v);
1164 ~version();
1184 operator==(const version& o) const;
1187 operator!=(const version& o) const;
1189 version&
1190 operator=(const version& o);
1191 };// end class elf_symbol::version