Lines Matching defs:version
346 /// sorted by name and then version.
480 /// sorted by name and then version.
809 /// Initialize the abixml serialization format version number of the
812 /// This function sets the format version number ot the default one
813 /// supported by the current version of Libabigail.
837 /// Getter of the major version number of the abixml serialization
840 /// @return the major version number of the abixml format.
845 /// Setter of the major version number of the abixml serialization
848 /// @param maj the new major version numberof the abixml format.
853 /// Getter of the minor version number of the abixml serialization
856 /// @return the minor version number of the abixml serialization
862 /// Setter of the minor version number of the abixml serialization
865 /// @param min the new minor version number of the abixml
1060 /// sorted by name and then version.
1080 /// sorted by name and then version.
1121 /// version.
1126 /// @param version the version of the symbol to look for.
1132 find_symbol_by_version(const elf_symbol::version& version,
1135 if (version.is_empty())
1137 // We are looing for a symbol with no version.
1139 // So first look for possible aliases with no version
1146 // Or, look for a version that is a default one!
1154 // We are looking for a symbol with a particular defined version.
1158 if ((*s)->get_version().str() == version.str())
1168 /// @param version the version of the symbol to look for.
1170 /// return the symbol with name @p symbol_name and with version @p
1171 /// version, or nil if no symbol has been found with that name and
1172 /// version.
1175 const elf_symbol::version& version) const
1185 return find_symbol_by_version(version, it->second);
1189 /// and version as a given symbol.
1193 /// return the symbol with the same name and version as @p symbol.
1220 /// @param symbol_version the version of the symbol to look for.
1223 /// version @p version.
1226 const elf_symbol::version& version) const
1236 return find_symbol_by_version(version, it->second);
1240 /// and version as a given symbol.
1244 /// return the symbol with the same name and version as @p symbol.
1418 /// version, separated by one or two '@'.
1428 /// version, separated by one or two '@'.
1458 /// version, separated by one or two '@'.
1468 /// version, separated by one or two '@'.