Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp273 if ((v != STV_DEFAULT && v != STV_PROTECTED) || versionId == VER_NDX_LOCAL) in computeBinding()
356 if (!sym.includeInDynsym() || sym.visibility() != STV_DEFAULT) in computeIsPreemptible()
391 if (!other.isShared() && other.visibility() != STV_DEFAULT) { in mergeProperties()
393 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov)); in mergeProperties()
398 if (other.visibility() != STV_DEFAULT) { in resolve()
400 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov)); in resolve()
407 if (isPlaceholder() || (isShared() && other.visibility() != STV_DEFAULT) || in resolve()
580 if (other.visibility() != STV_DEFAULT) { in resolve()
582 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov)); in resolve()
618 if (other.visibility() != STV_DEFAULT) { in resolve()
[all …]
H A DLTO.cpp257 (isExec || sym->visibility() != STV_DEFAULT) && dr && in add()
267 Undefined(ctx.internalFile, StringRef(), STB_GLOBAL, STV_DEFAULT, in add()
H A DSymbolTable.cpp338 return addSymbol(Undefined{ctx.internalFile, name, binding, STV_DEFAULT, 0}); in addUnusedUndefined()
H A DInputFiles.cpp1734 return STV_DEFAULT; in mapVisibility()
1840 STB_GLOBAL, STV_DEFAULT, STT_OBJECT, 0, 0, in parse()
1843 STV_DEFAULT, STT_OBJECT, data.size(), 0, in parse()
1846 STV_DEFAULT, STT_OBJECT, data.size(), 0, in parse()
H A DSymbols.h509 llvm::ELF::STV_DEFAULT, llvm::ELF::STT_NOTYPE) {}
H A DLinkerScript.cpp214 uint8_t visibility = cmd->hidden ? STV_HIDDEN : STV_DEFAULT; in addSymbol()
245 uint8_t visibility = cmd->hidden ? STV_HIDDEN : STV_DEFAULT; in declareSymbol()
H A DWriter.cpp238 return addOptionalRegular(s, Out::elfHeader, pos, STV_DEFAULT); in addReservedSymbols()
1731 "__global_pointer$", sec ? sec : Out::elfHeader, 0x800, STV_DEFAULT); in finalizeSections()
1908 STB_GLOBAL, STV_DEFAULT, STT_NOTYPE}); in finalizeSections()
H A DRelocations.cpp832 bool canBeExternal = !sym.isLocal() && sym.visibility() == STV_DEFAULT; in maybeReportUndefined()
H A DOptions.td234 "(shared object) References to matched non-local STV_DEFAULT symbols "
H A DDriver.cpp553 ret = STV_DEFAULT; in getZStartStopVisibility()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFConfig.h20 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp148 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
H A DELFObjectWriter.cpp624 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT, in computeSymbolTable()
637 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT, in computeSymbolTable()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h249 case ELF::STV_DEFAULT: in getSymbolLinkageAndScope()
/freebsd/sys/sys/
H A Delf_common.h899 #define STV_DEFAULT 0x0 /* Default visibility (see binding). */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1348 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp263 .Case("default", ELF::STV_DEFAULT) in parseVisibilityType()
693 .Case("default", ELF::STV_DEFAULT) in parseObjcopyOptions()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp558 if (!(Visibility == STV_DEFAULT || Visibility == STV_PROTECTED)) in populateSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp954 if (KernelCodeSymbol->getVisibility() == ELF::STV_DEFAULT) in EmitAmdhsaKernelDescriptor()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp585 Visibility = ELF::STV_DEFAULT; in addSymbol()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c628 sym.st_other = STV_DEFAULT; in generate_symbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h404 (Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_PROTECTED)); in isExportedToOtherDSO()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1361 _ELF_DEFINE_STV(STV_DEFAULT, 0, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1272 Map["STV_DEFAULT"] = ELF::STV_DEFAULT; in getFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3037 case ELF::STV_DEFAULT: in printSymbol()

12