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

1 2

  /bionic/libc/arch-mips/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
elf_machdep.h 28 #define R_MIPS_NONE 0
  /bionic/libc/arch-mips64/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
elf_machdep.h 28 #define R_MIPS_NONE 0
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /development/ndk/platforms/android-L/arch-mips/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
elf_machdep.h 28 #define R_MIPS_NONE 0
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
elf_machdep.h 28 #define R_MIPS_NONE 0
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
elf_machdep.h 28 #define R_MIPS_NONE 0
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
exec.h 169 #define R_MIPS_NONE 0 /* No reloc */
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 49 unsigned Type = (unsigned)ELF::R_MIPS_NONE;
65 Type = setRType3((unsigned)ELF::R_MIPS_NONE, Type);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 45 if (llvm::ELF::R_MIPS_NONE == pType)
49 llvm::ELF::R_MIPS_NONE != (type & 0xff); type >>= 8) {
73 return llvm::ELF::R_MIPS_NONE == type();
78 return llvm::ELF::R_MIPS_NONE == (m_Type >> 8);
298 case llvm::ELF::R_MIPS_NONE:
383 case llvm::ELF::R_MIPS_NONE:
781 type = llvm::ELF::R_MIPS_NONE;
793 // R_MIPS_NONE and those unsupported/deprecated relocation type
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 74 #define R_MIPS_NONE 0

Completed in 380 milliseconds

1 2