Searched refs:dtpoff_base (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c4376 dtpoff_base (struct bfd_link_info *info) function
5533 value = value - dtpoff_base (info);
5669 bfd_put_32 (output_bfd, value - dtpoff_base (info),
5697 bfd_put_32 (output_bfd, value - dtpoff_base (info),
5709 outrel.r_addend = value - dtpoff_base (info);
H A Delf32-i386.c2177 dtpoff_base (struct bfd_link_info *info)
2930 relocation - dtpoff_base (info),
2957 bfd_put_32 (output_bfd, relocation - dtpoff_base (info),
2960 bfd_put_32 (output_bfd, dtpoff_base (info) - relocation,
2979 relocation - dtpoff_base (info),
2999 indx == 0 ? relocation - dtpoff_base (info) : 0,
3250 relocation -= dtpoff_base (info);
3285 relocation = dtpoff_base (info) - relocation;
3287 relocation -= dtpoff_base (info);
2175 dtpoff_base (struct bfd_link_info *info) function
H A Delf32-s390.c78 static bfd_vma dtpoff_base
2200 dtpoff_base (info) function
2753 outrel.r_addend = relocation - dtpoff_base (info);
2768 relocation - dtpoff_base (info),
2893 outrel.r_addend = relocation - dtpoff_base (info);
2913 relocation -= dtpoff_base (info);
H A Delf64-s390.c76 static bfd_vma dtpoff_base
2174 dtpoff_base (info) function
2738 outrel.r_addend = relocation - dtpoff_base (info);
2753 relocation - dtpoff_base (info),
2878 outrel.r_addend = relocation - dtpoff_base (info);
2898 relocation -= dtpoff_base (info);
H A Delf64-x86-64.c2003 dtpoff_base (struct bfd_link_info *info)
2729 outrel.r_addend = relocation - dtpoff_base (info);
2751 outrel.r_addend = relocation - dtpoff_base (info);
2766 relocation - dtpoff_base (info),
2982 relocation -= dtpoff_base (info);
2001 dtpoff_base (struct bfd_link_info *info) function
H A Delfxx-sparc.c2439 dtpoff_base (struct bfd_link_info *info)
3026 outrel.r_addend = relocation - dtpoff_base (info);
3039 relocation - dtpoff_base (info),
3086 relocation -= dtpoff_base (info);
3117 outrel.r_addend = relocation - dtpoff_base (info)
3251 relocation -= dtpoff_base (info);
2434 dtpoff_base (struct bfd_link_info *info) function

Completed in 363 milliseconds