HomeSort by relevance Sort by last modified time
    Searched refs:R_MIPS_LO16 (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /bionic/libc/include/bits/
elf_mips.h 15 #define R_MIPS_LO16 6 /* low 16 bits of symbol value */
  /external/llvm/test/MC/Mips/
cpload.s 22 # OBJ-O32: R_MIPS_LO16 _gp_disp
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
jal-svr4pic-local-n64.d 18 [ ]*[0-9a-f]+: R_MIPS_LO16 \*ABS\*
tls-o32.d 13 4: R_MIPS_LO16 _gp_disp
eva.d 89 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
167 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
245 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
322 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
400 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
478 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
556 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
634 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
712 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
790 [ 0-9a-f]+: R_MIPS_LO16 MYDAT
    [all...]
mipsr6@eva.d 90 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
168 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
246 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
323 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
401 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
479 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
557 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
635 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
713 [ 0-9a-f]+: R_MIPS_LO16 MYDATA
791 [ 0-9a-f]+: R_MIPS_LO16 MYDAT
    [all...]
mcu.d 59 [ ]*[0-9a-f]+: R_MIPS_LO16 foo
62 [ ]*[0-9a-f]+: R_MIPS_LO16 foo
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 137 return ELF::R_MIPS_LO16;
147 return ELF::R_MIPS_LO16;
293 return ELF::R_MIPS_LO16;
325 Type = setRType3((unsigned)ELF::R_MIPS_LO16, Type);
385 /// R_MIPS_LO16) and distributing the addend between the linked relocations. The
388 /// matching R_MIPS_LO16) but the rule is less strict in practice.
511 case ELF::R_MIPS_LO16:
  /toolchain/binutils/binutils-2.27/elfcpp/
mips.h 54 R_MIPS_LO16 = 6,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 529 case ELF::R_MIPS_LO16:
665 case ELF::R_MIPS_LO16:
757 case ELF::R_MIPS_LO16:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips/
asm.go 65 ctxt.Out.Write32(uint32(elf.R_MIPS_LO16) | uint32(elfsym)<<8)
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips/
asm.go 65 ctxt.Out.Write32(uint32(elf.R_MIPS_LO16) | uint32(elfsym)<<8)
  /toolchain/binutils/binutils-2.27/bfd/
elfn32-mips.c 186 /* R_MIPS_HI16 and R_MIPS_LO16 are unsupported for NewABI REL.
205 HOWTO (R_MIPS_LO16, /* type */
213 "R_MIPS_LO16", /* name */
504 R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using
967 HOWTO (R_MIPS_LO16, /* type */
975 "R_MIPS_LO16", /* name */
    [all...]
elf32-mips.c 201 HOWTO (R_MIPS_LO16, /* type */
209 "R_MIPS_LO16", /* name */
    [all...]
elf64-mips.c 224 /* R_MIPS_HI16 and R_MIPS_LO16 are unsupported for NewABI REL.
243 HOWTO (R_MIPS_LO16, /* type */
251 "R_MIPS_LO16", /* name */
540 R_MIPS_HI16/R_MIPS_LO16 sequence with varying ordering, using
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 610 R_MIPS_LO16 = 6,
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
mips.h 45 RELOC_NUMBER (R_MIPS_LO16, 6)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/
asm.go 80 ctxt.Out.Write8(uint8(elf.R_MIPS_LO16))
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips64/
asm.go 80 ctxt.Out.Write8(uint8(elf.R_MIPS_LO16))
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.cpp 595 Fixup->set_kind(llvm::ELF::R_MIPS_LO16);
621 case llvm::ELF::R_MIPS_LO16:
622 Str << "R_MIPS_LO16 ";
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 268 case llvm::ELF::R_MIPS_LO16:
376 case llvm::ELF::R_MIPS_LO16:
718 "There is no saved R_MIPS_LO16 relocation");
916 // R_MIPS_LO16:
921 // AHL is a combination of HI16 and LO16 addends. But R_MIPS_LO16
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 859 R_MIPS_LO16 = 6
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
mips.cc 236 return (r_type == elfcpp::R_MIPS_LO16
410 return lo16_reloc == elfcpp::R_MIPS_LO16;
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]

Completed in 528 milliseconds

1 2 34 5