Home
last modified time | relevance | path

Searched refs:dynamic (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/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/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/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/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl54 …<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" …
78 …<file src="..\\..\\bin\\x64\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target).dll" …
79 …<file src="..\\..\\bin\\x64\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).dll" ta…
[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/sys/arm64/linux/
H A Dlinux_vdso.lds.s31 .dynamic : { *(.dynamic) } :text :dynamic
49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd/sys/amd64/linux/
H A Dlinux_vdso.lds.s23 .dynamic : { *(.dynamic) } :text :dynamic
46 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s24 .dynamic : { *(.dynamic) } :text :dynamic
47 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd/sys/i386/linux/
H A Dlinux_vdso.lds.s24 .dynamic : { *(.dynamic) } :text :dynamic
47 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/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
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
158 multiplexes multiple uses of 'dynamic' in a single application in any
[all …]
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp63 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
75 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
87 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
100 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
138 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
154 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def44 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/stand/common/
H A Dself_reloc.c60 void self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic);
66 self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic) in self_reloc() argument
78 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) { in self_reloc()
/freebsd/share/examples/ppp/
H A Dppp.linkdown.sample27 # If you're running ``ppp -auto -nat dynamic-nat-auto'', and are
28 # assigned a dynamic IP number by the peer, this may be worth while
32 dynamic-nat-auto:
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, "
27 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">;
28 def dyn_syms : FF<"dyn-syms", "Display the dynamic symbol table">;
48 def symbols : FF<"symbols", "Display the symbol table. Also display the dynamic symbol table when u…
53 def dynamic_table : FF<"dynamic-table", "Display the dynamic section table">, Group<grp_elf>;
58 def gnu_hash_table : FF<"gnu-hash-table", "Display the GNU hash table for dynamic symbols">, Group<…
59 def hash_symbols : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">,…
114 def : FF<"dynamic", "Alias for --dynamic-table">, Alias<dynamic_table>;
127 def : F<"d", "Alias for --dynamic-table">, Alias<dynamic_table>, Group<grp_elf>;
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-r2.dts103 dynamic-power-coefficient = <450>;
121 dynamic-power-coefficient = <450>;
139 dynamic-power-coefficient = <140>;
157 dynamic-power-coefficient = <140>;
175 dynamic-power-coefficient = <140>;
193 dynamic-power-coefficient = <140>;
H A Djuno.dts102 dynamic-power-coefficient = <530>;
120 dynamic-power-coefficient = <530>;
138 dynamic-power-coefficient = <140>;
156 dynamic-power-coefficient = <140>;
174 dynamic-power-coefficient = <140>;
192 dynamic-power-coefficient = <140>;
/freebsd/sys/conf/
H A Dvdso_amd64.ldscript46 dynamic PT_DYNAMIC FLAGS(5);
63 .dynamic : { *(.dynamic) } :text :dynamic
H A Dvdso_amd64_ia32.ldscript47 dynamic PT_DYNAMIC FLAGS(5);
64 .dynamic : { *(.dynamic) } :text :dynamic
H A Dldscript.powerpcspe10 dynamic PT_DYNAMIC;
96 .dynamic : { *(.dynamic) } :kernel :dynamic
H A Dldscript.powerpc10 dynamic PT_DYNAMIC;
95 .dynamic : { *(.dynamic) } :kernel :dynamic
H A Dldscript.powerpc64le10 dynamic PT_DYNAMIC;
121 .dynamic : { *(.dynamic) } :kernel :dynamic
H A Dldscript.powerpc6410 dynamic PT_DYNAMIC;
121 .dynamic : { *(.dynamic) } :kernel :dynamic
/freebsd/rescue/
H A DREADME7 function even if you've hosed your dynamic /bin and /sbin. For
28 cannot use some advanced library functions that rely on dynamic
30 rely on dynamic linking.
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp191 void SBVariablesOptions::SetUseDynamic(lldb::DynamicValueType dynamic) { in SetUseDynamic() argument
192 LLDB_INSTRUMENT_VA(this, dynamic); in SetUseDynamic()
194 m_opaque_up->SetUseDynamic(dynamic); in SetUseDynamic()

12345678910>>...19