/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSymbolELF.cpp | 147 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in setVisibility()
|
D | MCELFStreamer.cpp | 268 Symbol->setVisibility(ELF::STV_PROTECTED); in EmitSymbolAttribute()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 434 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 434 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 543 #define STV_PROTECTED 3 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 906 STV_PROTECTED = 3 // Visible in other components but not preemptable enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1071 STV_PROTECTED = 3 // Visible in other components but not preemptable enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 638 KernelCodeSymbol->setVisibility(ELF::STV_PROTECTED); in EmitAmdhsaKernelDescriptor()
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 105 case STV_PROTECTED: in stv_to_elf_symbol_visibility()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 365 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 528 #define STV_PROTECTED 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 528 #define STV_PROTECTED 3 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 528 #define STV_PROTECTED 3 macro
|
/third_party/musl/include/ |
D | elf.h | 528 #define STV_PROTECTED 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 528 #define STV_PROTECTED 3 macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 722 constexpr unsigned char STV_PROTECTED = 3; variable
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 529 #define STV_PROTECTED 3 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 630 #define STV_PROTECTED 3 /* Not preemptible, not exported */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 950 Map["STV_PROTECTED"] = ELF::STV_PROTECTED; in getFlags()
|
/third_party/elfutils/src/ |
D | readelf.c | 1223 case STV_PROTECTED: in get_visibility_type()
|