Searched refs:version_index (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/test/
H A Dutil_unittests.cc538 for (size_t version_index = 0;
539 version_index < arraysize(all_versions);
540 ++version_index) {
541 bool expect_match = (all_versions[version_index] <= test.max_version);
545 all_versions[version_index]))
548 << all_versions[version_index];
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc407 const ElfW(Versym) version_index = version_symbol[0] & VERSYM_VERSION;
412 // version_index could well be greater than verdefnum_, so calling
413 // GetVerdef(version_index) may trigger assertion.
415 version_definition = image->GetVerdef(version_index);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc407 const ElfW(Versym) version_index = version_symbol[0] & VERSYM_VERSION;
412 // version_index could well be greater than verdefnum_, so calling
413 // GetVerdef(version_index) may trigger assertion.
415 version_definition = image->GetVerdef(version_index);
/external/llvm/include/llvm/Object/
H A DELF.h2983 size_t version_index = vs->vs_index & ELF::VERSYM_VERSION; local
2986 if (version_index == ELF::VER_NDX_LOCAL ||
2987 version_index == ELF::VER_NDX_GLOBAL) {
2995 if (version_index >= VersionMap.size() || VersionMap[version_index].isNull())
2998 const VersionMapEntry &entry = VersionMap[version_index];

Completed in 142 milliseconds