| /freebsd-12.1/tools/regression/sysvshm/ |
| H A D | README | 3 SysV IPC Shared Memory Regression Utility. 5 This regression utility will test the SysV Shared Memory facility
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | shared_mutex | 36 // Shared ownership 63 // Shared ownership 81 // Shared locking 169 // Shared ownership 195 // Shared ownership 232 // Shared ownership
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 313 Matcher *Shared = Optn; in FactorNodes() local 324 Shared->setNext(new ScopeMatcher(EqualMatchers)); in FactorNodes() 327 FactorNodes(Shared->getNextPtr()); in FactorNodes() 329 NewOptionsToMatch.push_back(Shared); in FactorNodes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | MipsLinux.cpp | 122 bool Shared) const { in getCompilerRT() 127 "mips" + (Shared ? ".so" : ".a"))); in getCompilerRT()
|
| H A D | MipsLinux.h | 42 bool Shared = false) const override;
|
| H A D | MinGW.cpp | 71 bool Shared = Args.hasArg(options::OPT_shared); in AddLibGCC() local 74 if (Static || (!CXX && !Shared)) { in AddLibGCC()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Relocations.cpp | 140 bool NeedDynId = Sym.IsPreemptible || Config->Shared; in handleARMTlsRelocation() 191 Config->Shared) { in handleTlsRelocation() 205 if (!Config->Shared) { in handleTlsRelocation() 221 if (Expr == R_ABS && !Config->Shared) { in handleTlsRelocation() 232 if (!Config->Shared) { in handleTlsRelocation() 248 if (Config->Shared) { in handleTlsRelocation() 289 !Config->Shared && !Sym.IsPreemptible) { in handleTlsRelocation() 889 if (!Config->Shared && Sym.isUndefWeak()) { in processRelocAux() 905 if (Config->Shared) { in processRelocAux()
|
| H A D | Driver.cpp | 290 if (Config->Pie && Config->Shared) in checkOptions() 293 if (!Config->Shared && !Config->FilterList.empty()) in checkOptions() 296 if (!Config->Shared && !Config->AuxiliaryList.empty()) in checkOptions() 303 if (Config->Shared) in checkOptions() 489 if (Config->Shared) in getUnresolvedSymbolPolicy() 835 Config->Shared = Args.hasArg(OPT_shared); in readConfigs() 1013 Config->Pic = Config->Pie || Config->Shared; in setConfigs() 1482 (!Config->Entry.empty() || (!Config->Shared && !Config->Relocatable)); in link()
|
| H A D | Config.h | 173 bool Shared; member
|
| H A D | Symbols.cpp | 214 if (Config->Shared && VersionId != VER_NDX_LOCAL) in parseSymbolVersion()
|
| H A D | LTO.cpp | 157 bool IsExec = !Config->Shared && !Config->Relocatable; in add()
|
| /freebsd-12.1/contrib/libxo/ |
| H A D | .gitignore | 8 # Shared objects (inc. Windows DLLs)
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 102 static BitRecTy Shared; variable 111 static BitRecTy *get() { return &Shared; } in get() 142 static CodeRecTy Shared; variable 151 static CodeRecTy *get() { return &Shared; } in get() 160 static IntRecTy Shared; variable 169 static IntRecTy *get() { return &Shared; } in get() 178 static StringRecTy Shared; variable 187 static StringRecTy *get() { return &Shared; } in get() 220 static DagRecTy Shared; variable 229 static DagRecTy *get() { return &Shared; } in get()
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | NOTES.UNIX | 21 Shared libraries and installation in non-default locations 66 consider, DT_RPATH and DT_RUNPATH. Shared objects are searched for in 112 Shared OpenSSL builds also install static libraries. Linking with the
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 366 bool Shared) const { in getCompilerRT() 372 const char *Suffix = Shared ? (Triple.isOSWindows() ? ".lib" : ".so") in getCompilerRT() 374 if (Shared && Triple.isWindowsGNUEnvironment()) in getCompilerRT() 394 bool Shared) const { in getCompilerRTArgString() 395 return Args.MakeArgString(getCompilerRT(Args, Component, Shared)); in getCompilerRTArgString()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 182 Shared = 1 << 4, in ParseSectionFlags() enumerator 233 SecFlags |= Shared | InitData; in ParseSectionFlags() 281 if (SecFlags & Shared) in ParseSectionFlags()
|
| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | version-script.map | 724 # Shared with GSSAPI krb5 744 # Shared with libkdc
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 375 bool Shared = false) const; 379 bool Shared = false) const;
|
| /freebsd-12.1/contrib/apr/ |
| H A D | README | 27 Dynamic Shared Object loading 34 Shared memory
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Record.cpp | 46 BitRecTy BitRecTy::Shared; member in BitRecTy 47 CodeRecTy CodeRecTy::Shared; member in CodeRecTy 48 IntRecTy IntRecTy::Shared; member in IntRecTy 49 StringRecTy StringRecTy::Shared; member in StringRecTy 50 DagRecTy DagRecTy::Shared; member in DagRecTy 78 static std::vector<BitsRecTy*> Shared; in get() local 79 if (Sz >= Shared.size()) in get() 80 Shared.resize(Sz + 1); in get() 81 BitsRecTy *&Ty = Shared[Sz]; in get()
|
| /freebsd-12.1/ |
| H A D | README | 57 share Shared resources.
|
| H A D | README.md | 59 share Shared resources.
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_derive.pod | 79 /* Shared secret is skey bytes written to buffer skey */
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 198 DYNAMIC_TAG(AUXILIARY, 0x7FFFFFFD) // Shared object to load before self 199 DYNAMIC_TAG(FILTER, 0x7FFFFFFF) // Shared object to get values from
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | orion5x-maxtor-shared-storage-2.dts | 18 model = "Maxtor Shared Storage II";
|