/toolchain/binutils/binutils-2.27/config/ |
D | tls.m4 | 4 GCC_ENABLE(tls, yes, [], [Use thread-local storage]) 5 AC_CACHE_CHECK([whether the target supports thread-local storage], 57 [pthread_t thread; 61 if (pthread_create (&thread, (pthread_attr_t *)0, 64 if (pthread_join (thread, &thread_retval)) 97 [Define to 1 if the target supports thread-local storage.]) 102 GCC_ENABLE(tls, yes, [], [Use thread-local storage]) 103 AC_CACHE_CHECK([whether the target assembler supports thread-local storage], 110 [Define to 1 if the target assembler supports thread-local storage.]) 115 AC_CACHE_CHECK([whether the thread-local storage support is from emutls], [all …]
|
D | gthr.m4 | 8 dnl Define header location by thread model
|
D | tcl.m4 | 581 # Specify if thread support should be enabled. TCL_THREADS is 613 # USE_THREAD_ALLOC tells us to try the special thread-based 652 …AC_MSG_WARN([Don't know how to find pthread lib on your system - you must disable thread support o… 1841 # won't define thread-safe library routines. 1867 # won't define thread-safe library routines.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | mach-o-i386.c | 280 bfd_mach_o_i386_print_thread (bfd *abfd, bfd_mach_o_thread_flavour *thread, in bfd_mach_o_i386_print_thread() argument 285 switch (thread->flavour) in bfd_mach_o_i386_print_thread() 288 if (thread->size < (8 + 16 * 4)) in bfd_mach_o_i386_print_thread() 316 if (thread->size < 8) in bfd_mach_o_i386_print_thread() 324 if (thread->size < 8 + 3 * 4) in bfd_mach_o_i386_print_thread()
|
D | mach-o.h | 572 bfd_mach_o_thread_command thread; member
|
D | mach-o.c | 1145 bfd_mach_o_thread_command *cmd = &command->command.thread; in bfd_mach_o_write_thread() 3995 bfd_mach_o_thread_command *cmd = &command->command.thread; in bfd_mach_o_read_thread() 4812 thr = &cmd->command.thread; in bfd_mach_o_scan_start_address()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | Makefile.am | 355 ld1_LDFLAGS += -Wl,--thread-count=3 356 ld2_LDFLAGS += -Wl,--thread-count=3 357 ld3_LDFLAGS += -Wl,--thread-count=13 358 ld4_LDFLAGS += -Wl,--thread-count=3
|
D | Makefile.in | 80 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_1 = -Wl,--thread-count=3 81 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_2 = -Wl,--thread-count=3 82 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_3 = -Wl,--thread-count=13 83 @GCC_TRUE@@NATIVE_LINKER_TRUE@@THREADS_TRUE@am__append_4 = -Wl,--thread-count=3
|
D | configure.ac | 391 AC_CACHE_CHECK([for thread support], [gold_cv_c_thread],
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | ChangeLog-2010 | 43 the counting function itself is thread safe.
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-alpha.texi | 246 address of the thread-local storage variable whose descriptor was 252 address of the base of the thread-local storage block for the current 313 symbol within its module's thread-local storage block. Also known 314 as the dynamic thread pointer offset or dtp-relative offset. 323 symbol from the thread pointer. Also known as the tp-relative offset.
|
D | c-s390.texi | 716 For more information about the thread local storage modifiers 725 The thread local storage instruction markers are used by the linker to 731 exec TLS model that retrieves the offset from the thread pointer to a 732 thread local storage variable from the GOT. 741 For more information about the thread local storage instruction marker 859 For more information about the thread local storage modifiers see the
|
/toolchain/binutils/binutils-2.27/gold/po/ |
D | id.po | 895 msgid "ignoring --threads: %s was compiled without thread support" 896 msgstr "mengabaikan --threads: %s telah dikompilasi tanpa dukungan thread" 900 msgid "ignoring --thread-count: %s was compiled without thread support" 901 msgstr "mengabaikan --thread-count: %s telah dikompilasi tanpa bantuah thread" 1276 msgstr "Jumlah dari thread yang digunakan" 1284 msgstr "Jumlah dari thread yang digunakan dalam tahap awal" 1288 msgstr "Jumlah thread yang digunakan dalam tahap perantara" 1292 msgstr "Jumlah dari thread yang digunakan dalam tahap akhir"
|
D | it.po | 1022 msgid "ignoring --threads: %s was compiled without thread support" 1027 msgid "ignoring --thread-count: %s was compiled without thread support" 1028 msgstr "ignorata l'opzione --thread-count: %s compilato senza supporto per il threading" 1577 msgstr "Esegue il linker con thread multiplo" 1581 msgstr "Non esegue il linker con thread multiplo" 1585 msgstr "Numero di thread da usare" 1589 msgstr "Numero di thread da usare nella passata iniziale" 1593 msgstr "Numero di thread da usare nella passata intermedia" 1597 msgstr "Numero di thread da usare nella passata finale"
|
D | es.po | 1021 msgid "ignoring --threads: %s was compiled without thread support" 1026 msgid "ignoring --thread-count: %s was compiled without thread support" 1027 msgstr "se descarta --thread-count: %s se compiló sin soporte para hilos"
|
D | vi.po | 1027 msgid "ignoring --threads: %s was compiled without thread support" 1032 msgid "ignoring --thread-count: %s was compiled without thread support" 1033 msgstr "đang bỏ qua tuỳ chọn \"--thread-count\": %s đã được biên dịch mà không hỗ trợ nhánh"
|
D | gold.pot | 1475 msgid "ignoring --threads: %s was compiled without thread support" 1480 msgid "ignoring --thread-count: %s was compiled without thread support"
|
D | zh_CN.po | 1491 msgid "ignoring --threads: %s was compiled without thread support" 1496 msgid "ignoring --thread-count: %s was compiled without thread support"
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | ppc64elf.em | 715 { "plt-thread-safe", no_argument, NULL, OPTION_PLT_THREAD_SAFE }, 716 { "no-plt-thread-safe", no_argument, NULL, OPTION_NO_PLT_THREAD_SAFE }, 753 --plt-thread-safe PLT call stubs with load-load barrier.\n" 756 --no-plt-thread-safe PLT call stubs without barrier.\n"
|
D | beos.em | 542 name. After sorting them, we re-thread the pointer
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | od-macho.c | 999 bfd_mach_o_thread_command *thread = &cmd->command.thread; in dump_thread() local 1004 printf (" nflavours: %lu\n", thread->nflavours); in dump_thread() 1005 for (j = 0; j < thread->nflavours; j++) in dump_thread() 1007 bfd_mach_o_thread_flavour *flavour = &thread->flavours[j]; in dump_thread()
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | FAQ | 152 21. Is zlib thread-safe? 155 provided memory allocation routines must also be thread-safe. zlib's gz* 161 single thread at a time.
|
D | README | 7 thread safe. The data format used by the zlib library is described by RFCs
|
/toolchain/binutils/binutils-2.27/zlib/win32/ |
D | README-WIN32.txt | 4 thread safe. The data format used by the zlib library is described by RFCs
|
/toolchain/binutils/binutils-2.27/ |
D | ltmain.sh | 4793 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) 4896 -thread-safe) 5286 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
|