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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
reloc-bad-5.l 2 [^:]*:8: Error: addend used with \$DSBT_INDEX
reloc-bad-5.s 1 # Test bad uses of $DSBT_INDEX. Uses with addend.
got-reloc.s 1 # Test that no GOT relocs with an addend are produced.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
got-reloc-global-addend-1.d 1 #name: C6X GOT relocations, addend
4 #source: got-reloc-global-addend-1.s
5 #error: .*relocation R_C6000_SBR_GOT_U15_W with non-zero addend 4.*
got-reloc-global-addend-2.d 1 #name: C6X GOT relocations, addend
4 #source: got-reloc-global-addend-2.s
5 #error: .*relocation R_C6000_SBR_GOT_L16_W with non-zero addend 4.*
  /external/clang/test/CodeGen/
cleanup-stack.c 6 int addend; member in struct:s0
10 *p->var += p->addend;
  /device/google/contexthub/firmware/src/cpu/x86/
atomic.c 19 uint32_t atomicAdd32bits(volatile uint32_t *val, uint32_t addend)
25 } while (!atomicCmpXchg32bits(val, old, old + addend));
30 uint32_t atomicAddByte(volatile uint8_t *val, uint32_t addend)
36 } while (!atomicCmpXchgByte(val, old, old + addend));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ilp32-11.d 3 #error: .*addend 0x7fffffff in relocation R_X86_64_64 against symbol `func' at 0x0 in section `.data.rel.local' is out of range
  /device/google/contexthub/firmware/src/cpu/cortexm4f/
atomic.c 19 uint32_t atomicAddByte(volatile uint8_t *byte, uint32_t addend)
28 :"=r"(prevVal), "=r"(storeFailed), "=r"(tmp), "=r"(addend), "=r"(byte)
29 :"3"(addend), "4"(byte)
37 uint32_t atomicAdd32bits(volatile uint32_t *word, uint32_t addend)
46 :"=r"(prevVal), "=r"(storeFailed), "=r"(tmp), "=r"(addend), "=r"(word)
47 :"3"(addend), "4"(word)
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-aarch64.c 154 /* Insert the addend/value into the instruction or data object being
159 reloc_howto_type *howto, bfd_signed_vma addend)
162 bfd_signed_vma old_addend = addend;
192 status = aarch64_signed_overflow (addend,
196 status = aarch64_unsigned_overflow (addend,
204 addend >>= howto->rightshift;
210 contents = reencode_branch_ofs_26 (contents, addend);
214 contents = reencode_cond_branch_ofs_19 (contents, addend);
218 contents = reencode_tst_branch_ofs_14 (contents, addend);
225 contents = reencode_ld_lit_ofs_19 (contents, addend);
    [all...]
nlm32-alpha.c 436 rel->addend = 0;
449 rel->addend = 0;
455 rel->addend = 0;
460 rel->addend = - bfd_get_section_vma (abfd, data_sec);
466 rel->addend = 0;
485 /* We must adjust the addend based on the type. */
496 a negative addend. */
497 rel->addend = 0;
501 /* Copy the gp value for this object file into the addend, to
504 rel->addend += gp_value
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
literal.c 46 add_to_literal_pool (sym, addend, sec, size)
48 valueT addend;
69 if (fixp->fx_addsy == sym && fixp->fx_offset == addend)
88 fix_new (frag_now, p - frag_now->fr_literal, size, sym, addend, 0,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-local-addend.d 1 #source: emit-relocs-local-addend-foo.s
2 #source: emit-relocs-local-addend-bar.s
7 Offset Info Type Sym\. Value Sym\. Name \+ Addend
14 Offset Info Type Sym\. Value Sym. Name \+ Addend
local-addend-r.d 1 #source: emit-relocs-local-addend-foo.s
2 #source: emit-relocs-local-addend-bar.s
7 Offset Info Type Sym\. Value Sym\. Name \+ Addend
14 Offset Info Type Sym\. Value Sym. Name \+ Addend
  /toolchain/binutils/binutils-2.25/opcodes/
rx-dis.c 162 dis->print_address_func (oper->addend, dis);
164 || oper->addend > 999
165 || oper->addend < -999)
166 PR (PS, "%#x", oper->addend);
168 PR (PS, "%d", oper->addend);
175 if (oper->addend)
176 PR (PS, "%d[%s]", oper->addend, register_names[oper->reg]);
rl78-dis.c 240 dis->print_address_func (oper->addend, dis);
242 || oper->addend > 999
243 || oper->addend < -999)
244 PR (PS, "%#x", oper->addend);
246 PR (PS, "%d", oper->addend);
262 if (oper->addend == 0xffffa && do_sfr && opcode.size == RL78_Byte)
264 else if (oper->addend == 0xffff8 && do_sfr && opcode.size == RL78_Word)
266 else if (oper->addend >= 0xffe20)
267 PR (PS, "%#x", oper->addend);
270 int faddr = oper->addend;
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-55.d 4 #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
6 # Check that non-zero addend on a R_CRIS_32_GOT_GD is flagged as an error.
tls-err-56.d 4 #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_GD with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
6 # Check that non-zero addend on a R_CRIS_32_GOT_GD is flagged as an error.
tls-err-62.d 4 #error: \A[^\n]*\.o[^\n]*relocation R_CRIS_32_GOT_TPREL with non-zero addend 42 against symbol `tls128'[^\n]*\n[^\n]*Bad value\Z
6 # Check that non-zero addend on a R_CRIS_32_GOT_TPREL is flagged as an
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic-shared-8-fail.d 5 #error: (nonzero addend|may have caused)
  /external/google-breakpad/src/common/
test_assembler.cc 67 Label Label::operator+(uint64_t addend) const {
69 l.value_->Set(this->value_, addend);
106 uint64_t addend; local
107 value_->Get(&base, &addend);
109 if (value_p) *value_p = addend;
129 Label::Binding::Binding(uint64_t addend)
130 : base_(NULL), addend_(addend), reference_count_(1) { }
138 void Label::Binding::Set(Binding *binding, uint64_t addend) {
141 assert(addend_ == addend);
145 binding->Set(NULL, addend_ - addend);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
sparc.cc 521 // Do a simple relocation with the addend in the relocation.
528 typename elfcpp::Swap<size, big_endian>::Valtype addend)
533 Valtype reloc = ((value + addend) >> right_shift);
541 // Do a simple relocation using a symbol value with the addend in
550 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
555 Valtype reloc = (psymval->value(object, addend) >> right_shift);
563 // Do a simple relocation using a symbol value with the addend in
571 typename elfcpp::Swap<size, big_endian>::Valtype addend)
577 Valtype reloc = (psymval->value(object, addend) >> right_shift);
586 // addend in the relocation
3227 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
3620 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
    [all...]
reloc.h 235 // the addend by subtracting the value of the old local symbol and
236 // adding the value of the new local symbol. The addend is in the
240 // Like RELOC_ADJUST_FOR_SECTION_RELA but the addend should not be
245 // bytes in the addend in the section contents.
323 // Do a simple relocation with the addend in the section contents.
348 // Do a simple relocation using a Symbol_value with the addend in
378 // Do a simple relocation with the addend in the relocation.
384 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
388 elfcpp::Swap<valsize, big_endian>::writeval(wv, value + addend);
391 // Do a simple relocation using a symbol value with the addend i
    [all...]
output.h 1014 typedef typename elfcpp::Elf_types<size>::Elf_Addr Addend;
1093 // a symbol, but which obtains its addend from a symbol.
1124 // section within the output section. ADDEND is the addend being
1127 local_section_offset(Addend addend) const;
1130 // we are adding the given ADDEND.
1132 symbol_value(Addend addend) const;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.c 222 has only 16 bits of space to store an addend. This means that in
814 int addend;
824 /* Set up any addend necessary for branches. */
831 as_warn (_("Addend to unresolved symbol not on word boundary."));
832 addend = 0;
838 addend = (target_address - (opcode_address & -2));
849 addend
850 = (((addend & 0x7) << 7)
852 | ((addend & 0x7f8) << 13)
865 addend >>= 1; /* Convert to word offset. *
807 int addend; local
    [all...]

Completed in 346 milliseconds

1 2 3 4 5 6 7 8 91011>>