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

  /external/elfutils/0.153/backends/
common-reloc.c 29 #define R_TYPE(name) PASTE (RELOC_PREFIX, name)
62 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
74 #define RELOC_TYPE(type, uses) [R_TYPE (type)] = uses,
115 return reloc == R_TYPE (COPY);
121 return reloc == R_TYPE (NONE);
128 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-L/arch-x86/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-L/arch-x86/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-L/arch-x86_64/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/machine/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/i386/
elf_machdep.h 63 #define R_TYPE(name) __CONCAT(R_386_,name)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/machine/
elf_machdep.h 49 #define R_TYPE(name) __CONCAT(R_X86_64_,name)
  /bionic/libc/arch-arm64/include/machine/
elf_machdep.h 104 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /development/ndk/platforms/android-L/arch-arm64/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/machine/
elf_machdep.h 103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
  /bionic/libc/arch-arm/include/machine/
elf_machdep.h 113 #define R_TYPE(name) __CONCAT(R_ARM_,name)
  /development/ndk/platforms/android-L/arch-arm/include/machine/
elf_machdep.h 113 #define R_TYPE(name) __CONCAT(R_ARM_,name)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/machine/
elf_machdep.h 113 #define R_TYPE(name) __CONCAT(R_ARM_,name)
  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
  /bionic/libc/arch-mips64/include/machine/
elf_machdep.h 94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
  /development/ndk/platforms/android-L/arch-mips/include/machine/
elf_machdep.h 94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
elf_machdep.h 94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
elf_machdep.h 94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
elf_machdep.h 94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
  /bionic/linker/
linker.cpp 1084 unsigned type = ELFW(R_TYPE)(rela->r_info);
    [all...]

Completed in 523 milliseconds