HomeSort by relevance Sort by last modified time
    Searched full:tls_gd (Results 1 - 16 of 16) sorted by null

  /external/elfutils/backends/
i386_reloc.def 47 RELOC_TYPE (TLS_GD, REL)
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFunctions.h 24 DECL_X86_32_APPLY_RELOC_FUNC(tls_gd) \
51 { &tls_gd, 18, "R_386_TLS_GD", 32 }, \
X86Relocator.cpp 987 Relocator::Result tls_gd(Relocation& pReloc, X86_32Relocator& pParent) { function in namespace:mcld
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-nios2.texi 142 @cindex @code{tls_gd} directive, Nios II
156 @itemx %tls_gd(@var{expression})
c-tilepro.texi 218 @item tls_gd
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c 13033 unsigned char tls_mask, tls_gd, tls_type; local
    [all...]
elf32-ppc.c 7611 unsigned int tls_type, tls_mask, tls_gd; local
    [all...]
elf32-microblaze.c 703 #define TLS_GD 1 /* GD reloc. */
712 #define IS_TLS_GD(x) (x == (TLS_TLS | TLS_GD))
    [all...]
elf32-or1k.c 581 #define TLS_GD 2
    [all...]
elfxx-tilegx.c     [all...]
ChangeLog-2011     [all...]
elf32-nios2.c     [all...]
ChangeLog-0203     [all...]
elf32-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tilepro.c 232 INSERT_SPECIAL_OP(tls_gd);
494 HANDLE_OP16 (TLS_GD);
    [all...]
tc-nios2.c 311 || strprefix (str, "%tls_gd")
    [all...]

Completed in 1031 milliseconds