/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 261 ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 263 ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 265 SHN_ABS, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 270 ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 272 ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 373 ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 375 ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 377 SHN_ABS, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 379 STT_NOTYPE, STN_UNDEF, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() 381 SHN_ABS, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 146 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
|
H A D | ELFObjectWriter.cpp | 729 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT, in computeSymbolTable()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 276 || ELF_ST_VISIBILITY(sym.st_other) != STV_DEFAULT
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 540 #define STV_DEFAULT 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 637 if (KernelCodeSymbol->getVisibility() == ELF::STV_DEFAULT) in EmitAmdhsaKernelDescriptor()
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 99 case STV_DEFAULT: in stv_to_elf_symbol_visibility()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 903 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1068 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 719 constexpr unsigned char STV_DEFAULT = 0; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 527 #define STV_DEFAULT 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 525 #define STV_DEFAULT 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 525 #define STV_DEFAULT 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 525 #define STV_DEFAULT 0 macro
|
/third_party/musl/include/ |
H A D | elf.h | 533 #define STV_DEFAULT 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 365 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 953 // STV_DEFAULT is used to represent the default visibility and has a value in getFlags() 957 Map["STV_DEFAULT"] = ELF::STV_DEFAULT; in getFlags()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 627 #define STV_DEFAULT 0 /* Default symbol visibility rules */ macro
|
/third_party/libbpf/src/ |
H A D | linker.c | 807 if (sym_vis != STV_DEFAULT && sym_vis != STV_HIDDEN) { in linker_sanity_check_elf_symtab() 1917 * Currently only STV_DEFAULT and STV_HIDDEN are allowed and in linker_append_elf_sym()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1060 if (GELF_ST_VISIBILITY (sym->st_other) != STV_DEFAULT in check_symtab()
|
H A D | readelf.c | 1217 case STV_DEFAULT: in get_visibility_type()
|