Home
last modified time | relevance | path

Searched refs:STV_INTERNAL (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp146 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
DMCELFStreamer.cpp276 Symbol->setVisibility(ELF::STV_INTERNAL); in EmitSymbolAttribute()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h432 #define STV_INTERNAL 0x1 /* Special meaning in relocatable objects. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h432 #define STV_INTERNAL 0x1 /* Special meaning in relocatable objects. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp541 #define STV_INTERNAL 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h904 STV_INTERNAL = 1, // Defined by processor supplements enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1069 STV_INTERNAL = 1, // Defined by processor supplements enumerator
/third_party/libabigail/src/
Dabg-elf-helpers.cc101 case STV_INTERNAL: in stv_to_elf_symbol_visibility()
/third_party/musl/ndk_musl_include/
Delf.h526 #define STV_INTERNAL 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h526 #define STV_INTERNAL 1 macro
/third_party/musl/include/
Delf.h526 #define STV_INTERNAL 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h526 #define STV_INTERNAL 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h526 #define STV_INTERNAL 1 macro
/third_party/musl/porting/linux/user/include/
Delf.h527 #define STV_INTERNAL 1 macro
/third_party/elfio/elfio/
Delf_types.hpp720 constexpr unsigned char STV_INTERNAL = 1; variable
/third_party/elfutils/libelf/
Delf.h628 #define STV_INTERNAL 1 /* Processor specific hidden class */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp952 Map["STV_INTERNAL"] = ELF::STV_INTERNAL; in getFlags()
/third_party/libbpf/src/
Dlibbpf.c917 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
3103 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)
/third_party/elfutils/src/
Dreadelf.c1219 case STV_INTERNAL: in get_visibility_type()