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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
pkt_sched.h 57 short addend; member in struct:tc_ratespec
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
pkt_sched.h 57 short addend; member in struct:tc_ratespec
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
pkt_sched.h 57 short addend; member in struct:tc_ratespec
  /toolchain/binutils/binutils-2.25/bfd/
coff-sparc.c 181 cache_ptr->addend = reloc.r_offset;
elf32-i370.c 211 addend. */
1011 relocatable output file) adjusting the reloc addend as
1028 section, which means that the addend must be adjusted
1063 bfd_vma addend = rel->r_addend;
1054 bfd_vma addend = rel->r_addend; local
    [all...]
elf64-sparc.c 50 has secondary addend in ELF64_R_TYPE_DATA. We handle it as two relocations
116 relent->addend = rela.r_addend;
125 relent->addend = ELF64_R_TYPE_DATA (rela.r_info);
398 = ELF64_R_INFO (n, ELF64_R_TYPE_INFO (r->addend,
408 dst_rela.r_addend = ptr->addend;
789 standard ELF, because R_SPARC_OLO10 has secondary addend in
reloc16.c 99 value += reloc->addend;
simple.c 54 bfd_vma addend ATTRIBUTE_UNUSED,
cofflink.c 2916 bfd_vma addend; local
    [all...]
elfn32-mips.c 452 /* Insert the addend as an instruction. */
468 /* Insert the addend as an instruction, and change all relocations
503 a) It means building the addend from a R_MIPS_HIGHEST/R_MIPS_HIGHER/
759 /* 32 bit relocation with no addend. */
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.c 2347 long addend = builtin_addend (arg_label, NULL); local
2471 long addend = builtin_addend (argv[1], NULL); local
    [all...]
tc-or1k.c 317 reloc->addend = fx->fx_offset;
tc-xc16x.c 301 rel->addend = fixp->fx_offset;
tc-msp430.c     [all...]
tc-nios2.c 843 offsetT addend, remainder;
919 addend = 32767;
921 addend = -32768;
922 addend_mask = SET_IW_I_IMM16 ((unsigned int)addend);
936 remainder = offset - addend * (n - 1);
839 offsetT addend, remainder; local
    [all...]
tc-hppa.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
msp430-decode.opc 67 msp430->op[n].addend = a)
73 msp430->op[n].addend = a)
  /toolchain/binutils/binutils-2.25/gold/
output.cc 1039 // For a local section symbol, get the address of the offset ADDEND
1045 local_section_offset(Addend addend) const
1058 return offset + addend;
1063 offset = os->output_address(relobj, lsi, addend);
1126 Addend addend) const
1135 return sym->value() + addend;
1140 return this->u1_.os->address() + addend;
1153 return symval->value(relobj, addend);
1216 Addend addend = this->addend_; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 668 bfd_vma offset, addend; local
696 addend = r->u.a.addend;
706 addend += symval->X_add_number;
730 && addend != 0)
733 addend += S_GET_VALUE (sym);
751 r->u.b.r.addend = addend;
864 with non-zero addend. */
    [all...]
ecoff.c 842 bfd_vma addend; /* addend to as_sym value */
840 bfd_vma addend; \/* addend to as_sym value *\/ member in struct:localsym
3432 bfd_vma addend; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 477 struct nvfx_src addend = nvfx_src(nvfx_fp_imm(fpc, 0, 0, 0, 1)); local
478 addend.swz[0] = fsrc->Register.SwizzleX;
479 addend.swz[1] = fsrc->Register.SwizzleY;
480 addend.swz[2] = fsrc->Register.SwizzleZ;
481 addend.swz[3] = fsrc->Register.SwizzleW;
483 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none));
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.c     [all...]
coffgrok.c 192 r->addend = sr->addend;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 75 Relocation::DWord addend,
77 : m_pInfo(pInfo), m_Addend(addend), m_IsGot16(isGot16) {
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]

Completed in 3588 milliseconds

1 2 3 4 5 6 7 891011>>