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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-rx.c     [all...]
tc-mn10300.c     [all...]
tc-m32r.c 82 properly calculate the addend in a relocatable link (since there is a
142 has only 16 bits of space to store an addend. This means that in
1753 int addend; local
    [all...]
tc-moxie.c 781 relP->addend = fixP->fx_offset;
788 putting stuff into the addend of a reloc (it should stay out) for a
809 relP->addend -= S_GET_VALUE (fixP->fx_addsy);
  /toolchain/binutils/binutils-2.25/bfd/
elf64-sh64.c 1464 bfd_vma addend = (bfd_vma)0; local
    [all...]
elf32-h8300.c 341 bfd_vma value, bfd_vma addend,
357 value += addend;
364 value += addend;
370 value += addend;
376 value += addend;
397 value += addend;
411 value += addend;
    [all...]
coff-rs6000.c 3335 bfd_vma addend; local
    [all...]
elf-m10300.c     [all...]
elf32-arm.c 2745 bfd_vma addend; member in struct:a8_erratum_fix
8208 bfd_vma addend; local
10421 bfd_signed_vma addend; local
10601 bfd_vma addend, value; local
    [all...]
coff-sh.c 436 size (sym->n_value) as an addend. The relocate_section
449 adjustment it made to the addend. However, we set the addend
532 r_offset into reloc_entry->addend for some relocs. */
543 cache_ptr->addend = 0; \
546 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
548 cache_ptr->addend = 0; \
555 cache_ptr->addend = (reloc).r_offset; \
608 insn += sym_value + reloc_entry->addend;
614 insn += sym_value + reloc_entry->addend;
2742 bfd_vma addend; local
    [all...]
elf64-ppc.c 597 addend. */
2731 bfd_vma addend; member in struct:got_entry
2763 bfd_vma addend; member in struct:plt_entry
13023 bfd_vma addend; local
    [all...]
elf32-spu.c 213 val += reloc_entry->addend;
353 bfd_vma addend; member in union:got_entry::__anon74924
1063 bfd_vma addend; local
1094 addend = 0;
1096 addend = irela->r_addend;
1103 if (g->addend == addend && g->ovl == 0)
1112 if (g->addend == addend)
1123 if (g->addend == addend && (g->ovl == ovl || g->ovl == 0)
1198 bfd_vma addend, from, to, br_dest, patt; local
4839 bfd_vma addend; local
    [all...]
elf32-sh.c 271 insn += sym_value + reloc_entry->addend;
276 sym_value += reloc_entry->addend;
732 have to add it to the addend to preserve it. */
993 must check the addend to see it will put the value in
3873 bfd_vma addend = (bfd_vma) 0; local
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 408 int64_t addend = 0;
413 // TODO: Read implicit addend from section data.
418 addend = ERela->r_addend;
448 fmt << Target << (addend < 0 ? "" : "+") << addend << "-P";
459 fmt << Target << (addend < 0 ? "" : "+") << addend;
471 if (addend != 0)
472 fmt << (addend < 0 ? "" : "+") << addend;
    [all...]
  /external/elfutils/libdwfl/
relocate.c 322 const GElf_Sxword *addend,
412 if (addend)
414 /* For the addend form, we have the value already. */
415 value += *addend;
  /toolchain/binutils/binutils-2.25/gold/
icf.cc 276 // Stores the addend and the symbol value.
304 // Modify symvalue/addend to the code entry.
310 // ADDEND_STR stores the symbol value and addend and offset,
313 // addend.
333 // Append the addend.
380 // Append the addend.
401 unsigned long long addend = it_a->second; local
402 // Ignoring the addend when it is a negative value. See the
404 if (addend < 0xffffff00)
405 offset = offset + addend;
    [all...]
powerpc.cc 578 unsigned int r_type, unsigned int r_sym, Address addend)
580 Branch_info info(ppc_object, data_shndx, r_offset, r_type, r_sym, addend);
6950 Address addend = rela.get_r_addend(); local
7216 Address addend = 0; local
7979 typename elfcpp::Elf_types<size>::Elf_Swxword addend local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Random.java 89 private static final long addend = 0xBL; field in class:Random
203 nextseed = (oldseed * multiplier + addend) & mask;
    [all...]
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 57 short addend; member in struct:tc_ratespec
  /external/libnl/include/linux/
pkt_sched.h 81 short addend; member in struct:tc_ratespec
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 143 Relocation::DWord addend,
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 144 ASSERT_EQ(static_cast<mcld::Relocation::Address>(-0x4), rReloc->addend());
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
pkt_sched.h 57 short addend; member in struct:tc_ratespec
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
pkt_sched.h 57 short addend; member in struct:tc_ratespec
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
pkt_sched.h 57 short addend; member in struct:tc_ratespec

Completed in 1322 milliseconds

1 2 3 4 5 67 8 91011>>