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

  /bionic/libc/arch-mips/include/machine/
exec.h 172 #define R_MIPS_REL32 3 /* PC relative 32 bit */
185 #define R_MIPS_REL32_64 ((R_MIPS_64 << 8) | R_MIPS_REL32)
elf_machdep.h 31 #define R_MIPS_REL32 3
32 #define R_MIPS_REL R_MIPS_REL32
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 172 #define R_MIPS_REL32 3 /* PC relative 32 bit */
185 #define R_MIPS_REL32_64 ((R_MIPS_64 << 8) | R_MIPS_REL32)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
exec.h 172 #define R_MIPS_REL32 3 /* PC relative 32 bit */
185 #define R_MIPS_REL32_64 ((R_MIPS_64 << 8) | R_MIPS_REL32)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
exec.h 172 #define R_MIPS_REL32 3 /* PC relative 32 bit */
185 #define R_MIPS_REL32_64 ((R_MIPS_64 << 8) | R_MIPS_REL32)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
exec.h 172 #define R_MIPS_REL32 3 /* PC relative 32 bit */
185 #define R_MIPS_REL32_64 ((R_MIPS_64 << 8) | R_MIPS_REL32)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
exec.h 172 #define R_MIPS_REL32 3 /* PC relative 32 bit */
185 #define R_MIPS_REL32_64 ((R_MIPS_64 << 8) | R_MIPS_REL32)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
exec.h 172 #define R_MIPS_REL32 3 /* PC relative 32 bit */
185 #define R_MIPS_REL32_64 ((R_MIPS_64 << 8) | R_MIPS_REL32)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 164 case llvm::ELF::R_MIPS_REL32:
305 case llvm::ELF::R_MIPS_REL32:
364 rel_entry.setType(llvm::ELF::R_MIPS_REL32);
450 rel_entry.setType(llvm::ELF::R_MIPS_REL32);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 77 #define R_MIPS_REL32 3
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
elf.h 77 #define R_MIPS_REL32 3
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
elf.h 77 #define R_MIPS_REL32 3
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
elf.h 77 #define R_MIPS_REL32 3
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
elf.h 77 #define R_MIPS_REL32 3
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
elf.h 77 #define R_MIPS_REL32 3
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 801 R_MIPS_REL32 = 3
    [all...]
  /external/qemu/
elf.h 300 #define R_MIPS_REL32 3
    [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...]
  /bionic/linker/
linker.cpp 987 case R_MIPS_REL32:
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/llvm/include/llvm/Object/
ELF.h     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 1169 milliseconds