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

  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 32 #define R_386_TLS_IE 15
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 201 Type = ELF::R_386_TLS_IE;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-x86.c 55 R_386_TLS_IE, 32},
elf.h 280 R_386_TLS_IE = 15, /* Absolute address of GOT entry for negative
  /external/elfutils/src/
i386_ld.c 659 case R_386_TLS_IE:
961 case R_386_TLS_IE:
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 305 case llvm::ELF::R_386_TLS_IE:
522 case llvm::ELF::R_386_TLS_IE:
599 /// convert R_386_TLS_IE to R_386_TLS_LE
603 assert(pReloc.type() == llvm::ELF::R_386_TLS_IE);
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 389 R_386_TLS_IE = 15,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 507 R_386_TLS_IE = 15
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/llvm/include/llvm/Object/
ELF.h     [all...]

Completed in 524 milliseconds