| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | Symbols.cpp | 284 if ((visibility != STV_DEFAULT && visibility != STV_PROTECTED) || in computeBinding() 361 if (!sym.includeInDynsym() || sym.visibility != STV_DEFAULT) in computeIsPreemptible() 403 if (va == STV_DEFAULT) in getMinVisibility() 405 if (vb == STV_DEFAULT) in getMinVisibility() 464 if ((isShared() && other.visibility != STV_DEFAULT) || in resolveUndefined() 755 if (visibility == STV_DEFAULT && (isUndefined() || isLazy())) { in resolveShared()
|
| D | Symbols.h | 228 return visibility == llvm::ELF::STV_DEFAULT; in isExportDynamic() 412 llvm::ELF::STV_DEFAULT, llvm::ELF::STT_NOTYPE), in LazyArchive() 428 llvm::ELF::STV_DEFAULT, llvm::ELF::STT_NOTYPE) {} in LazyObject()
|
| D | LTO.cpp | 257 (isExec || sym->visibility != STV_DEFAULT) && dr && in add() 266 sym->replace(Undefined{nullptr, sym->getName(), STB_GLOBAL, STV_DEFAULT, in add()
|
| D | SymbolTable.cpp | 86 sym->visibility = STV_DEFAULT; in insert()
|
| D | InputFiles.cpp | 1705 return STV_DEFAULT; in mapVisibility() 1777 STV_DEFAULT, STT_OBJECT, 0, 0, section}); in parse() 1779 STV_DEFAULT, STT_OBJECT, data.size(), 0, section}); in parse() 1781 STV_DEFAULT, STT_OBJECT, data.size(), 0, nullptr}); in parse()
|
| D | LinkerScript.cpp | 169 uint8_t visibility = cmd->hidden ? STV_HIDDEN : STV_DEFAULT; in addSymbol() 199 uint8_t visibility = cmd->hidden ? STV_HIDDEN : STV_DEFAULT; in declareSymbol()
|
| D | Driver.cpp | 434 return STV_DEFAULT; in getZStartStopVisibility() 1962 Undefined{nullptr, name, STB_GLOBAL, STV_DEFAULT, 0}); in addUndefined() 1967 Undefined sym{nullptr, name, binding, STV_DEFAULT, 0}; in addUnusedUndefined()
|
| D | Writer.cpp | 323 return addOptionalRegular(s, Out::elfHeader, pos, STV_DEFAULT); in addReservedSymbols() 1968 0x800, STV_DEFAULT, STB_GLOBAL); in finalizeSections() 2112 nullptr, "__tls_get_addr", STB_GLOBAL, STV_DEFAULT, STT_NOTYPE}); in finalizeSections()
|
| D | Relocations.cpp | 972 bool canBeExternal = !sym.isLocal() && sym.visibility == STV_DEFAULT; in maybeReportUndefined() 1128 if ((sym.stOther & 0x3) == STV_DEFAULT) in canDefineSymbolInExecutable()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| D | ELFConfig.h | 22 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT;
|
| D | ELFObjcopy.cpp | 525 Visibility = ELF::STV_DEFAULT; in addSymbol()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCSymbolELF.cpp | 146 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL || in setVisibility()
|
| D | ELFObjectWriter.cpp | 731 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT, in computeSymbolTable() 744 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT, in computeSymbolTable()
|
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | mips.h | 719 #define STO_DEFAULT STV_DEFAULT
|
| D | common.h | 532 #define STV_DEFAULT 0 /* Visibility is specified by binding type */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELFLinkGraphBuilder.h | 181 case ELF::STV_DEFAULT: in getSymbolLinkageAndScope()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | elf-bfd.h | 2107 && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT) \ 2113 || ELF_ST_VISIBILITY (h->other) != STV_DEFAULT); \
|
| D | elf32-i386.c | 1431 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT in elf_i386_adjust_dynamic_symbol() 1704 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT in allocate_dynrelocs() 1752 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT) in allocate_dynrelocs() 2527 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT in elf_i386_relocate_section()
|
| D | elf64-x86-64.c | 1299 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT in elf64_x86_64_adjust_dynamic_symbol() 1542 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT in allocate_dynrelocs() 1593 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT) in allocate_dynrelocs() 2380 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT in elf64_x86_64_relocate_section()
|
| D | elf64-s390.c | 1712 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT 1821 else if ((ELF_ST_VISIBILITY (h->other) == STV_DEFAULT 1862 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT) 2537 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
|
| D | elf32-s390.c | 1737 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT 1846 else if ((ELF_ST_VISIBILITY (h->other) == STV_DEFAULT 1887 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT) 2556 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
|
| D | elf32-arm.c | 4624 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT in elf32_arm_final_link_relocate() 5640 || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT in elf32_arm_final_link_relocate() 8082 || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT in elf32_arm_adjust_dynamic_symbol() 8337 && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT in allocate_dynrelocs() 8349 else if ((ELF_ST_VISIBILITY (h->other) == STV_DEFAULT in allocate_dynrelocs() 8363 && ELF_ST_VISIBILITY (h->other) == STV_DEFAULT) in allocate_dynrelocs() 8427 if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT) in allocate_dynrelocs()
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 858 #define STV_DEFAULT 0x0 /* Default visibility (see binding). */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 1168 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| D | ELFObjHandler.cpp | 491 if (!(Visibility == STV_DEFAULT || Visibility == STV_PROTECTED)) in populateSymbols()
|