Searched refs:dr_type (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-i386.c3016 int dr_type, indx;
3062 dr_type = R_386_TLS_DTPMOD32;
3066 dr_type = R_386_TLS_TPOFF;
3068 dr_type = R_386_TLS_TPOFF32;
3070 if (dr_type == R_386_TLS_TPOFF && indx == 0)
3073 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0)
3076 else if (dr_type != R_386_TLS_DESC)
3079 outrel.r_info = ELF32_R_INFO (indx, dr_type);
3014 int dr_type, indx; local
H A Delf64-x86-64.c2708 int dr_type, indx;
2744 dr_type = R_X86_64_DTPMOD64;
2748 dr_type = R_X86_64_TPOFF64;
2752 if ((dr_type == R_X86_64_TPOFF64
2753 || dr_type == R_X86_64_TLSDESC) && indx == 0)
2755 outrel.r_info = ELF64_R_INFO (indx, dr_type);
2706 int dr_type, indx; local
H A Delfxx-sparc.c3011 int dr_type, indx;
3022 dr_type = SPARC_ELF_TPOFF_RELOC (htab);
3024 dr_type = SPARC_ELF_DTPMOD_RELOC (htab);
3025 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0)
3029 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type);
3054 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab))
3006 int dr_type, indx; local
H A Delf32-s390.c2756 int dr_type, indx; local
2766 dr_type = R_390_TLS_DTPMOD;
2768 dr_type = R_390_TLS_TPOFF;
2769 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2773 outrel.r_info = ELF32_R_INFO (indx, dr_type);
H A Delf64-s390.c2738 int dr_type, indx; local
2748 dr_type = R_390_TLS_DTPMOD;
2750 dr_type = R_390_TLS_TPOFF;
2751 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2755 outrel.r_info = ELF64_R_INFO (indx, dr_type);
H A Delf32-sh.c5428 int dr_type, indx;
5444 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 :
5446 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0)
5450 outrel.r_info = ELF32_R_INFO (indx, dr_type);
5424 int dr_type, indx; local
/haiku-buildtools/binutils/bfd/
H A Delf32-i386.c4834 int dr_type;
4881 dr_type = R_386_TLS_DTPMOD32;
4885 dr_type = R_386_TLS_TPOFF;
4887 dr_type = R_386_TLS_TPOFF32;
4889 if (dr_type == R_386_TLS_TPOFF && indx == 0)
4893 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0)
4897 else if (dr_type != R_386_TLS_DESC)
4900 outrel.r_info = ELF32_R_INFO (indx, dr_type);
4831 int dr_type; local
H A Delf32-s390.c3027 int dr_type, indx; local
3037 dr_type = R_390_TLS_DTPMOD;
3039 dr_type = R_390_TLS_TPOFF;
3040 if (dr_type == R_390_TLS_TPOFF && indx == 0)
3044 outrel.r_info = ELF32_R_INFO (indx, dr_type);
H A Delf64-s390.c2992 int dr_type, indx; local
3002 dr_type = R_390_TLS_DTPMOD;
3004 dr_type = R_390_TLS_TPOFF;
3005 if (dr_type == R_390_TLS_TPOFF && indx == 0)
3009 outrel.r_info = ELF64_R_INFO (indx, dr_type);
H A Delfxx-sparc.c3672 int dr_type, indx;
3684 dr_type = SPARC_ELF_TPOFF_RELOC (htab);
3686 dr_type = SPARC_ELF_DTPMOD_RELOC (htab);
3687 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0)
3691 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type);
3717 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab))
3667 int dr_type, indx; local
H A Delf64-x86-64.c5362 int dr_type, indx;
5393 dr_type = R_X86_64_DTPMOD64;
5397 dr_type = R_X86_64_TPOFF64;
5401 if ((dr_type == R_X86_64_TPOFF64
5402 || dr_type == R_X86_64_TLSDESC) && indx == 0)
5404 outrel.r_info = htab->r_info (indx, dr_type);
5360 int dr_type, indx; local
H A Delf32-sh.c5224 int dr_type, indx;
5234 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 :
5236 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0)
5240 outrel.r_info = ELF32_R_INFO (indx, dr_type);
5218 int dr_type, indx; local

Completed in 594 milliseconds