Home
last modified time | relevance | path

Searched full:dynamic (Results 1 – 25 of 2572) sorted by relevance

12345678910>>...103

/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_md_get_number.pod32 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 DREADME-ENGINES.md29 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 Dloopwatch.config.SAMPLE30 # 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 DDiagnosticInstallAPIKinds.td30 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 Dvarmisc.exp43 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/llvm-project/lld/docs/
H A Dld.lld.161 .It Fl -apply-dynamic-relocs
62 Apply link-time values for dynamic relocations.
201 Disable new dynamic tags.
208 .It Fl -dynamic-linker Ns = Ns Ar value
209 Specify the dynamic linker to be used for a dynamically linked executable.
212 .It Fl -dynamic-list Ns = Ns Ar file
214 .Cm --export-dynamic-symbol-list .
231 Enable new dynamic tags.
262 .It Fl -export-dynamic , Fl E
263 Put symbols in the dynamic symbol table.
[all …]
/freebsd/contrib/libfido2/windows/
H A Drelease.ps19 $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()
85 Package-Dynamic "${OUTPUT}\${Arch}\dynamic" `
86 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic"
87 Package-PDBs "${BUILD}\${Arch}\dynamic" `
88 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic"
89 Package-Tools "${BUILD}\${Arch}\dynamic" `
90 "${OUTPUT}\pkg\${InstallPrefix}\${Config}\v${SDK}\dynamic"
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h220 /// The file address of the .dynamic section. This can be found in the p_vaddr
224 /// Collection of symbols from the dynamic table.
286 /// Scans the dynamic section and locates all dependent modules (shared
292 /// Parses the dynamic symbol table and populates m_dynamic_symbols. The
294 /// number of dynamic symbols parsed.
297 /// Populates the symbol table with all non-dynamic linker symbols. This
395 /// ELF dump the .dynamic section
417 /// Get the bytes that represent the .dynamic section.
419 /// This function will fetch the data for the .dynamic section in an ELF file.
428 /// Get the bytes that represent the dynamic string table data.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h33 /// the rounding mode values and the special value \c Dynamic must fit into the
47 Dynamic = 7, ///< Denotes mode unknown at compile time. enumerator
59 case RoundingMode::Dynamic: return "dynamic"; in spell()
87 Dynamic enumerator
130 return DenormalMode(DenormalModeKind::Dynamic, DenormalModeKind::Dynamic); in getDynamic()
163 /// function with \p Callee. This promotes dynamic modes to the mode of the
167 if (Callee.Input == DenormalMode::Dynamic) in mergeCalleeMode()
169 if (Callee.Output == DenormalMode::Dynamic) in mergeCalleeMode()
197 .Case("dynamic", DenormalMode::Dynamic) in parseDenormalFPAttributeComponent()
211 case DenormalMode::Dynamic: in denormalModeKindName()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h1 //===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===//
25 /// This class provides a portable interface to dynamic libraries which also
26 /// might be known as shared libraries, shared objects, dynamic shared
27 /// objects, or dynamic link libraries. Regardless of the terminology or the
29 /// allows dynamic libraries to be loaded and searched for externally
40 // Opaque data used to interface with OS-specific dynamic library handling.
60 /// This function permanently loads the dynamic library at the given path
70 /// Open a dynamic library permanently.
82 /// This function permanently loads the dynamic library at the given path.
92 /// This function loads the dynamic library at the given path, using the
[all …]
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl53 <!-- 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 Dllvm-readelf.179 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/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def49 DYNAMIC_TAG(NULL, 0) // Marks end of dynamic array.
54 DYNAMIC_TAG(STRTAB, 5) // Address of dynamic string table.
55 DYNAMIC_TAG(SYMTAB, 6) // Address of dynamic symbol table.
134 // AArch64 specific dynamic table entries
144 // AArch64 specific dynamic table entries for RELR auth relocations as described here:
145 // https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#dynamic-section
150 // Hexagon specific dynamic table entries
155 // Mips specific dynamic table entry tags.
177 MIPS_DYNAMIC_TAG(MIPS_UNREFEXTNO, 0x70000012) // Index of first external dynamic
179 MIPS_DYNAMIC_TAG(MIPS_GOTSYM, 0x70000013) // Index of first dynamic symbol
[all …]
/freebsd/lib/libc/gen/
H A Ddllockinit.331 .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/crypto/openssl/Configurations/
H A D00-base-templates.conf52 push @defs, "BROTLI_SHARED" unless $disabled{"brotli-dynamic"};
54 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
56 push @defs, "ZSTD_SHARED" unless $disabled{"zstd-dynamic"};
111 … push(@libs, "-lz") if !defined($disabled{zlib}) && defined($disabled{"zlib-dynamic"});
112 if (!defined($disabled{brotli}) && defined($disabled{"brotli-dynamic"})) {
118 … push(@libs, "-lzstd") if !defined($disabled{zstd}) && defined($disabled{"zstd-dynamic"});
139 unless ($disabled{"zlib-dynamic"}) {
149 if (defined($disabled{"zlib-dynamic"})) {
154 if (defined($disabled{"zstd-dynamic"})) {
159 if (defined($disabled{"brotli-dynamic"})) {
/freebsd/contrib/kyua/utils/config/
H A Dtree_test.cpp231 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 Dlibcmdutils.h171 /* 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 Dbhndb_private.h146 * 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 DELFObjHandler.cpp31 // 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 Ddtrace_impl.h40 * 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 Dexynos5422-cpus.dtsi66 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/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h38 /// A plug-in interface definition class for dynamic loaders.
40 /// Dynamic loader plug-ins track image (shared library) loading and
44 /// Dynamic loader plug-ins can track the process by registering callbacks
56 /// Find a dynamic loader plugin for a given process.
62 /// The process for which to try and locate a dynamic loader
66 /// An optional name of a specific dynamic loader plug-in that
89 /// answer this question, but sometimes it might not be able and the dynamic
91 /// the dynamic loader can work together to detect this.
119 /// Provides a plan to step through the dynamic loader trampoline for the
132 /// Some dynamic loaders provide features where there are a group of symbols
[all …]
/freebsd/sys/contrib/libsodium/builds/msvc/vs2010/
H A Dlibsodium.import.props30 …<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 Dlibsodium.import.props30 …<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 Dlibsodium.import.props30 …<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'">

12345678910>>...103