Searched refs:tpoff (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c2185 /* Return the relocation value for @tpoff relocation
2189 tpoff (struct bfd_link_info *info, bfd_vma address)
2670 movl %gs:0, %eax; subl $foo@tpoff, %eax
2689 movl %gs:0, %eax; subl $foo@tpoff, %eax
2699 movl %gs:0, %eax; subl $foo@tpoff, %eax
2705 bfd_put_32 (output_bfd, tpoff (info, relocation),
2740 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2821 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2870 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2873 bfd_put_32 (output_bfd, tpoff (inf
2187 tpoff (struct bfd_link_info *info, bfd_vma address) function
[all...]
H A Delf32-s390.c80 static bfd_vma tpoff
2209 /* Return the relocation value for @tpoff relocation
2213 tpoff (info, address) function
2713 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2828 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2906 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2916 relocation = -tpoff (info, relocation);
H A Delf64-s390.c78 static bfd_vma tpoff
2183 /* Return the relocation value for @tpoff relocation
2187 tpoff (info, address) function
2698 bfd_put_64 (output_bfd, -tpoff (info, relocation),
2813 bfd_put_64 (output_bfd, -tpoff (info, relocation),
2891 bfd_put_64 (output_bfd, -tpoff (info, relocation),
2901 relocation = -tpoff (info, relocation);
H A Delf64-x86-64.c2011 /* Return the relocation value for @tpoff relocation
2015 tpoff (struct bfd_link_info *info, bfd_vma address)
2537 leaq foo@tpoff(%rax), %rax */
2553 bfd_put_32 (output_bfd, tpoff (info, relocation),
2566 movl $x@tpoff, %rax
2592 bfd_put_32 (output_bfd, tpoff (info, relocation),
2676 bfd_put_32 (output_bfd, tpoff (info, relocation),
2984 relocation = tpoff (info, relocation);
2989 relocation = tpoff (info, relocation);
2013 tpoff (struct bfd_link_info *info, bfd_vma address) function
H A Delfxx-sparc.c2447 /* Return the relocation value for @tpoff relocation
2451 tpoff (struct bfd_link_info *info, bfd_vma address)
2977 relocation = tpoff (info, relocation);
2983 relocation = tpoff (info, relocation);
3124 relocation = tpoff (info, relocation);
2446 tpoff (struct bfd_link_info *info, bfd_vma address) function
H A Delf32-arm.c4384 /* Return the relocation value for @tpoff relocation
4388 tpoff (struct bfd_link_info *info, bfd_vma address) function
5726 bfd_put_32 (output_bfd, tpoff (info, value),
5757 value = tpoff (info, value);

Completed in 183 milliseconds