| /freebsd-9-stable/contrib/ntp/scripts/monitoring/ |
| 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-9-stable/contrib/binutils/ld/scripttempl/ |
| 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-9-stable/usr.bin/ldd/ |
| D | ldd.c | 312 int dynamic, i; in is_executable() local 314 dynamic = 0; in is_executable() 328 dynamic = 1; in is_executable() 333 if (!dynamic) { in is_executable() 354 int dynamic, i; in is_executable() local 356 dynamic = 0; in is_executable() 370 dynamic = 1; in is_executable() 375 if (!dynamic) { in is_executable()
|
| /freebsd-9-stable/crypto/openssl/ |
| D | README.ENGINE | 22 In addition, dynamic binding to external ENGINE implementations is now 23 provided by a special ENGINE called "dynamic". See the "DYNAMIC ENGINE" 51 with the various compiled-in ENGINEs (see further down for dynamic 116 The new "dynamic" ENGINE provides a low-overhead way to support ENGINE 124 The other use-case for "dynamic" is with applications that wish to 127 them, if you want them, in the form of "dynamic"-loadable 135 How does "dynamic" work? 137 The dynamic ENGINE has a special flag in its implementation such that 138 every time application code asks for the 'dynamic' ENGINE, it in fact 140 multiplexes multiple uses of 'dynamic' in a single application in any [all …]
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| 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 405 sym = bfd_minisymbol_to_symbol (abfd, dynamic, (const void *) from, store); in filter_symbols() 645 sort_symbols_by_size (bfd *abfd, bfd_boolean dynamic, void *minisyms, in sort_symbols_by_size() argument 672 sym = bfd_minisymbol_to_symbol (abfd, dynamic, (const void *) from, in sort_symbols_by_size() 688 dynamic, in sort_symbols_by_size() 909 print_size_symbols (bfd *abfd, bfd_boolean dynamic, in print_size_symbols() argument 927 sym = bfd_minisymbol_to_symbol (abfd, dynamic, from->minisym, store); in print_size_symbols() 946 print_symbols (bfd *abfd, bfd_boolean dynamic, void *minisyms, long symcount, in print_symbols() argument [all …]
|
| /freebsd-9-stable/contrib/binutils/config/ |
| 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-9-stable/contrib/llvm/patches/ |
| D | patch-r263312-llvm-r196986-allow-realign-alloca.diff | 5 The combination of inline asm, stack realignment, and dynamic allocas 9 Compiling any trivial function containing a dynamic alloca with ASan is 22 "Stack realignment in presence of dynamic allocas is not supported with" 28 - report_fatal_error("Stack realignment in presence of dynamic stack " 82 …; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline a… 97 …; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline a…
|
| D | patch-r262262-clang-r198923-sparc.diff | 3 Use the right dynamic linker for SPARC Linux executables. 38 +// CHECK-SPARCV8: "-dynamic-linker" "/lib/ld-linux.so.2" 46 +// CHECK-SPARCV9: "-dynamic-linker" "/lib64/ld-linux.so.2"
|
| /freebsd-9-stable/contrib/binutils/ld/ |
| D | ChangeLog | 602 --dynamic-list* before setting link_info.symbolic, 603 link_info.dynamic and link_info.dynamic_data. 609 link_info.dynamic, link_info.dynamic_data and link_info.symbolic 612 --dynamic-list-data, --dynamic-list-cpp-new, 613 --dynamic-list-cpp-typeinfo and --dynamic-list. 644 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and 645 --dynamic-list-cpp-new. 647 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data 648 and --dynamic-list-cpp-new. 651 (lang_process): Change link_info.dynamic to [all …]
|
| D | README | 50 The Solaris linker normally exports all dynamic symbols from an 56 the GNU linker export all dynamic symbols with the -E or 57 --export-dynamic command line option.
|
| /freebsd-9-stable/share/examples/ppp/ |
| 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-9-stable/crypto/openssl/doc/ |
| D | openssl-shared.txt | 4 If this directory is not in a standard system path for dynamic/shared 25 One common tool to check the dynamic dependencies of an executable 26 or dynamic library is ldd(1) on most UNIX systems.
|
| /freebsd-9-stable/contrib/binutils/ld/emultempl/ |
| D | sunos.em | 133 /* Despite the name, we use this routine to search for dynamic 160 || ! inp->dynamic) 372 /* Get the list of files which appear in ld_need entries in dynamic 375 table in the link. This is what the runtime dynamic linker will 376 do. Tracking the files down here permits one dynamic object to 426 /* We've found the needed dynamic object. */ 442 dynamic linker will search. That means that we want to use 540 dynamic object. */ 571 /* We've found the needed dynamic object. */ 582 dynamic object more than once. */ [all …]
|
| D | linux.em | 55 /* Try to open a dynamic archive. This is where we know that Linux 56 dynamic libraries have an extension of .sa. */ 121 dynamic linking. */ 123 einfo ("%P%F: failed to set dynamic section sizes: %E\n");
|
| /freebsd-9-stable/contrib/wpa/src/utils/ |
| D | trace.c | 83 bfd_boolean dynamic = FALSE; in read_syms() local 96 dynamic = TRUE; in read_syms() 109 if (dynamic) in read_syms() 115 dynamic ? "dynamic " : ""); in read_syms()
|
| /freebsd-9-stable/sys/boot/i386/efi/ |
| D | reloc.c | 39 _reloc(unsigned long ImageBase, Elf32_Dyn *dynamic, EFI_HANDLE image_handle, in _reloc() argument 52 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) { in _reloc()
|
| D | ldscript.i386 | 48 .dynamic : { *(.dynamic) }
|
| D | ldscript.amd64 | 51 .dynamic : { *(.dynamic) }
|
| /freebsd-9-stable/rescue/ |
| D | README | 7 function even if you've hosed your dynamic /bin and /sbin. For 29 cannot use some advanced library functions that rely on dynamic 31 rely on dynamic linking in the near future.
|
| /freebsd-9-stable/sys/geom/mirror/ |
| D | g_mirror_ctl.c | 100 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; in g_mirror_ctl_configure() local 147 dynamic = gctl_get_paraml(req, "dynamic", sizeof(*dynamic)); in g_mirror_ctl_configure() 148 if (dynamic == NULL) { in g_mirror_ctl_configure() 185 if (*hardcode && *dynamic) { in g_mirror_ctl_configure() 217 *nofailsync || *hardcode || *dynamic || *slicep != -1 || in g_mirror_ctl_configure() 225 !*dynamic && !do_priority) { in g_mirror_ctl_configure() 285 else if (*dynamic) in g_mirror_ctl_configure()
|
| /freebsd-9-stable/crypto/heimdal/cf/ |
| D | aix.m4 | 21 AC_ARG_ENABLE(dynamic-afs, 22 AS_HELP_STRING([--disable-dynamic-afs],
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMScheduleA8.td | 152 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers. 155 [1, 1, 1, 1, 3], [], -1>, // dynamic uops 160 [2, 1, 1, 1, 3], [], -1>, // dynamic uops 166 [1, 2, 1, 1, 3], [], -1>, // dynamic uops 171 [1, 1, 3], [], -1>, // dynamic uops 177 [1, 1, 3], [], -1>, // dynamic uops 230 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers. 233 [], [], -1>, // dynamic uops 238 [2], [], -1>, // dynamic uops 394 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers. [all …]
|
| /freebsd-9-stable/sys/boot/ia64/ski/ |
| D | ldscript.ia64 | 42 .dynamic : { *(.dynamic) }
|
| /freebsd-9-stable/sys/conf/ |
| D | ldscript.mips.cfe | 37 * Furthermore, CFE will only load PT_LOAD segments, therefore the dynamic 49 dynamic PT_LOAD ; 239 .dynamic : { *(.dynamic) } :dynamic
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf64-sparc.c | 56 asymbol **symbols, bfd_boolean dynamic) in elf64_sparc_slurp_one_reloc_table() argument 95 if ((abfd->flags & (EXEC_P | DYNAMIC)) == 0 || dynamic) in elf64_sparc_slurp_one_reloc_table() 149 asymbol **symbols, bfd_boolean dynamic) in elf64_sparc_slurp_reloc_table() argument 159 if (! dynamic) in elf64_sparc_slurp_reloc_table() 196 dynamic)) in elf64_sparc_slurp_reloc_table() 201 dynamic)) in elf64_sparc_slurp_reloc_table()
|