Searched refs:STV_PROTECTED (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/MC/ |
D | MCELF.cpp | 59 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in SetVisibility() 69 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in GetVisibility()
|
D | MCELFStreamer.cpp | 243 MCELF::SetVisibility(SD, ELF::STV_PROTECTED); in EmitSymbolAttribute()
|
/external/llvm/include/llvm/MC/ |
D | MCELFSymbolFlags.h | 50 ELF_STV_Protected = (ELF::STV_PROTECTED << ELF_STV_Shift),
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 213 STV_PROTECTED = 3 /* Not preemptable, not exported */ enumerator
|
D | elf-objfmt.c | 187 { "protected", 0, elf_global_helper_vis, 0, STV_PROTECTED }, in build_global()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1317 STV_PROTECTED = 3 // Visible in other components but not preemptable enumerator
|
/external/elfutils/libelf/ |
D | elf.h | 493 #define STV_PROTECTED 3 /* Not preemptible, not exported */ macro
|
/external/elfutils/src/ |
D | readelf.c | 810 case STV_PROTECTED: in get_visibility_type()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 486 #define STV_PROTECTED 3 /* Not preemptible, not exported */ macro
|