Home | History | Annotate | Download | only in bfd

Lines Matching full:addend

94 			    bfd_vma addend)
104 relocation = symbol_value + addend;
141 || reloc_entry->addend == 0))
158 reloc_entry->addend);
182 && reloc_entry->addend == 0)
192 a section relative addend which is wrong. */
216 relocation += reloc_entry->addend;
269 || reloc_entry->addend == 0))
306 bfd_vma addend;
331 && reloc_entry->addend == 0)
353 relocation += reloc_entry->addend;
360 n->addend = relocation;
378 bfd_vma addend)
391 addend += ((insn & 0xffff) << 16) + addlo;
395 && (addend & 0x8000) != 0)
396 addend += 0x10000;
399 (insn & 0xffff0000) | ((addend >> 16) & 0xffff),
421 && reloc_entry->addend == 0)
441 find the low 16 bits of the addend needed by the LO16. */
446 val += l->addend;
467 a section relative addend which is wrong. */
541 Branch relaxing in the assembler can store the addend in the insn,
542 and if bfd_install_relocation gets called the addend may get added
575 Branch relaxing in the assembler can store the addend in the insn,
576 and if bfd_install_relocation gets called the addend may get added
984 addend. */
2371 relocatable output file) adjusting the reloc addend as
2388 section, which means that the addend must be adjusted
2432 should be assigning zero to `addend', but for clarity we use
2434 bfd_vma addend = rel->r_addend;
2483 addend = rel->r_addend;
2617 addend += sec->output_offset;
2619 /* If partial_inplace, we need to store any additional addend
2627 addend, contents + offset);
2645 contents, addend);
2650 addend, contents + offset);
2666 table (for ld24 rx, #uimm24). eg access at label+addend
2668 ld24 rx. #label@GOTOFF + addend
2936 not want to fiddle with the addend. Otherwise, we
2938 an addend for the dynamic reloc. */
2950 sec, relocation, addend);
2971 contents, relocation + addend);
2977 relocation, addend);
3030 relocation, addend);