Home
last modified time | relevance | path

Searched refs:optdest (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-alpha.c3201 bfd_vma optdest, org; in elf64_alpha_relax_with_lituse() local
3218 optdest = elf64_alpha_relax_opt_call (info, symval); in elf64_alpha_relax_with_lituse()
3222 odisp = (optdest ? optdest : symval) - org; in elf64_alpha_relax_with_lituse()
3238 if (optdest) in elf64_alpha_relax_with_lituse()
3239 urel->r_addend += optdest - symval; in elf64_alpha_relax_with_lituse()
3261 if (optdest) in elf64_alpha_relax_with_lituse()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-alpha.c1369 bfd_vma optdest, org; local
1386 optdest = elf64_alpha_relax_opt_call (info, symval);
1390 odisp = (optdest ? optdest : symval) - org;
1406 if (optdest)
1407 urel->r_addend += optdest - symval;
1429 if (optdest)