Searched refs:versions (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_versioning.cpp28 // iterate through the defined versions to find the given one
32 elf_version_info& info = image->versions[versionIndex];
60 // version index from the defined and needed versions (they use the same
110 image->versions
112 if (image->versions == NULL) {
116 memset(image->versions, 0, size);
131 elf_version_info& info = image->versions[versionIndex];
142 // needed versions
152 elf_version_info& info = image->versions[versionIndex];
191 elf_version_info& info = image->versions[versionInde
[all...]
H A Delf_symbol_lookup.cpp160 elf_version_info& version = image->versions[versionIndex];
162 // skip local versions
169 // compare the versions
172 // versions match
176 // The versions don't match. We're still fine with the
509 versionInfo = image->versions + versionIndex;
H A Dimages.cpp239 free(image->versions);
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp69 " v - multiple different versions available in repositories\n"
299 std::set<BPackageVersion> versions; local
314 versions.insert(package->Version());
322 status << (versions.find(systemPackage->Version())
323 != versions.end() ? 'S' : 's');
326 status << (versions.find(homePackage->Version())
327 != versions.end() ? 'H' : 'h');
329 if (versions.size() > 1)
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt1.c52 #include <gnu-versions.h>
H A Dobstack.c47 # include <gnu-versions.h>
488 /* This feature is available in gcc versions 2.5 and later. */
516 /* Now define the functional versions of the obstack macros.
H A Dgetopt.c55 # include <gnu-versions.h>
/haiku/src/system/libroot/posix/glibc/include/
H A Dshlib-compat.h1 /* Macros for managing ABI-compatibility definitions using ELF symbol versions.
26 #include <abi-versions.h> /* header generated by abi-versions.awk */
31 /* The file abi-versions.h (generated by scripts/abi-versions.awk) defines
37 unique positive integer value, increasing with newer versions. Thus,
58 versions should look like:
62 shlib-versions if that is newer. */
76 /* Not compiling ELF shared libraries at all, so never any old versions. */
79 /* No versions t
[all...]
/haiku/headers/private/kernel/
H A Delf_priv.h65 struct elf_version_info* versions; member in struct:elf_image_info
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h87 const char *file_name; // dependency file name (needed versions only)
138 elf_version_info *versions; member in struct:image_t
/haiku/src/system/kernel/
H A Delf.cpp295 free(image->versions);
649 elf_version_info& version = image->versions[versionIndex];
651 // skip local versions
658 // compare the versions
661 // versions match
665 // The versions don't match. We're still fine with the
833 // iterate through the defined versions to find the given one
837 elf_version_info& info = image->versions[versionIndex];
862 // version index from the defined and needed versions (they use the same
909 image->versions
[all...]

Completed in 472 milliseconds