OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:version_index
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc
407
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/
elf_mem_image.cc
407
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/
ELF.h
962
size_t
version_index
= vs->vs_index & ELF::VERSYM_VERSION;
local
[
all
...]
Completed in 52 milliseconds