Home
last modified time | relevance | path

Searched refs:Shared (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd-12.1/tools/regression/sysvshm/
H A DREADME3 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 Dshared_mutex36 // 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 DDAGISelMatcherOpt.cpp313 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 DMipsLinux.cpp122 bool Shared) const { in getCompilerRT()
127 "mips" + (Shared ? ".so" : ".a"))); in getCompilerRT()
H A DMipsLinux.h42 bool Shared = false) const override;
H A DMinGW.cpp71 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 DRelocations.cpp140 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 DDriver.cpp290 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 DConfig.h173 bool Shared; member
H A DSymbols.cpp214 if (Config->Shared && VersionId != VER_NDX_LOCAL) in parseSymbolVersion()
H A DLTO.cpp157 bool IsExec = !Config->Shared && !Config->Relocatable; in add()
/freebsd-12.1/contrib/libxo/
H A D.gitignore8 # Shared objects (inc. Windows DLLs)
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h102 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 DNOTES.UNIX21 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 DToolChain.cpp366 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 DCOFFAsmParser.cpp182 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 Dversion-script.map724 # Shared with GSSAPI krb5
744 # Shared with libkdc
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DToolChain.h375 bool Shared = false) const;
379 bool Shared = false) const;
/freebsd-12.1/contrib/apr/
H A DREADME27 Dynamic Shared Object loading
34 Shared memory
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp46 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 DREADME57 share Shared resources.
H A DREADME.md59 share Shared resources.
/freebsd-12.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_derive.pod79 /* Shared secret is skey bytes written to buffer skey */
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def198 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 Dorion5x-maxtor-shared-storage-2.dts18 model = "Maxtor Shared Storage II";

1234