Home
last modified time | relevance | path

Searched refs:STV_INTERNAL (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSymbolELF.cpp146 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
H A DMCELFStreamer.cpp276 Symbol->setVisibility(ELF::STV_INTERNAL); in EmitSymbolAttribute()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp541 #define STV_INTERNAL 1 macro
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc101 case STV_INTERNAL: in stv_to_elf_symbol_visibility()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/
H A DELF.h1069 STV_INTERNAL = 1, // Defined by processor supplements enumerator
/third_party/elfio/elfio/
H A Delf_types.hpp720 constexpr unsigned char STV_INTERNAL = 1; member
/third_party/musl/porting/linux/user/include/
H A Delf.h528 #define STV_INTERNAL 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h526 #define STV_INTERNAL 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h526 #define STV_INTERNAL 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h526 #define STV_INTERNAL 1 macro
/third_party/musl/include/
H A Delf.h534 #define STV_INTERNAL 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp949 // not as STV_HIDDEN (2) + STV_INTERNAL (1). in getFlags()
952 Map["STV_INTERNAL"] = ELF::STV_INTERNAL; in getFlags()
/third_party/elfutils/libelf/
H A Delf.h628 #define STV_INTERNAL 1 /* Processor specific hidden class */ macro
/third_party/libbpf/src/
H A Dlibbpf.c922 * (STV_HIDDEN or STV_INTERNAL) visibility, mark its BTF FUNC in bpf_object__add_programs()
927 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)) in bpf_object__add_programs()
3110 * (STV_HIDDEN or STV_INTERNAL) visibility, mark its BTF VAR
3117 || ELF64_ST_VISIBILITY(sym->st_other) == STV_INTERNAL)
/third_party/elfutils/src/
H A Dreadelf.c1219 case STV_INTERNAL: in get_visibility_type()

Completed in 121 milliseconds