Home
last modified time | relevance | path

Searched refs:STV_PROTECTED (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp147 Visibility == ELF::STV_HIDDEN || Visibility == ELF::STV_PROTECTED); in setVisibility()
DMCELFStreamer.cpp268 Symbol->setVisibility(ELF::STV_PROTECTED); in EmitSymbolAttribute()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h434 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h434 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp543 #define STV_PROTECTED 3 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h906 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/
DELF.h1071 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/
DAMDGPUTargetStreamer.cpp638 KernelCodeSymbol->setVisibility(ELF::STV_PROTECTED); in EmitAmdhsaKernelDescriptor()
/third_party/libabigail/src/
Dabg-elf-helpers.cc105 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/
DELFObjectFile.h365 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
/third_party/musl/porting/uniproton/kernel/include/
Delf.h528 #define STV_PROTECTED 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h528 #define STV_PROTECTED 3 macro
/third_party/musl/ndk_musl_include/
Delf.h528 #define STV_PROTECTED 3 macro
/third_party/musl/include/
Delf.h528 #define STV_PROTECTED 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h528 #define STV_PROTECTED 3 macro
/third_party/elfio/elfio/
Delf_types.hpp722 constexpr unsigned char STV_PROTECTED = 3; variable
/third_party/musl/porting/linux/user/include/
Delf.h529 #define STV_PROTECTED 3 macro
/third_party/elfutils/libelf/
Delf.h630 #define STV_PROTECTED 3 /* Not preemptible, not exported */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp950 Map["STV_PROTECTED"] = ELF::STV_PROTECTED; in getFlags()
/third_party/elfutils/src/
Dreadelf.c1223 case STV_PROTECTED: in get_visibility_type()