Home | History | Annotate | Download | only in bfd

Lines Matching refs:addend

3237 	      bfd_vma addend;
3243 addend = bfd_get_8 (input_bfd, where);
3246 addend = (addend ^ 0x80) - 0x80;
3247 addend += 1;
3251 addend = bfd_get_16 (input_bfd, where);
3254 addend = (addend ^ 0x8000) - 0x8000;
3255 addend += 2;
3259 addend = bfd_get_32 (input_bfd, where);
3262 addend = (addend ^ 0x80000000) - 0x80000000;
3263 addend += 4;
3271 addend += sec->output_offset;
3275 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec,
3276 addend);
3277 addend -= relocation;
3278 addend += msec->output_section->vma + msec->output_offset;
3286 addend -= 1;
3287 bfd_put_8 (input_bfd, addend, where);
3291 addend -= 2;
3292 bfd_put_16 (input_bfd, addend, where);
3296 addend -= 4;
3297 bfd_put_32 (input_bfd, addend, where);
3421 do not want to fiddle with the addend. Otherwise,
3423 becomes an addend for the dynamic reloc. For an
3424 internal symbol, we have updated addend. */
3761 not want to fiddle with the addend. Otherwise, we
3763 an addend for the dynamic reloc. */
4575 R_386_IRELATIVE instead of R_386_JUMP_SLOT. Store addend
4868 On IA32 we use REL relocations so the addend goes in