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

  /bionic/libc/arch-mips/include/machine/
elf_machdep.h 38 #define R_MIPS_GOT16 9 /* Reference to global offset table */
39 #define R_MIPS_GOT R_MIPS_GOT16
exec.h 178 #define R_MIPS_GOT16 9 /* 16 bit GOT entry */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 178 #define R_MIPS_GOT16 9 /* 16 bit GOT entry */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
exec.h 178 #define R_MIPS_GOT16 9 /* 16 bit GOT entry */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
exec.h 178 #define R_MIPS_GOT16 9 /* 16 bit GOT entry */
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 116 Type = ELF::R_MIPS_GOT16;
197 return ((R.Reloc.Type == ELF::R_MIPS_GOT16) && !SD.isExternal()) ||
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 85 #define R_MIPS_GOT16 9
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
elf.h 85 #define R_MIPS_GOT16 9
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
elf.h 85 #define R_MIPS_GOT16 9
  /frameworks/rs/driver/linkloader/include/impl/
ELFObject.hxx 577 case R_MIPS_GOT16:
582 if (rel->getType() == R_MIPS_GOT16) {
599 rsl_assert(A == 0 && "R_MIPS_GOT16 addend is not 0.");
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 164 pHiReloc.type() == llvm::ELF::R_MIPS_GOT16) &&
302 // R_MIPS_GOT16:
313 assert(NULL != lo_reloc && "There is no paired R_MIPS_LO16 for R_MIPS_GOT16");
MipsLDBackend.cpp 767 case llvm::ELF::R_MIPS_GOT16:
846 case llvm::ELF::R_MIPS_GOT16:
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 775 R_MIPS_GOT16 = 9,
    [all...]
  /external/qemu/
elf.h 306 #define R_MIPS_GOT16 9
    [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...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]

Completed in 287 milliseconds