HomeSort by: relevance | last modified time | path
    Searched refs:DF_STATIC_TLS (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
link.d 150 enum DF_STATIC_TLS = 0x00000010;
  /src/external/bsd/file/dist/src/
readelf.h 547 #define DF_STATIC_TLS 0x00000010 /* */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 563 enum DF_STATIC_TLS = 0x00000010;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 563 enum DF_STATIC_TLS = 0x00000010;
  /src/external/gpl3/binutils/dist/bfd/
elf32-frv.c 2896 ((bfd_link_executable (info)|| (info)->flags & DF_STATIC_TLS) \
4485 dinfo->info->flags |= DF_STATIC_TLS;
4584 || (dinfo->info->flags & DF_STATIC_TLS));
4700 || (dinfo->info->flags & DF_STATIC_TLS))
5644 if (! bfd_link_executable (info) && ! (info->flags & DF_STATIC_TLS))
6210 info->flags |= DF_STATIC_TLS;
6216 info->flags |= DF_STATIC_TLS;
6221 info->flags |= DF_STATIC_TLS;
elf64-alpha.c 1891 info->flags |= DF_STATIC_TLS;
1897 info->flags |= DF_STATIC_TLS;
3476 /* If the symbol is local, and we've already committed to DF_STATIC_TLS,
3479 && (info->link_info->flags & DF_STATIC_TLS))
elfnn-ia64.c 2230 info->flags |= DF_STATIC_TLS;
2401 info->flags |= DF_STATIC_TLS;
2407 info->flags |= DF_STATIC_TLS;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-frv.c 2895 ((bfd_link_executable (info)|| (info)->flags & DF_STATIC_TLS) \
4484 dinfo->info->flags |= DF_STATIC_TLS;
4583 || (dinfo->info->flags & DF_STATIC_TLS));
4699 || (dinfo->info->flags & DF_STATIC_TLS))
5643 if (! bfd_link_executable (info) && ! (info->flags & DF_STATIC_TLS))
6207 info->flags |= DF_STATIC_TLS;
6213 info->flags |= DF_STATIC_TLS;
6218 info->flags |= DF_STATIC_TLS;
elf64-alpha.c 1891 info->flags |= DF_STATIC_TLS;
1897 info->flags |= DF_STATIC_TLS;
3476 /* If the symbol is local, and we've already committed to DF_STATIC_TLS,
3479 && (info->link_info->flags & DF_STATIC_TLS))
elfnn-ia64.c 2232 info->flags |= DF_STATIC_TLS;
2403 info->flags |= DF_STATIC_TLS;
2409 info->flags |= DF_STATIC_TLS;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 382 enum DF_STATIC_TLS = 0x00000010;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 387 enum DF_STATIC_TLS = 0x00000010;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-frv.c 2895 ((bfd_link_executable (info)|| (info)->flags & DF_STATIC_TLS) \
4484 dinfo->info->flags |= DF_STATIC_TLS;
4583 || (dinfo->info->flags & DF_STATIC_TLS));
4699 || (dinfo->info->flags & DF_STATIC_TLS))
5637 if (! bfd_link_executable (info) && ! (info->flags & DF_STATIC_TLS))
6201 info->flags |= DF_STATIC_TLS;
6207 info->flags |= DF_STATIC_TLS;
6212 info->flags |= DF_STATIC_TLS;
elf64-alpha.c 1886 info->flags |= DF_STATIC_TLS;
1892 info->flags |= DF_STATIC_TLS;
3468 /* If the symbol is local, and we've already committed to DF_STATIC_TLS,
3471 && (info->link_info->flags & DF_STATIC_TLS))
elfnn-ia64.c 2232 info->flags |= DF_STATIC_TLS;
2403 info->flags |= DF_STATIC_TLS;
2409 info->flags |= DF_STATIC_TLS;
  /src/external/gpl3/gdb/dist/bfd/
elf32-frv.c 2896 ((bfd_link_executable (info)|| (info)->flags & DF_STATIC_TLS) \
4485 dinfo->info->flags |= DF_STATIC_TLS;
4584 || (dinfo->info->flags & DF_STATIC_TLS));
4700 || (dinfo->info->flags & DF_STATIC_TLS))
5644 if (! bfd_link_executable (info) && ! (info->flags & DF_STATIC_TLS))
6208 info->flags |= DF_STATIC_TLS;
6214 info->flags |= DF_STATIC_TLS;
6219 info->flags |= DF_STATIC_TLS;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 724 #define DF_STATIC_TLS 0x00000010 /* */
  /src/sys/sys/
exec_elf.h 815 #define DF_STATIC_TLS 0x00000010 /* */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 726 #define DF_STATIC_TLS 0x00000010 /* */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 726 #define DF_STATIC_TLS 0x00000010 /* */
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1357 DF_STATIC_TLS = 0x10 // Reject attempts to load dynamically.
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1351 #define DF_STATIC_TLS (1 << 4)
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1332 #define DF_STATIC_TLS (1 << 4)
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1318 #define DF_STATIC_TLS (1 << 4)
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1329 #define DF_STATIC_TLS (1 << 4)

Completed in 141 milliseconds

1 2 3 4 5