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

1 2

  /external/elfutils/backends/
common-reloc.c 32 #define R_TYPE(name) PASTE (RELOC_PREFIX, name)
65 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
77 #define RELOC_TYPE(type, uses) [R_TYPE (type)] = uses,
131 return reloc == R_TYPE (COPY);
137 return reloc == R_TYPE (NONE);
144 return reloc == R_TYPE (RELATIVE);
  /bionic/libc/arch-x86/include/machine/
elf_machdep.h 64 #define R_TYPE(name) __CONCAT(R_386_,name)
  /bionic/libc/arch-x86_64/include/machine/
elf_machdep.h 51 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /development/ndk/platforms/android-21/arch-x86/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-21/arch-x86/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-21/arch-x86_64/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-21/arch-x86_64/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.h 44 #define GAS_CGEN_PCREL_R_TYPE(R_TYPE) gas_cgen_pcrel_r_type (R_TYPE)
  /bionic/libc/arch-arm64/include/machine/
elf_machdep.h 104 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /development/ndk/platforms/android-21/arch-arm64/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)

Completed in 1847 milliseconds

1 2