HomeSort by relevance Sort by last modified time
    Searched refs:addend (Results 251 - 275 of 366) sorted by null

<<1112131415

  /toolchain/binutils/binutils-2.25/bfd/
aout-arm.c 265 relocation += reloc_entry->addend;
elf32-vax.c 655 (_("%s: warning: GOT addend of %ld to `%s' does"
656 " not match previous GOT addend of %ld"),
1766 bfd_vma addend; local
    [all...]
pdp11.c     [all...]
aoutx.h 142 addend. */
    [all...]
aout-tic30.c 530 bfd_vma addend)
537 relocation = value + addend;
    [all...]
elf32-crx.c 436 bfd_vma offset, bfd_vma Rvalue, bfd_vma addend,
477 /* We only care about the addend, where the difference between
494 /* Add in supplied addend. */
495 Rvalue += addend;
634 /* Adjust the addend of SWITCH relocations in this section,
658 /* Fix the addend only when -->> (addsym > addr >= subsym). */
    [all...]
elf32-hppa.c 3315 bfd_signed_vma addend = rela->r_addend; local
    [all...]
linker.c     [all...]
elf32-metag.c 439 addend. */
774 /* And the reloc addend that this was derived from. */
775 bfd_vma addend; member in struct:elf_metag_stub_hash_entry
1240 bfd_signed_vma srel, addend = rel->r_addend; local
    [all...]
elf64-mmix.c     [all...]
elf32-cr16.c     [all...]
elf32-xstormy16.c 57 relocation += reloc_entry->addend;
456 (info, _("non-zero addend in @fptr reloc"), 0,
746 output file) adjusting the reloc addend as necessary.
762 section, which means that the addend must be adjusted
riscix.c 224 relocation += reloc_entry->addend;
syms.c 1087 val += sym->value + sym->section->vma + r->addend;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.c 535 reloc->addend = fixP->fx_offset;
541 /* Keep the current difference in the addend. */
542 reloc->addend = (S_GET_VALUE (fixP->fx_addsy)
582 reloc->addend = fixP->fx_offset = reloc->address;
588 reloc->addend = fixP->fx_offset = reloc->address;
    [all...]
tc-rl78.c 1180 reloc[0]->addend = fixp->fx_offset;
1192 reloc[rp]->addend = ADD; \
    [all...]
tc-vax.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
reloc.cc 523 // The addend is stored in the section contents. Since this
526 // that we have no way to record the original addend. If the
527 // original addend is not zero, there is basically no way for
1136 typename elfcpp::Elf_types<size>::Elf_Swxword addend; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 46 m_Addend(pIsRel ? pParent.target() : pParent.addend()),
736 return pReloc.target() + pReloc.addend();
739 pReloc.target() + pReloc.addend();
923 // addend here.
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 155 int64_t addend() const;
176 int64_t Addend;
  /external/v8/src/crankshaft/arm/
lithium-arm.h 768 // Instruction for computing multiplier * multiplicand + addend.
771 LMultiplyAddD(LOperand* addend, LOperand* multiplier,
773 inputs_[0] = addend;
778 LOperand* addend() { return inputs_[0]; } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 761 // Instruction for computing multiplier * multiplicand + addend.
764 LMultiplyAddD(LOperand* addend, LOperand* multiplier,
766 inputs_[0] = addend;
771 LOperand* addend() { return inputs_[0]; } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 779 // Instruction for computing multiplier * multiplicand + addend.
782 LMultiplyAddD(LOperand* addend, LOperand* multiplier,
784 inputs_[0] = addend;
789 LOperand* addend() { return inputs_[0]; } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 750 // Instruction for computing multiplier * multiplicand + addend.
753 LMultiplyAddD(LOperand* addend, LOperand* multiplier,
755 inputs_[0] = addend;
760 LOperand* addend() { return inputs_[0]; } function in class:v8::internal::final
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 716 // Instruction for computing multiplier * multiplicand + addend.
719 LMultiplyAddD(LOperand* addend, LOperand* multiplier,
721 inputs_[0] = addend;
726 LOperand* addend() { return inputs_[0]; } function in class:v8::internal::final
    [all...]

Completed in 1868 milliseconds

<<1112131415