| /freebsd-12.1/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-12.1/contrib/binutils/ld/scripttempl/ |
| H A D | aout.sc | 22 /* The next six sections are for SunOS dynamic linking. The order 37 /* The first three sections are for SunOS dynamic linking. */ 38 *(.dynamic) 42 *(.linux-dynamic) /* For Linux dynamic linking. */
|
| /freebsd-12.1/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 54 …<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-12.1/usr.bin/ldd/ |
| H A D | ldd.c | 323 int dynamic, i; in is_executable() local 325 dynamic = 0; in is_executable() 339 dynamic = 1; in is_executable() 344 if (!dynamic) { in is_executable() 365 int dynamic, i; in is_executable() local 367 dynamic = 0; in is_executable() 381 dynamic = 1; in is_executable() 386 if (!dynamic) { in is_executable()
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_vdso.lds.s | 25 .dynamic : { *(.dynamic) } :text :dynamic 48 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_vdso.lds.s | 26 .dynamic : { *(.dynamic) } :text :dynamic 49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_vdso.lds.s | 26 .dynamic : { *(.dynamic) } :text :dynamic 49 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
| /freebsd-12.1/sys/compat/cloudabi/ |
| H A D | cloudabi_vdso.lds | 25 .dynamic : { *(.dynamic) } :text :dynamic 48 dynamic PT_DYNAMIC FLAGS(4); /* PF_R */
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | README.ENGINE | 20 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-12.1/contrib/binutils/binutils/ |
| H A D | nm.c | 150 static int dynamic = 0; /* Print dynamic symbols. */ variable 182 {"dynamic", no_argument, &dynamic, 1}, 384 filter_symbols (bfd *abfd, bfd_boolean dynamic, void *minisyms, in filter_symbols() argument 688 dynamic, in sort_symbols_by_size() 909 print_size_symbols (bfd *abfd, bfd_boolean dynamic, in print_size_symbols() argument 962 sym = bfd_minisymbol_to_symbol (abfd, dynamic, from, store); in print_symbols() 980 if (! dynamic) in display_rel_file() 989 symcount = bfd_read_minisymbols (abfd, dynamic, &minisyms, &size); in display_rel_file() 1008 if (dynamic) in display_rel_file() 1058 sort_dynamic = dynamic; in display_rel_file() [all …]
|
| /freebsd-12.1/contrib/binutils/config/ |
| H A D | ld-symbolic.m4 | 27 dnl Set DYNAMIC_LIST_CPP_NEW_LDFLAGS to --dynamic-list-cpp-new for GNU 30 [AC_CACHE_CHECK([if the GNU linker ($LD) supports --dynamic-list-cpp-new], 36 if $LD --help 2>&1 </dev/null | grep dynamic-list-cpp-new 1>&5; then 41 DYNAMIC_LIST_CPP_NEW_LDFLAGS="$SYMBOLIC_LDFLAGS -Wl,--dynamic-list-cpp-new"
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog | 602 --dynamic-list* before setting link_info.symbolic, 603 link_info.dynamic and link_info.dynamic_data. 612 --dynamic-list-data, --dynamic-list-cpp-new, 613 --dynamic-list-cpp-typeinfo and --dynamic-list. 645 --dynamic-list-cpp-new. 648 and --dynamic-list-cpp-new. 651 (lang_process): Change link_info.dynamic to 662 --dynamic-list-data and --dynamic-list-cpp-new. Make 665 Set link_info.dynamic to TRUE for --dynamic-list and 666 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and [all …]
|
| /freebsd-12.1/stand/common/ |
| H A D | self_reloc.c | 60 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-12.1/sys/gnu/dts/arm64/arm/ |
| H A D | juno.dts | 101 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 D | juno-r2.dts | 102 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-12.1/share/examples/ppp/ |
| H A D | ppp.linkdown.sample | 28 # 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-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 29 DYNAMIC_TAG(NULL, 0) // Marks end of dynamic array. 34 DYNAMIC_TAG(STRTAB, 5) // Address of dynamic string table. 35 DYNAMIC_TAG(SYMTAB, 6) // Address of dynamic symbol table. 110 // Hexagon specific dynamic table entries 115 // Mips specific dynamic table entry tags. 137 MIPS_DYNAMIC_TAG(MIPS_UNREFEXTNO, 0x70000012) // Index of first external dynamic 139 MIPS_DYNAMIC_TAG(MIPS_GOTSYM, 0x70000013) // Index of first dynamic symbol 186 MIPS_DYNAMIC_TAG(MIPS_AUX_DYNAMIC, 0x70000031) // Address of auxiliary .dynamic. 193 // PPC64 specific dynamic table entries.
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_vdso.lds.s | 21 .dynamic : { *(.dynamic) }
|
| /freebsd-12.1/rescue/ |
| H A D | README | 7 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-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Type.cpp | 780 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic) in TypeImpl() argument 781 : m_module_wp(), m_static_type(type_sp), m_dynamic_type(dynamic) { in TypeImpl() 782 SetType(type_sp, dynamic); in TypeImpl() 791 TypeImpl::TypeImpl(const TypePair &pair, const CompilerType &dynamic) in TypeImpl() argument 793 SetType(pair, dynamic); in TypeImpl() 810 const CompilerType &dynamic) { in SetType() argument 812 m_dynamic_type = dynamic; in SetType() 816 const CompilerType &dynamic) { in SetType() argument 819 m_dynamic_type = dynamic; in SetType() 822 void TypeImpl::SetType(const TypePair &pair, const CompilerType &dynamic) { in SetType() argument [all …]
|
| /freebsd-12.1/contrib/binutils/ld/emultempl/ |
| H A D | sunos.em | 160 || ! inp->dynamic) 426 /* We've found the needed dynamic object. */ 540 dynamic object. */ 571 /* We've found the needed dynamic object. */ 582 dynamic object more than once. */ 724 referred to by dynamic objects. */ 728 required by dynamic linking. */ 744 dynamic object. */ 802 not doing a dynamic link, or the start of the .dynamic section if 822 symbols which are referred to by dynamic objects. */ [all …]
|
| /freebsd-12.1/sys/conf/ |
| H A D | Makefile.riscv | 32 --no-warn-mismatch --warn-common --export-dynamic \ 33 --dynamic-linker /red/herring \
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | configure.ac | 9 # --enable-dynamic-extensions 98 # --enable-dynamic-extensions 100 AC_ARG_ENABLE(dynamic-extensions, [AS_HELP_STRING( 101 [--enable-dynamic-extensions], [support loadable extensions [default=yes]])], 108 AC_MSG_CHECKING([for whether to support dynamic extensions])
|
| /freebsd-12.1/contrib/apr-util/include/ |
| H A D | apu.hnw | 35 * 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-12.1/crypto/openssl/doc/man1/ |
| H A D | engine.pod | 69 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
|