/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 | 272 Symbol->setVisibility(ELF::STV_HIDDEN); in EmitSymbolAttribute()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 433 #define STV_HIDDEN 0x2 /* Not visible. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 433 #define STV_HIDDEN 0x2 /* Not visible. */ macro
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 268 ELF_ST_VISIBILITY( STV_HIDDEN ) ); in TEST() 671 STT_NOTYPE, 16, ELF_ST_VISIBILITY( STV_HIDDEN ) ); in TEST()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 542 #define STV_HIDDEN 2 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 905 STV_HIDDEN = 2, // Not visible to other components enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1070 STV_HIDDEN = 2, // Not visible to other components enumerator
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 103 case STV_HIDDEN: 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 | 656 if (ESym->getVisibility() == ELF::STV_HIDDEN) in getSymbolFlags()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 527 #define STV_HIDDEN 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 527 #define STV_HIDDEN 2 macro
|
/third_party/musl/include/ |
D | elf.h | 527 #define STV_HIDDEN 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 527 #define STV_HIDDEN 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 527 #define STV_HIDDEN 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 528 #define STV_HIDDEN 2 macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 721 constexpr unsigned char STV_HIDDEN = 2; variable
|
/third_party/elfutils/libelf/ |
D | elf.h | 629 #define STV_HIDDEN 2 /* Sym unavailable in other modules */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 951 Map["STV_HIDDEN"] = ELF::STV_HIDDEN; in getFlags()
|
/third_party/libbpf/src/ |
D | linker.c | 807 if (sym_vis != STV_DEFAULT && sym_vis != STV_HIDDEN) { in linker_sanity_check_elf_symtab()
|
D | libbpf.c | 916 && (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN in bpf_object__add_programs() 3102 if (ELF64_ST_VISIBILITY(sym->st_other) == STV_HIDDEN
|
/third_party/elfutils/src/ |
D | readelf.c | 1221 case STV_HIDDEN: in get_visibility_type()
|