Searched refs:addend (Results 1 - 25 of 432) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dreloc-bad-5.l2 [^:]*:8: Error: addend used with \$DSBT_INDEX
H A Dreloc-bad-5.s1 # Test bad uses of $DSBT_INDEX. Uses with addend.
H A Dgot-reloc.s1 # Test that no GOT relocs with an addend are produced.
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dkobj_machdep.c72 Elf_Sword addend; /* needs to be signed */ local
83 addend = rela->r_addend;
92 addend += relocbase; /* A += B */
100 addend -= relocbase + rela->r_offset; /* A -= P */
114 * addend values are sometimes relative to sections
118 if (addr > relocbase && addr <= (relocbase + addend))
119 addr = relocbase + addend;
122 addend += addr; /* A += S */
135 *where = addend;
140 if ((int16_t) addend !
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm32/
H A Dkobj_machdep.c73 Elf_Addr addend; local
81 addend = rela->r_addend;
87 addend = *where;
100 *where = addr + addend;
115 addr = relocbase + addend;
125 addend &= 0x00ffffff;
128 if (addend & 0x00800000)
129 addend |= 0xff000000;
135 addend += ((uint32_t *)addr - (uint32_t *)where);
137 if ((addend
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dkobj_machdep.c78 Elf_Addr addend; local
86 addend = rela->r_addend;
92 addend = *where;
105 addr += addend;
112 addr += addend - (Elf_Addr)where;
122 addr = relocbase + addend;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dkobj_machdep.c71 Elf_Addr addend; local
79 addend = rela->r_addend;
85 addend = *where;
98 addr += addend;
107 addr += addend;
122 addr = relocbase + addend;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dkobj_machdep.c79 Elf64_Addr addend; local
87 addend = rela->r_addend;
100 addend = *(Elf32_Addr *)where;
103 addend = *where;
116 val = addr + addend;
125 val32 = (Elf32_Addr)(addr + addend - (Elf64_Addr)where);
134 val32 = (Elf32_Addr)(addr + addend);
140 case R_X86_64_JUMP_SLOT:/* XXX need addend + offset */
148 addr = relocbase + addend;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dliteral.c46 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,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Drx-dis.c161 dis->print_address_func (oper->addend, dis);
163 || oper->addend > 999
164 || oper->addend < -999)
165 PR (PS, "%#x", oper->addend);
167 PR (PS, "%d", oper->addend);
173 if (oper->addend)
174 PR (PS, "%d[%s]", oper->addend, register_names[oper->reg]);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Drx-dis.c161 dis->print_address_func (oper->addend, dis);
163 || oper->addend > 999
164 || oper->addend < -999)
165 PR (PS, "%#x", oper->addend);
167 PR (PS, "%d", oper->addend);
174 if (oper->addend)
175 PR (PS, "%d[%s]", oper->addend, register_names[oper->reg]);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dreloc.h235 // 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.
321 // Do a simple relocation with the addend in the section contents.
334 // Do a simple relocation using a Symbol_value with the addend in
350 // Do a simple relocation with the addend in the relocation.
356 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
360 elfcpp::Swap<valsize, big_endian>::writeval(wv, value + addend);
363 // Do a simple relocation using a symbol value with the addend i
354 rela(unsigned char* view, typename elfcpp::Swap<valsize, big_endian>::Valtype value, typename elfcpp::Swap<valsize, big_endian>::Valtype addend) argument
367 rela(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<valsize, big_endian>::Valtype addend) argument
413 pcrela(unsigned char* view, typename elfcpp::Swap<valsize, big_endian>::Valtype value, typename elfcpp::Swap<valsize, big_endian>::Valtype addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
427 pcrela(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<valsize, big_endian>::Valtype addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
456 rela8(unsigned char* view, unsigned char value, unsigned char addend) argument
460 rela8(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, unsigned char addend) argument
483 pcrela8(unsigned char* view, unsigned char value, unsigned char addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
488 pcrela8(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, unsigned char addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
509 rela16(unsigned char* view, elfcpp::Elf_Half value, elfcpp::Elf_Half addend) argument
513 rela16(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, elfcpp::Elf_Half addend) argument
536 pcrela16(unsigned char* view, elfcpp::Elf_Half value, elfcpp::Elf_Half addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
542 pcrela16(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, elfcpp::Elf_Half addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
563 rela32(unsigned char* view, elfcpp::Elf_Word value, elfcpp::Elf_Word addend) argument
567 rela32(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, elfcpp::Elf_Word addend) argument
590 pcrela32(unsigned char* view, elfcpp::Elf_Word value, elfcpp::Elf_Word addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
596 pcrela32(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, elfcpp::Elf_Word addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
617 rela64(unsigned char* view, elfcpp::Elf_Xword value, elfcpp::Elf_Xword addend) argument
622 rela64(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, elfcpp::Elf_Xword addend) argument
645 pcrela64(unsigned char* view, elfcpp::Elf_Xword value, elfcpp::Elf_Xword addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
651 pcrela64(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, elfcpp::Elf_Xword addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
[all...]
H A Dsparc.cc445 // Do a simple relocation with the addend in the relocation.
452 typename elfcpp::Swap<size, big_endian>::Valtype addend)
457 Valtype reloc = ((value + addend) >> right_shift);
465 // Do a simple relocation using a symbol value with the addend in
474 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
479 Valtype reloc = (psymval->value(object, addend) >> right_shift);
487 // Do a simple relocation using a symbol value with the addend in
495 typename elfcpp::Swap<size, big_endian>::Valtype addend)
501 Valtype reloc = (psymval->value(object, addend) >> right_shift);
510 // addend i
448 rela(unsigned char* view, unsigned int right_shift, typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask, typename elfcpp::Swap<size, big_endian>::Valtype value, typename elfcpp::Swap<size, big_endian>::Valtype addend) argument
469 rela(unsigned char* view, unsigned int right_shift, typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<valsize, big_endian>::Valtype addend) argument
491 rela_ua(unsigned char* view, unsigned int right_shift, elfcpp::Elf_Xword dst_mask, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<size, big_endian>::Valtype addend) argument
513 pcrela(unsigned char* view, unsigned int right_shift, typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<size, big_endian>::Valtype addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
535 pcrela_unaligned(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<size, big_endian>::Valtype addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
555 wdisp30(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
567 wdisp22(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
579 wdisp19(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
591 wdisp16(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
614 pc22(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
626 pc10(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
638 hi22(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
647 hi22(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
657 pcplt22(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
669 lo10(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
678 lo10(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
688 lo10(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
700 olo10(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr addend2) argument
721 rela32_22(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
731 rela32_13(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
740 rela32_13(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
750 ua16(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
760 ua32(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
770 ua64(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
781 disp8(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
793 disp16(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
805 disp32(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
817 disp64(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, elfcpp::Elf_Xword addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
829 h44(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
839 m44(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
849 l44(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
859 hh22(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
869 pc_hh22(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
881 hm10(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
891 pc_hm10(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
903 rela32_11(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
913 rela32_10(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
923 rela32_7(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
933 rela32_6(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
943 rela32_5(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
953 ldo_hix22(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
962 ldo_lox10(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
979 hix22(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
1000 hix22(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
1023 lox10(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
1041 lox10(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
2539 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
2884 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
[all...]
H A Dpowerpc.cc469 // Do a simple relocation with the addend in the relocation.
476 typename elfcpp::Swap<size, big_endian>::Valtype addend)
481 Valtype reloc = ((value + addend) >> right_shift);
489 // Do a simple relocation using a symbol value with the addend in
498 typename elfcpp::Swap<valsize, big_endian>::Valtype addend)
503 Valtype reloc = (psymval->value(object, addend) >> right_shift);
511 // Do a simple relocation using a symbol value with the addend in
519 typename elfcpp::Swap<size, big_endian>::Valtype addend)
525 Valtype reloc = (psymval->value(object, addend) >> right_shift);
534 // addend i
472 rela(unsigned char* view, unsigned int right_shift, elfcpp::Elf_Xword dst_mask, typename elfcpp::Swap<size, big_endian>::Valtype value, typename elfcpp::Swap<size, big_endian>::Valtype addend) argument
493 rela(unsigned char* view, unsigned int right_shift, elfcpp::Elf_Xword dst_mask, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<valsize, big_endian>::Valtype addend) argument
515 rela_ua(unsigned char* view, unsigned int right_shift, elfcpp::Elf_Xword dst_mask, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<size, big_endian>::Valtype addend) argument
537 pcrela(unsigned char* view, unsigned int right_shift, elfcpp::Elf_Xword dst_mask, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<size, big_endian>::Valtype addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
558 pcrela_unaligned(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Swap<size, big_endian>::Valtype addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
577 rel32(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
586 rel24(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
598 rel14(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
610 addr16(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
616 addr16(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
624 addr16_ds(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
633 addr16_lo(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
639 addr16_lo(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
647 addr16_hi(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
655 addr16_hi(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
667 addr16_ha(unsigned char* view, typename elfcpp::Elf_types<size>::Elf_Addr value, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
683 addr16_ha(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend) argument
701 rel16(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
710 rel16_lo(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
719 rel16_hi(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
733 rel16_ha(unsigned char* view, const Sized_relobj<size, big_endian>* object, const Symbol_value<size>* psymval, typename elfcpp::Elf_types<size>::Elf_Addr addend, typename elfcpp::Elf_types<size>::Elf_Addr address) argument
1702 elfcpp::Elf_Xword addend = rela.get_r_addend(); local
1906 const elfcpp::Elf_Xword addend = rela.get_r_addend(); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dnlm32-alpha.c437 rel->addend = 0;
450 rel->addend = 0;
456 rel->addend = 0;
461 rel->addend = - bfd_get_section_vma (abfd, data_sec);
467 rel->addend = 0;
486 /* We must adjust the addend based on the type. */
497 a negative addend. */
498 rel->addend = 0;
502 /* Copy the gp value for this object file into the addend, to
505 rel->addend
[all...]
H A Delf32-v850.c238 bfd_vma addend; member in struct:hi16s_location
251 remember_hi16s_reloc (bfd *abfd, bfd_vma addend, bfd_byte *address) argument
263 entry->addend = addend;
282 find_remembered_hi16s_reloc (bfd_vma addend, bfd_boolean *already_found) argument
291 if (entry->addend == addend
328 and addend will be the address of fred, but for these instructions:
342 Thus (assuming for the moment that the addend is 0), at run time the
354 instruction plus the addend set
457 v850_elf_perform_lo16_relocation(bfd *abfd, unsigned long *insn, unsigned long addend) argument
500 v850_elf_perform_relocation(bfd *abfd, unsigned int r_type, bfd_vma addend, bfd_byte *address) argument
1825 v850_elf_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, bfd *output_bfd ATTRIBUTE_UNUSED, asection *input_section, bfd_byte *contents, bfd_vma offset, bfd_vma value, bfd_vma addend, struct bfd_link_info *info, asection *sym_sec, int is_local ATTRIBUTE_UNUSED) argument
2959 bfd_vma addend; local
[all...]
H A Delf32-score.c80 /* If abfd != NULL && symndx != -1, the addend of the relocation
82 bfd_vma addend; member in union:score_got_entry::__anon2938
90 corresponding to this symbol+addend. If it's a global symbol
327 bfd_vma addend = 0, offset = 0; local
333 addend = score_bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address);
334 offset = ((((addend >> 16) & 0x3) << 15) | (addend & 0x7fff)) >> 1;
335 val = reloc_entry->addend;
343 addend = (addend
619 bfd_vma addend = 0, offset = 0; local
1693 score_elf_record_local_got_symbol(bfd *abfd, long symndx, bfd_vma addend, struct score_got_info *g) argument
1854 bfd_signed_vma addend; local
1983 bfd_vma addend; local
2475 bfd_vma addend, value; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dnlm32-alpha.c437 rel->addend = 0;
450 rel->addend = 0;
456 rel->addend = 0;
461 rel->addend = - bfd_get_section_vma (abfd, data_sec);
467 rel->addend = 0;
486 /* We must adjust the addend based on the type. */
497 a negative addend. */
498 rel->addend = 0;
502 /* Copy the gp value for this object file into the addend, to
505 rel->addend
[all...]
H A Delf32-v850.c238 bfd_vma addend; member in struct:hi16s_location
251 remember_hi16s_reloc (bfd *abfd, bfd_vma addend, bfd_byte *address) argument
263 entry->addend = addend;
282 find_remembered_hi16s_reloc (bfd_vma addend, bfd_boolean *already_found) argument
291 if (entry->addend == addend
328 and addend will be the address of fred, but for these instructions:
342 Thus (assuming for the moment that the addend is 0), at run time the
354 instruction plus the addend set
457 v850_elf_perform_lo16_relocation(bfd *abfd, unsigned long *insn, unsigned long addend) argument
500 v850_elf_perform_relocation(bfd *abfd, unsigned int r_type, bfd_vma addend, bfd_byte *address) argument
1825 v850_elf_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, bfd *output_bfd ATTRIBUTE_UNUSED, asection *input_section, bfd_byte *contents, bfd_vma offset, bfd_vma value, bfd_vma addend, struct bfd_link_info *info, asection *sym_sec, int is_local ATTRIBUTE_UNUSED) argument
2959 bfd_vma addend; local
[all...]
H A Delf32-score.c80 /* If abfd != NULL && symndx != -1, the addend of the relocation
82 bfd_vma addend; member in union:score_got_entry::__anon255
90 corresponding to this symbol+addend. If it's a global symbol
327 bfd_vma addend = 0, offset = 0; local
333 addend = score_bfd_get_32 (abfd, (bfd_byte *) data + reloc_entry->address);
334 offset = ((((addend >> 16) & 0x3) << 15) | (addend & 0x7fff)) >> 1;
335 val = reloc_entry->addend;
343 addend = (addend
619 bfd_vma addend = 0, offset = 0; local
1693 score_elf_record_local_got_symbol(bfd *abfd, long symndx, bfd_vma addend, struct score_got_info *g) argument
1854 bfd_signed_vma addend; local
1983 bfd_vma addend; local
2475 bfd_vma addend, value; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dtls-err-55.d4 #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.
H A Dtls-err-56.d4 #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.
H A Dtls-err-62.d4 #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
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-frv/
H A Dfdpic-shared-8-fail.d5 #error: (nonzero addend|may have caused)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-m32c.c381 int addend = results.num_fixups + 16 * insn_size/8;
391 addend = 0x10;
395 0, abs_section_sym, addend, 0,
628 int addend;
635 addend = target_address_for (fragP) - (fragP->fr_address + where);
642 op[1] = addend - 1;
651 op[3] = addend - 3;
652 op[4] = (addend - 3) >> 8;
669 op[2] = addend - 2;
678 op[4] = addend
379 int addend = results.num_fixups + 16 * insn_size/8; local
625 int addend; local
[all...]

Completed in 229 milliseconds

1234567891011>>