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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i386.c1975 /* Return the relocation value for @tpoff relocation
1979 tpoff (struct bfd_link_info *info, bfd_vma address)
2475 movl %gs:0, %eax; subl $foo@tpoff, %eax
2494 movl %gs:0, %eax; subl $foo@tpoff, %eax
2504 movl %gs:0, %eax; subl $foo@tpoff, %eax
2510 bfd_put_32 (output_bfd, tpoff (info, relocation),
2568 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2617 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2620 bfd_put_32 (output_bfd, tpoff (info, relocation),
2860 relocation = -tpoff (inf
1977 tpoff (struct bfd_link_info *info, bfd_vma address) function
[all...]
H A Delf64-x86-64.c1732 /* Return the relocation value for @tpoff relocation
1736 tpoff (struct bfd_link_info *info, bfd_vma address)
2118 leaq foo@tpoff(%rax), %rax */
2134 bfd_put_32 (output_bfd, tpoff (info, relocation),
2195 bfd_put_32 (output_bfd, tpoff (info, relocation),
2386 relocation = tpoff (info, relocation);
2391 relocation = tpoff (info, relocation);
1734 tpoff (struct bfd_link_info *info, bfd_vma address) function
H A Delf32-s390.c87 static bfd_vma tpoff
2201 /* Return the relocation value for @tpoff relocation
2205 tpoff (info, address) function
2694 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2809 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2887 bfd_put_32 (output_bfd, -tpoff (info, relocation),
2897 relocation = -tpoff (info, relocation);
H A Delf32-sparc.c50 static bfd_vma tpoff
2105 /* Return the relocation value for @tpoff relocation function
2109 tpoff (info, address)
2560 relocation = tpoff (info, relocation);
2566 relocation = tpoff (info, relocation);
2673 relocation = tpoff (info, relocation);
2710 relocation = tpoff (info, relocation);
H A Delf64-s390.c85 static bfd_vma tpoff
2172 /* Return the relocation value for @tpoff relocation
2176 tpoff (info, address) function
2675 bfd_put_64 (output_bfd, -tpoff (info, relocation),
2790 bfd_put_64 (output_bfd, -tpoff (info, relocation),
2868 bfd_put_64 (output_bfd, -tpoff (info, relocation),
2878 relocation = -tpoff (info, relocation);
H A Delf32-sh.c96 static bfd_vma tpoff
5547 bfd_put_32 (output_bfd, tpoff (info, relocation),
5571 bfd_put_32 (output_bfd, tpoff (info, relocation),
5781 relocation = tpoff (info, relocation);
5796 relocation = tpoff (info, relocation);
6001 tpoff (struct bfd_link_info *info, bfd_vma address)
5997 tpoff (struct bfd_link_info *info, bfd_vma address) function

Completed in 105 milliseconds