Home
last modified time | relevance | path

Searched refs:STV_DEFAULT (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFConfig.cpp75 .CaseLower("default", [&SI] { SI.Visibility = ELF::STV_DEFAULT; }) in parseNewSymbolInfo()
107 .Case("default", ELF::STV_DEFAULT) in parseConfig()
122 ELFConfig.NewSymbolVisibility.getValueOr((uint8_t)ELF::STV_DEFAULT)); in parseConfig()
DELFConfig.h30 uint8_t Visibility = ELF::STV_DEFAULT;
DELFObjcopy.cpp805 Config.ELF->NewSymbolVisibility.getValueOr((uint8_t)ELF::STV_DEFAULT); in executeObjcopyOnRawBinary()
/external/llvm-project/lld/ELF/
DSymbols.cpp279 if ((visibility != STV_DEFAULT && visibility != STV_PROTECTED) || in computeBinding()
356 if (!sym.includeInDynsym() || sym.visibility != STV_DEFAULT) in computeIsPreemptible()
394 if (va == STV_DEFAULT) in getMinVisibility()
396 if (vb == STV_DEFAULT) in getMinVisibility()
455 if ((isShared() && other.visibility != STV_DEFAULT) || in resolveUndefined()
746 if (visibility == STV_DEFAULT && (isUndefined() || isLazy())) { in resolveShared()
DSymbols.h227 return visibility == llvm::ELF::STV_DEFAULT; in isExportDynamic()
410 llvm::ELF::STV_DEFAULT, llvm::ELF::STT_NOTYPE), in LazyArchive()
426 llvm::ELF::STV_DEFAULT, llvm::ELF::STT_NOTYPE) {} in LazyObject()
DLTO.cpp251 (isExec || sym->visibility != STV_DEFAULT) && dr && in add()
260 sym->replace(Undefined{nullptr, sym->getName(), STB_GLOBAL, STV_DEFAULT, in add()
DSymbolTable.cpp86 sym->visibility = STV_DEFAULT; in insert()
DInputFiles.cpp1688 return STV_DEFAULT; in mapVisibility()
1757 STV_DEFAULT, STT_OBJECT, 0, 0, section}); in parse()
1759 STV_DEFAULT, STT_OBJECT, data.size(), 0, section}); in parse()
1761 STV_DEFAULT, STT_OBJECT, data.size(), 0, nullptr}); in parse()
DLinkerScript.cpp169 uint8_t visibility = cmd->hidden ? STV_HIDDEN : STV_DEFAULT; in addSymbol()
199 uint8_t visibility = cmd->hidden ? STV_HIDDEN : STV_DEFAULT; in declareSymbol()
DDriver.cpp430 return STV_DEFAULT; in getZStartStopVisibility()
1843 Undefined{nullptr, name, STB_GLOBAL, STV_DEFAULT, 0}); in addUndefined()
1847 Undefined sym{nullptr, name, STB_GLOBAL, STV_DEFAULT, 0}; in addUnusedUndefined()
DWriter.cpp323 return addOptionalRegular(s, Out::elfHeader, pos, STV_DEFAULT); in addReservedSymbols()
1933 0x800, STV_DEFAULT, STB_GLOBAL); in finalizeSections()
2077 nullptr, "__tls_get_addr", STB_GLOBAL, STV_DEFAULT, STT_NOTYPE}); in finalizeSections()
DRelocations.cpp959 bool canBeExternal = !sym.isLocal() && sym.visibility == STV_DEFAULT; in maybeReportUndefined()
1113 if ((sym.stOther & 0x3) == STV_DEFAULT) in canDefineSymbolInExecutable()
DOptions.td158 "non-local STV_DEFAULT symbols shouldn't be bound to definitions within the "
201 "(shared object) References to matched non-local STV_DEFAULT symbols "
/external/llvm/lib/MC/
DMCSymbolELF.cpp148 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
157 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in getVisibility()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsymbol-visibility.test40 Other: [ STV_DEFAULT ]
77 Other: [ STV_DEFAULT ]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp146 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
/external/llvm-project/llvm/lib/MC/
DMCSymbolELF.cpp146 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
/external/libabigail/src/
Dabg-elf-helpers.cc97 case STV_DEFAULT: in stv_to_elf_symbol_visibility()
/external/llvm/include/llvm/Support/
DELF.h899 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h903 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1068 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1095 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp637 if (KernelCodeSymbol->getVisibility() == ELF::STV_DEFAULT) in EmitAmdhsaKernelDescriptor()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp667 if (KernelCodeSymbol->getVisibility() == ELF::STV_DEFAULT) in EmitAmdhsaKernelDescriptor()
/external/llvm-project/llvm/lib/InterfaceStub/
DELFObjHandler.cpp564 if (!(Visibility == STV_DEFAULT || Visibility == STV_PROTECTED)) in populateSymbols()

12