/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | evp_md_get_number.pod | 32 This number is dynamic and should be expected to vary from run to run. 40 Returns the internal dynamic number assigned to I<cipher>. 44 Returns the internal dynamic number assigned to the I<cipher>. This is only 49 Keturns the internal dynamic number assigned to I<kdf>. 53 Returns the internal dynamic number assigned to I<kem>. 57 Returns the internal dynamic number assigned to the I<exchange>. 61 Returns the internal dynamic number assigned to the I<keymgmt>. 65 Returns the internal dynamic number assigned to I<mac>. 69 Returns the internal dynamic number assigned to the I<md>. This is 74 Returns the internal dynamic number assigned to I<rand>. [all …]
|
/freebsd/crypto/openssl/ |
H A D | README-ENGINES.md | 29 In addition, dynamic binding to external ENGINE implementations is now 30 provided by a special ENGINE called "dynamic". See the "DYNAMIC ENGINE" 64 with the various compiled-in ENGINEs (see further down for dynamic 130 DYNAMIC ENGINES 133 The new "dynamic" ENGINE provides a low-overhead way to support ENGINE 141 The other use-case for "dynamic" is with applications that wish to 144 them, if you want them, in the form of "dynamic"-loadable 152 How does "dynamic" work? 155 The dynamic ENGINE has a special flag in its implementation such that 156 every time application code asks for the 'dynamic' ENGINE, it in fact [all …]
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | loopwatch.config.SAMPLE | 30 # timebase: dynamic/ISO_DATE_TIME point of zero for linear regression 36 # for dynamic '00:00:00.0 of current day' is used 37 timebase=dynamic 39 # freqbase: dynamic/<baseval> 41 # if dynamic is selected, freqbase is adjusted to fit into the range of 43 freqbase=dynamic 45 # cmplscale: dynamic/<scaling> 47 # if dynamic is selected, cmplscale is adjusted to fit into the range of 49 cmplscale=dynamic 52 # 0 enables dynamic adjust of value ranges for freqbase and cmplscale
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticInstallAPIKinds.td | 30 def err_more_than_one_library: Error<"more than one framework/dynamic library found">; 36 def err_library_missing_symbol : Error<"declaration has external linkage, but dynamic library doesn… 37 def warn_library_missing_symbol : Warning<"declaration has external linkage, but dynamic library do… 38 …Error<"declaration has external linkage, but symbol has internal linkage in dynamic library '%0'">; 39 …ng<"declaration has external linkage, but symbol has internal linkage in dynamic library '%0'">, I… 40 def warn_header_hidden_symbol : Warning<"symbol exported in dynamic library, but marked hidden in d… 41 def err_header_hidden_symbol : Error<"symbol exported in dynamic library, but marked hidden in decl… 42 def err_header_symbol_missing : Error<"no declaration found for exported symbol '%0' in dynamic lib… 43 …_missing : Warning<"no declaration was found for exported symbol '%0' in dynamic library">, InGrou… 45 " but symbol is %select{not |}2exported in dynamic library">, InGroup<InstallAPIViolation>; [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmisc.exp | 43 parse-dynamic: parse-dynamic parse-dynamic before 44 parse-dynamic: parse-dynamic parse-dynamic after 45 parse-dynamic: parse-dynamic parse-dynamic after
|
/freebsd/contrib/libfido2/windows/ |
H A D | release.ps1 | 9 $Types = @('dynamic', 'static') 29 Copy-Item "${OUTPUT}\x64\dynamic\include" -Destination "${OUTPUT}\pkg" ` in Package-Headers() 33 Function Package-Dynamic(${SRC}, ${DEST}) { in Package-Dynamic() 87 Package-Dynamic "${OUTPUT}\${Arch}\dynamic" ` 88 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 89 Package-PDBs "${BUILD}\${Arch}\dynamic" ` 90 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic" 91 Package-Tools "${BUILD}\${Arch}\dynamic" ` 92 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FloatingPointMode.h | 32 /// the rounding mode values and the special value \c Dynamic must fit into the 46 Dynamic = 7, ///< Denotes mode unknown at compile time. enumerator 58 case RoundingMode::Dynamic: return "dynamic"; in spell() 86 Dynamic enumerator 129 return DenormalMode(DenormalModeKind::Dynamic, DenormalModeKind::Dynamic); in getDynamic() 162 /// function with \p Callee. This promotes dynamic modes to the mode of the 166 if (Callee.Input == DenormalMode::Dynamic) in mergeCalleeMode() 168 if (Callee.Output == DenormalMode::Dynamic) in mergeCalleeMode() 196 .Case("dynamic", DenormalMode::Dynamic) in parseDenormalFPAttributeComponent() 210 case DenormalMode::Dynamic: in denormalModeKindName() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DynamicLibrary.h | 1 //===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===// 24 /// This class provides a portable interface to dynamic libraries which also 25 /// might be known as shared libraries, shared objects, dynamic shared 26 /// objects, or dynamic link libraries. Regardless of the terminology or the 28 /// allows dynamic libraries to be loaded and searched for externally 39 // Opaque data used to interface with OS-specific dynamic library handling. 59 /// This function permanently loads the dynamic library at the given path 69 /// Open a dynamic library permanently. 81 /// This function permanently loads the dynamic library at the given path. 91 /// This function loads the dynamic librar [all...] |
/freebsd/sys/contrib/libsodium/packaging/nuget/ |
H A D | package.gsl | 53 <!-- x86 Dynamic libraries (.dll) --> 54 …<file src="..\\..\\bin\\Win32\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target).dll… 55 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).dll" … 58 …<!--<file src="..\\..\\bin\\Win32\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target)… 59 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).pdb" … 62 …<file src="..\\..\\bin\\Win32\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target).lib… 63 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).lib" … 66 …<file src="..\\..\\bin\\Win32\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target).exp… 67 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).exp" … 77 <!-- x64 Dynamic libraries (.dll) --> [all …]
|
/freebsd/usr.bin/clang/llvm-readobj/ |
H A D | llvm-readelf.1 | 79 Display the dynamic relocation entries. 84 Display the dynamic symbol table. 88 .B \-\-dynamic\-table, \-\-dynamic, \-d 89 Display the dynamic table. 99 Display a bucket list histogram for dynamic symbol hash tables. 133 Display the GNU hash table for dynamic symbols. 138 Display the expanded hash table with dynamic symbol data. 143 Display the hash table for dynamic symbols. 252 Display the symbol table. Also display the dynamic symbol table when using GNU output style for ELF.
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | ld.lld.1 | 61 .It Fl -apply-dynamic-relocs 62 Apply link-time values for dynamic relocations. 196 Disable new dynamic tags. 203 .It Fl -dynamic-linker Ns = Ns Ar value 204 Specify the dynamic linker to be used for a dynamically linked executable. 207 .It Fl -dynamic-list Ns = Ns Ar file 209 .Cm --export-dynamic-symbol-list . 226 Enable new dynamic tags. 257 .It Fl -export-dynamic , Fl E 258 Put symbols in the dynamic symbol table. [all …]
|
/freebsd/lib/libc/gen/ |
H A D | dllockinit.3 | 31 .Nd register thread locking methods with the dynamic linker 40 Due to enhancements in the dynamic linker, this interface is no longer 48 at initialization time to register locking functions for the dynamic 50 This enables the dynamic linker to prevent multiple 57 dynamic linker will pass it to the 60 When the dynamic linker 101 is called, the dynamic linker protects its critical sections using
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 44 DYNAMIC_TAG(NULL, 0) // Marks end of dynamic array. 49 DYNAMIC_TAG(STRTAB, 5) // Address of dynamic string table. 50 DYNAMIC_TAG(SYMTAB, 6) // Address of dynamic symbol table. 129 // AArch64 specific dynamic table entries 139 // AArch64 specific dynamic table entries for RELR auth relocations as described here: 140 // https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#dynamic-section 145 // Hexagon specific dynamic table entries 150 // Mips specific dynamic table entry tags. 172 MIPS_DYNAMIC_TAG(MIPS_UNREFEXTNO, 0x70000012) // Index of first external dynamic 174 MIPS_DYNAMIC_TAG(MIPS_GOTSYM, 0x70000013) // Index of first dynamic symbol [all …]
|
/freebsd/contrib/kyua/utils/config/ |
H A D | tree_test.cpp | 231 tree.define_dynamic("deeper.dynamic"); in init_tree_for_combine_test() 244 t1.set_string("deeper.dynamic.first", "value1"); in ATF_TEST_CASE_BODY() 245 t1.set_string("deeper.dynamic.second", "value2"); in ATF_TEST_CASE_BODY() 261 t2.set_string("deeper.dynamic.first", "value1"); in ATF_TEST_CASE_BODY() 262 t2.set_string("deeper.dynamic.second", "value2"); in ATF_TEST_CASE_BODY() 279 t1.set_string("deeper.dynamic.first", "value1"); in ATF_TEST_CASE_BODY() 280 t1.set_string("deeper.dynamic.second", "value2.1"); in ATF_TEST_CASE_BODY() 281 t2.set_string("deeper.dynamic.second", "value2.2"); in ATF_TEST_CASE_BODY() 282 t2.set_string("deeper.dynamic.third", "value3"); in ATF_TEST_CASE_BODY() 290 expected.set_string("deeper.dynamic.first", "value1"); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/cddl/contrib/opensolaris/lib/libcmdutils/ |
H A D | libcmdutils.h | 171 /* dynamic string utilities */ 176 * Allocate and free a "custr_t" dynamic string object. Returns 0 on success 183 * Allocate a "custr_t" dynamic string object that operates on a fixed external 190 * dynamic string. Returns 0 on success and -1 otherwise. The dynamic string 198 * through snprintf. Returns 0 on success and -1 otherwise. The dynamic string 206 * dynamic string. 211 * Clear the contents of a dynamic string. Does not free the underlying 218 * of the dynamic string. Storage for this string should not be freed, and 219 * the pointer will be invalidated by any mutations to the dynamic string.
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_private.h | 146 * Dynamic register window allocation reference. 154 * A dynamic register window allocation record. 206 struct mtx dw_steal_mtx; /**< spinlock must be held when stealing a dynamic window allocation */ 207 struct bhndb_dw_alloc *dw_alloc; /**< dynamic window allocation records */ 208 size_t dwa_count; /**< number of dynamic windows available. */ 209 bitstr_t *dwa_freelist; /**< dynamic window free list */ 211 allocate a dynamic window */ 217 * Returns true if the all dynamic windows are marked free, false 231 * Find the next free dynamic window region in @p br. 254 * Returns true if a dynamic window allocation is marked as free. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 31 // Simple struct to hold relevant .dynamic entries. 45 /// dynamic shared object. 187 DynTab.Name = ".dynamic"; in ELFStubBuilder() 214 // Populate dynamic symbol table. in ELFStubBuilder() 227 // Poplulate dynamic table. in ELFStubBuilder() 244 // Fill Addr back to dynamic table. in ELFStubBuilder() 371 return getDynamicData(DynEnt.DynSymAddr, "dynamic symbol table"); in getDynSym() 378 DynEnt.StrTabAddr, "dynamic string table", DynEnt.StrSize); in getDynStr() 445 /// @param DynTable Source dynamic table. 450 return createError("No .dynamic section found"); in populateDynamic() [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | dtrace_impl.h | 40 * DTrace Dynamic Tracing Software: Kernel Implementation Interfaces 47 * Please refer to the "Solaris Dynamic Tracing Guide" for more information. 453 * hash, there exists dynamic metadata associated with an aggregation buffer 457 * this, we allocate dynamic aggregation data (hash keys and hash buckets) 588 * DTrace Dynamic Variables 590 * The dynamic variable problem is obviously decomposed into two subproblems: 591 * allocating new dynamic storage, and freeing old dynamic storage. The 595 * dynamic storage. (Or more accurately, all dynamic storage is deallocated 596 * when a snapshot is taken of the aggregation.) As DTrace dynamic variables 597 * allow for both dynamic allocation and dynamic deallocation, the [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5422-cpus.dtsi | 66 dynamic-power-coefficient = <90>; 79 dynamic-power-coefficient = <90>; 92 dynamic-power-coefficient = <90>; 105 dynamic-power-coefficient = <90>; 118 dynamic-power-coefficient = <310>; 131 dynamic-power-coefficient = <310>; 144 dynamic-power-coefficient = <310>; 157 dynamic-power-coefficient = <310>;
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2010/ |
H A D | libsodium.import.props | 30 …<Target Name="Linkage-libsodium-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libsodium… 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 36 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.pdb" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 47 …t Name="libsodium-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'">
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2012/ |
H A D | libsodium.import.props | 30 …<Target Name="Linkage-libsodium-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libsodium… 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 36 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.pdb" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 47 …t Name="libsodium-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'">
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2013/ |
H A D | libsodium.import.props | 30 …<Target Name="Linkage-libsodium-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libsodium… 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 36 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.pdb" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 47 …t Name="libsodium-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'">
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2015/ |
H A D | libsodium.import.props | 30 …<Target Name="Linkage-libsodium-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libsodium… 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 36 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.pdb" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 47 …t Name="libsodium-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'">
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2017/ |
H A D | libsodium.import.props | 30 …<Target Name="Linkage-libsodium-dynamic" AfterTargets="AfterBuild" Condition="'$(Linkage-libsodium… 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 36 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.pdb" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 47 …t Name="libsodium-info" BeforeTargets="AfterBuild" Condition="'$(Linkage-libsodium)' == 'dynamic'">
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | DynamicLoader.h | 37 /// A plug-in interface definition class for dynamic loaders. 39 /// Dynamic loader plug-ins track image (shared library) loading and 43 /// Dynamic loader plug-ins can track the process by registering callbacks 55 /// Find a dynamic loader plugin for a given process. 61 /// The process for which to try and locate a dynamic loader 65 /// An optional name of a specific dynamic loader plug-in that 88 /// answer this question, but sometimes it might not be able and the dynamic 90 /// the dynamic loader can work together to detect this. 118 /// Provides a plan to step through the dynamic loader trampoline for the 131 /// Some dynamic loaders provide features where there are a group of symbols [all …]
|