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

/external/llvm/lib/MC/
H A DMCELF.cpp58 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
68 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED);
H A DMCELFStreamer.cpp219 MCELF::SetVisibility(SD, ELF::STV_HIDDEN);
/external/llvm/include/llvm/MC/
H A DMCELFSymbolFlags.h50 ELF_STV_Hidden = (ELF::STV_HIDDEN << ELF_STV_Shift),
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h212 STV_HIDDEN = 2, /* Sym unavailable in other modules */ enumerator in enum:__anon16351
H A Delf-objfmt.c186 { "hidden", 0, elf_global_helper_vis, 0, STV_HIDDEN },
/external/llvm/lib/Object/
H A DELFYAML.cpp376 ECase(STV_HIDDEN)
/external/llvm/include/llvm/Support/
H A DELF.h1484 STV_HIDDEN = 2, // Not visible to other components enumerator in enum:llvm::ELF::__anon25599
/external/elfutils/0.153/libelf/
H A Delf.h491 #define STV_HIDDEN 2 /* Sym unavailable in other modules */ macro
/external/elfutils/0.153/src/
H A Dldgeneric.c3712 sym->st_other = symst->hidden ? STV_HIDDEN : STV_DEFAULT;
5863 || XELF_ST_VISIBILITY (sym->st_other) == STV_HIDDEN
H A Dreadelf.c872 case STV_HIDDEN:
/external/valgrind/main/perf/
H A Dtinycc.c485 #define STV_HIDDEN 2 /* Sym unavailable in other modules */ macro

Completed in 497 milliseconds