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

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlsie5.d 1 #name: TLS IE->LE transition check (R_386_TLS_IE)
4 #error: .*TLS transition from R_386_TLS_IE to R_386_TLS_LE_32 against `foo'.*failed.*
tlsie4.d 1 #name: TLS IE->LE transition check (R_386_TLS_IE with %eax)
4 #error: .*TLS transition from R_386_TLS_IE to R_386_TLS_LE_32 against `foo'.*failed.*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
reloc32.d 33 .*[ ]+R_386_TLS_IE[ ]+xtrn
34 .*[ ]+R_386_TLS_IE[ ]+xtrn
58 .*[ ]+R_386_TLS_IE[ ]+xtrn
tlsnopic.d 32 [ ]+48: R_386_TLS_IE foo
36 57: R_386_TLS_IE foo
  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /development/ndk/platforms/android-21/arch-x86/include/i386/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /development/ndk/platforms/android-21/arch-x86/include/machine/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /development/ndk/platforms/android-21/arch-x86_64/include/i386/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/i386/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/machine/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/i386/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/i386/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/machine/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/i386/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/i386/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/machine/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/i386/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /toolchain/binutils/binutils-2.25/elfcpp/
i386.h 59 R_386_TLS_IE = 15, // Initial Initial Exec reloc, gnu-style (no-PIC)
  /toolchain/binutils/binutils-2.25/include/elf/
i386.h 41 RELOC_NUMBER (R_386_TLS_IE, 15)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 227 return ELF::R_386_TLS_IE;
  /toolchain/binutils/binutils-2.25/gold/
i386.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i386.c 85 HOWTO(R_386_TLS_IE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
86 bfd_elf_generic_reloc, "R_386_TLS_IE",
256 return &elf_howto_table[R_386_TLS_IE - R_386_ext_offset];
    [all...]
  /external/elfutils/src/
i386_ld.c 651 case R_386_TLS_IE:
953 case R_386_TLS_IE:
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 438 case llvm::ELF::R_386_TLS_IE: {
693 case llvm::ELF::R_386_TLS_IE: {
779 /// convert R_386_TLS_IE to R_386_TLS_LE
782 assert(pReloc.type() == llvm::ELF::R_386_TLS_IE);
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go     [all...]

Completed in 1385 milliseconds

1 2