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

  /bionic/libc/arch-mips/include/machine/
exec.h 175 #define R_MIPS_LO16 6 /* Low 16 bit */
elf_machdep.h 35 #define R_MIPS_LO16 6 /* low 16 bits of symbol value */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h 175 #define R_MIPS_LO16 6 /* Low 16 bit */
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 122 Type = ELF::R_MIPS_LO16;
166 Type = setRType3((unsigned)ELF::R_MIPS_LO16, Type);
207 return (I->Reloc.Type == ELF::R_MIPS_LO16) && (Hi->Sym == I->Sym) &&
250 if ((R->Reloc.Type == ELF::R_MIPS_LO16) && HasSameSymbol(*HiPos, *R) &&
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
exec.h 175 #define R_MIPS_LO16 6 /* Low 16 bit */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
exec.h 175 #define R_MIPS_LO16 6 /* Low 16 bit */
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 81 // Find next R_MIPS_LO16 relocation paired to pReloc.
88 if (llvm::ELF::R_MIPS_LO16 == reloc->type() &&
165 pLoReloc.type() == llvm::ELF::R_MIPS_LO16 &&
250 assert(NULL != lo_reloc && "There is no paired R_MIPS_LO16 for R_MIPS_HI16");
273 // R_MIPS_LO16:
313 assert(NULL != lo_reloc && "There is no paired R_MIPS_LO16 for R_MIPS_GOT16");
MipsLDBackend.cpp 744 case llvm::ELF::R_MIPS_LO16:
835 case llvm::ELF::R_MIPS_LO16:
    [all...]
  /frameworks/rs/driver/linkloader/include/impl/
ELFObject.hxx 553 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
568 case R_MIPS_LO16:
590 if (this_rel->getType() == R_MIPS_LO16 && this_sym == sym) {
  /development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h 81 #define R_MIPS_LO16 6
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
elf.h 81 #define R_MIPS_LO16 6
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
elf.h 81 #define R_MIPS_LO16 6
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 369 case ELF::R_MIPS_LO16:
727 ELF::R_MIPS_LO16, Value.Addend);
  /external/llvm/include/llvm/Support/
ELF.h 772 R_MIPS_LO16 = 6,
    [all...]
  /external/qemu/
elf.h 303 #define R_MIPS_LO16 6
    [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 352 milliseconds