HomeSort by relevance Sort by last modified time
    Searched refs:R_386_TLS_GD (Results 1 - 25 of 38) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlsgd2.d 4 #error: .*TLS transition from R_386_TLS_GD to R_386_TLS_LE_32 against `foo'.*failed.*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
reloc32.d 29 .*[ ]+R_386_TLS_GD[ ]+xtrn
30 .*[ ]+R_386_TLS_GD[ ]+xtrn
55 .*[ ]+R_386_TLS_GD[ ]+xtrn
tlsd.d 18 [ ]+14: R_386_TLS_GD foo
  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /development/ndk/platforms/android-21/arch-x86/include/i386/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /development/ndk/platforms/android-21/arch-x86/include/machine/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /development/ndk/platforms/android-21/arch-x86_64/include/i386/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/i386/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/machine/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/i386/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/i386/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/machine/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/i386/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/i386/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/machine/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/i386/
elf_machdep.h 35 #define R_386_TLS_GD 18
  /toolchain/binutils/binutils-2.25/elfcpp/
i386.h 62 R_386_TLS_GD = 18, // Initial General Dynamic reloc, gnu-style
  /toolchain/binutils/binutils-2.25/include/elf/
i386.h 44 RELOC_NUMBER (R_386_TLS_GD, 18)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 216 return ELF::R_386_TLS_GD;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i386.c 94 HOWTO(R_386_TLS_GD, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
95 bfd_elf_generic_reloc, "R_386_TLS_GD",
268 return &elf_howto_table[R_386_TLS_GD - R_386_ext_offset];
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
i386.cc     [all...]
  /external/elfutils/src/
i386_ld.c 661 case R_386_TLS_GD:
985 case R_386_TLS_GD:
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 386 case llvm::ELF::R_386_TLS_GD: {
662 case llvm::ELF::R_386_TLS_GD: {
    [all...]
  /art/runtime/
elf.h 399 R_386_TLS_GD = 18,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 514 R_386_TLS_GD = 18
    [all...]

Completed in 157 milliseconds

1 2