Home
last modified time | relevance | path

Searched refs:STV_PROTECTED (Results 1 – 16 of 16) 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/mingw/
Dfreebsd-elf_common.h434 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h434 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
/third_party/elfio/elfio/
Delf_types.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/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/liteos_m_iccarm/kernel/include/
Delf.h528 #define STV_PROTECTED 3 macro
/third_party/musl/porting/linux/user/include/
Delf.h529 #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/kernel/include/
Delf.h528 #define STV_PROTECTED 3 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h528 #define STV_PROTECTED 3 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()