Searched refs:Library (Results 1 - 25 of 25) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dzalloc_protos.h35 Library void *znalloc(struct MemPool *mpool, uintptr_t bytes, size_t align);
36 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
37 Library void zextendPool(MemPool *mp, void *base, uintptr_t bytes);
38 Library void zallocstats(struct MemPool *mp);
H A Dzalloc_defs.h48 #define Library extern macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassPlugin.h87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) argument
88 : Filename(Filename), Library(Library), Info() {}
91 sys::DynamicLibrary Library; member in class:llvm::PassPlugin
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassPlugin.cpp18 auto Library = local
20 if (!Library.isValid())
25 PassPlugin P{Filename, Library};
27 (intptr_t)Library.SearchForAddressOfSymbol("llvmGetPassPluginInfo");
/freebsd-12-stable/lib/libefivar/
H A Duefi-dplib.h29 * Taken from MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.h
55 #include <Library/DebugLib.h>
56 #include <Library/PrintLib.h>
57 #include <Library/BaseLib.h>
58 #include <Library/BaseMemoryLib.h>
59 #include <Library/MemoryAllocationLib.h>
60 #include <Library/UefiBootServicesTableLib.h>
61 #include <Library/DevicePathLib.h>
62 #include <Library/PcdLib.h>
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h327 LinkLibrary(const std::string &Library, bool IsFramework) argument
328 : Library(Library), IsFramework(IsFramework) {}
334 std::string Library; member in struct:clang::Module::LinkLibrary
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp459 for (const auto &Library : File->allowableClients())
460 ArchSet.insert(Library.getArchitectures());
462 for (const auto &Library : File->reexportedLibraries())
463 ArchSet.insert(Library.getArchitectures());
476 for (const auto &Library : File->allowableClients())
477 if (Library.getArchitectures() == Architectures)
478 Section.AllowableClients.emplace_back(Library.getInstallName());
480 for (const auto &Library : File->reexportedLibraries())
481 if (Library.getArchitectures() == Architectures)
482 Section.ReexportedLibraries.emplace_back(Library
[all...]
/freebsd-12-stable/contrib/subversion/
H A Dbuild.conf230 description = Subversion GNOME Keyring Library
238 description = Subversion KWallet Library
245 # Library needed by all subversion clients
247 description = Subversion Client Library
256 description = Subversion Delta Library
265 description = Subversion Diff Library
274 description = Subversion Repository Filesystem Library
285 description = Subversion Filesystem Base Library
295 description = Subversion FSFS Repository Filesystem Library
304 description = Subversion FSX Repository Filesystem Library
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp143 StringRef Library; member in class:llvm::object::__anon4801::ObjectFactory
149 : Machine(M), ImportName(S), Library(S.drop_back(4)),
150 ImportDescriptorSymbolName(("__IMPORT_DESCRIPTOR_" + Library).str()),
151 NullThunkSymbolName(("\x7f" + Library + "_NULL_THUNK_DATA").str()) {}
170 // Library Format.
/freebsd-12-stable/share/mk/
H A Dbsd.own.mk37 # LIBOWN Library owner. [${BINOWN}]
39 # LIBGRP Library group. [${BINGRP}]
41 # LIBMODE Library mode. [${NOBINMODE}]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc66 // Library functions that need to modify the zone will set PROT_WRITE on it.
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp264 static object::Archive &readLibrary(const Twine &Library) { argument
265 auto BufOrErr = MemoryBuffer::getFile(Library, -1, false);
266 failIfError(BufOrErr.getError(), "could not open library " + Library);
/freebsd-12-stable/contrib/apr/
H A Dapr.mak16 !MESSAGE "apr - Win32 Release" (based on "Win32 (x86) Static Library")
17 !MESSAGE "apr - Win32 Debug" (based on "Win32 (x86) Static Library")
18 !MESSAGE "apr - x64 Release" (based on "Win32 (x86) Static Library")
19 !MESSAGE "apr - x64 Debug" (based on "Win32 (x86) Static Library")
H A Dlibapr.mak16 !MESSAGE "libapr - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
17 !MESSAGE "libapr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
18 !MESSAGE "libapr - x64 Release" (based on "Win32 (x86) Dynamic-Link Library")
19 !MESSAGE "libapr - x64 Debug" (based on "Win32 (x86) Dynamic-Link Library")
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp569 OS.write_escaped(LinkLibraries[I].Library);
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak16 !MESSAGE "libisc - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
17 !MESSAGE "libisc - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3432 unsigned Library = llvm::StringSwitch<unsigned>(Name) local
3437 if (Library == ~0U)
3440 Opts.ObjCXXARCStandardLibrary = (ObjCXXARCStandardLibraryKind)Library;
/freebsd-12-stable/contrib/sqlite3/tea/
H A Dconfigure2463 for i in `ls -d ~/Library/Frameworks 2>/dev/null` \
2464 `ls -d /Library/Frameworks 2>/dev/null` \
2465 `ls -d /Network/Library/Frameworks 2>/dev/null` \
2466 `ls -d /System/Library/Frameworks 2>/dev/null` \
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2016 llvm::MDString::get(Context, Mod->LinkLibraries[I - 1].Library)};
2026 llvm::MDString::get(Context, Mod->LinkLibraries[I - 1].Library),
2032 Mod->LinkLibraries[I - 1].Library, Opt);
/freebsd-12-stable/contrib/gdb/
H A Dltmain.sh2855 echo "*** Warning! Library $i is needed by this library but I was not able to"
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2657 Stream.EmitRecordWithBlob(LinkLibraryAbbrev, Record, LL.Library);
/freebsd-12-stable/contrib/ncurses/
H A Dconfigure19687 project Library is
19705 end Library;
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1877 % in the Emacs manual, the Library manual, etc.
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A Dconfigure3 # Generated by GNU Autoconf 2.59 for GNU OpenMP Runtime Library 1.0.
417 PACKAGE_NAME='GNU OpenMP Runtime Library'
420 PACKAGE_STRING='GNU OpenMP Runtime Library 1.0'
929 \`configure' configures GNU OpenMP Runtime Library 1.0 to adapt to many kinds of systems.
996 short | recursive ) echo "Configuration of GNU OpenMP Runtime Library 1.0:";;
1144 GNU OpenMP Runtime Library configure 1.0
1158 It was created by GNU OpenMP Runtime Library $as_me 1.0, which was
13553 ## Report this to the GNU OpenMP Runtime Library lists. ##
19818 This file was extended by GNU OpenMP Runtime Library $as_me 1.0, which was
19881 GNU OpenMP Runtime Library confi
[all...]
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex2479 % in the Emacs manual, the Library manual, etc.

Completed in 602 milliseconds