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

1 2

  /bionic/libc/include/bits/
elf_mips.h 62 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel28-n32.d 41 .*: R_MIPS_TLS_GD bar
83 .*: R_MIPS_TLS_GD bar
elf-rel28-n64.d 69 .*: R_MIPS_TLS_GD bar
153 .*: R_MIPS_TLS_GD bar
tls-o32.d 22 20: R_MIPS_TLS_GD tlsvar_gd
  /development/ndk/platforms/android-21/arch-mips/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/machine/
elf_machdep.h 82 #define R_MIPS_TLS_GD 42 /* 16 bit GOT offset for GD */
  /toolchain/binutils/binutils-2.25/elfcpp/
mips.h 91 R_MIPS_TLS_GD = 42,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 295 return ELF::R_MIPS_TLS_GD;
563 case ELF::R_MIPS_TLS_GD:
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 408 } else if (pType == llvm::ELF::R_MIPS_TLS_GD) {
429 if (pType == llvm::ELF::R_MIPS_TLS_GD) {
MipsRelocator.cpp 307 case llvm::ELF::R_MIPS_TLS_GD:
420 case llvm::ELF::R_MIPS_TLS_GD:
771 if (pType == llvm::ELF::R_MIPS_TLS_GD) {
808 if (pType == llvm::ELF::R_MIPS_TLS_GD) {
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfn32-mips.c 638 HOWTO (R_MIPS_TLS_GD, /* type */
646 "R_MIPS_TLS_GD", /* name */
    [all...]
elf32-mips.c 584 HOWTO (R_MIPS_TLS_GD, /* type */
592 "R_MIPS_TLS_GD", /* name */
    [all...]
elf64-mips.c 674 HOWTO (R_MIPS_TLS_GD, /* type */
682 "R_MIPS_TLS_GD", /* name */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 643 R_MIPS_TLS_GD = 42,
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 80 RELOC_NUMBER (R_MIPS_TLS_GD, 42)
    [all...]

Completed in 624 milliseconds

1 2