Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd-13.1/contrib/libfido2/windows/
H A Dbuild.ps189 New-Item -Type Directory ${BUILD}\32\dynamic
92 New-Item -Type Directory ${BUILD}\64\dynamic
95 New-Item -Type Directory ${OUTPUT}\pkg\Win64\Release\v142\dynamic
247 Push-Location ${BUILD}\64\dynamic
250 Push-Location ${BUILD}\32\dynamic
263 Package-Dynamic ${OUTPUT}\64\dynamic ${OUTPUT}\pkg\Win64\Release\v142\dynamic
264 Package-PDBs ${BUILD}\64\dynamic ${OUTPUT}\pkg\Win64\Release\v142\dynamic
265 Package-Tools ${BUILD}\64\dynamic ${OUTPUT}\pkg\Win64\Release\v142\dynamic
267 Package-Dynamic ${OUTPUT}\32\dynamic ${OUTPUT}\pkg\Win32\Release\v142\dynamic
268 Package-PDBs ${BUILD}\32\dynamic ${OUTPUT}\pkg\Win32\Release\v142\dynamic
[all …]
/freebsd-13.1/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-13.1/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" …
59 …<file src="..\\..\\bin\\Win32\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).pdb" …
66 …<file src="..\\..\\bin\\Win32\\Release\\$(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…
83 …<file src="..\\..\\bin\\x64\\Debug\\$(package.platformtoolset)\\dynamic\\$(package.target).pdb" ta…
90 …<file src="..\\..\\bin\\x64\\Release\\$(package.platformtoolset)\\dynamic\\$(package.target).exp" …
182 <!-- dynamic import libraries -->
204 <!-- dynamic libraries with debug symbols -->
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dexynos5422-cpus.dtsi34 dynamic-power-coefficient = <90>;
47 dynamic-power-coefficient = <90>;
60 dynamic-power-coefficient = <90>;
73 dynamic-power-coefficient = <90>;
86 dynamic-power-coefficient = <310>;
99 dynamic-power-coefficient = <310>;
112 dynamic-power-coefficient = <310>;
125 dynamic-power-coefficient = <310>;
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s26 .dynamic : { *(.dynamic) } :text :dynamic
49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_vdso.lds.s25 .dynamic : { *(.dynamic) } :text :dynamic
48 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-13.1/sys/i386/linux/
H A Dlinux_vdso.lds.s26 .dynamic : { *(.dynamic) } :text :dynamic
49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_vdso.lds25 .dynamic : { *(.dynamic) } :text :dynamic
48 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp63 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
76 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
89 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
103 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
143 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
159 clang::ast_matchers::dynamic::internal::ArgTypeTraits<
/freebsd-13.1/crypto/openssl/
H A DREADME.ENGINE20 In addition, dynamic binding to external ENGINE implementations is now
21 provided by a special ENGINE called "dynamic". See the "DYNAMIC ENGINE"
49 with the various compiled-in ENGINEs (see further down for dynamic
125 them, if you want them, in the form of "dynamic"-loadable
133 How does "dynamic" work?
149 openssl engine -vvvv dynamic
173 ENGINE *e = ENGINE_by_id("dynamic");
183 openssl engine dynamic \
191 openssl engine -vvvv dynamic \
220 How do I build a "dynamic" ENGINE?
[all …]
/freebsd-13.1/stand/common/
H A Dself_reloc.c63 void self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic);
69 self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic) in self_reloc() argument
81 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) { in self_reloc()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def39 DYNAMIC_TAG(NULL, 0) // Marks end of dynamic array.
44 DYNAMIC_TAG(STRTAB, 5) // Address of dynamic string table.
45 DYNAMIC_TAG(SYMTAB, 6) // Address of dynamic symbol table.
120 // AArch64 specific dynamic table entries
125 // Hexagon specific dynamic table entries
130 // Mips specific dynamic table entry tags.
152 MIPS_DYNAMIC_TAG(MIPS_UNREFEXTNO, 0x70000012) // Index of first external dynamic
154 MIPS_DYNAMIC_TAG(MIPS_GOTSYM, 0x70000013) // Index of first dynamic symbol
201 MIPS_DYNAMIC_TAG(MIPS_AUX_DYNAMIC, 0x70000031) // Address of auxiliary .dynamic.
208 // PPC specific dynamic table entries.
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, "
25 def dyn_relocations : FF<"dyn-relocations", "Display the dynamic relocation entries in the file">;
26 def dyn_syms : FF<"dyn-syms", "Display the dynamic symbol table">;
43 def symbols : FF<"symbols", "Display the symbol table. Also display the dynamic symbol table when u…
48 def dynamic_table : FF<"dynamic-table", "Display the dynamic section table">, Group<grp_elf>;
54 def hash_symbols : FF<"hash-symbols", "Display the dynamic symbols derived from the hash section">,…
101 def : FF<"dynamic", "Alias for --dynamic-table">, Alias<dynamic_table>;
114 def : F<"d", "Alias for --dynamic-table">, Alias<dynamic_table>, Group<grp_elf>;
/freebsd-13.1/sys/contrib/device-tree/src/arm64/arm/
H A Djuno.dts101 dynamic-power-coefficient = <530>;
119 dynamic-power-coefficient = <530>;
137 dynamic-power-coefficient = <140>;
155 dynamic-power-coefficient = <140>;
173 dynamic-power-coefficient = <140>;
191 dynamic-power-coefficient = <140>;
H A Djuno-r2.dts102 dynamic-power-coefficient = <450>;
120 dynamic-power-coefficient = <450>;
138 dynamic-power-coefficient = <140>;
156 dynamic-power-coefficient = <140>;
174 dynamic-power-coefficient = <140>;
192 dynamic-power-coefficient = <140>;
/freebsd-13.1/share/examples/ppp/
H A Dppp.linkdown.sample28 # If you're running ``ppp -auto -nat dynamic-nat-auto'', and are
29 # assigned a dynamic IP number by the peer, this may be worth while
33 dynamic-nat-auto:
/freebsd-13.1/sys/arm64/linux/
H A Dlinux_vdso.lds.s21 .dynamic : { *(.dynamic) }
/freebsd-13.1/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.mips.octeon140 .dynamic : { *(.dynamic) }
H A Dldscript.powerpc12 dynamic PT_DYNAMIC;
85 .dynamic : { *(.dynamic) } :kernel :dynamic
H A Dldscript.powerpcspe12 dynamic PT_DYNAMIC;
86 .dynamic : { *(.dynamic) } :kernel :dynamic
/freebsd-13.1/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-13.1/contrib/apr-util/include/
H A Dapu.hnw35 * APU_DECLARE_EXPORT is defined when building the APR-UTIL dynamic library,
39 * to provide static linkage when the dynamic library may be unavailable.
43 * the dynamic APR-UTIL library and assure appropriate indirection and calling
99 * we always enable dynamic driver loads within apr_dbd
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dengine.pod69 To list all the commands available to a dynamic engine:
71 $ openssl engine -t -tt -vvvv dynamic
72 (dynamic) Dynamic engine loading support
94 (dynamic) Dynamic engine loading support

12345678910>>...18