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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-i386.c3718 int dr_type;
3764 dr_type = R_386_TLS_DTPMOD32;
3768 dr_type = R_386_TLS_TPOFF;
3770 dr_type = R_386_TLS_TPOFF32;
3772 if (dr_type == R_386_TLS_TPOFF && indx == 0)
3776 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0)
3780 else if (dr_type != R_386_TLS_DESC)
3783 outrel.r_info = ELF32_R_INFO (indx, dr_type);
3716 int dr_type; local
H A Delf64-x86-64.c3493 int dr_type, indx;
3524 dr_type = R_X86_64_DTPMOD64;
3528 dr_type = R_X86_64_TPOFF64;
3532 if ((dr_type == R_X86_64_TPOFF64
3533 || dr_type == R_X86_64_TLSDESC) && indx == 0)
3535 outrel.r_info = ELF64_R_INFO (indx, dr_type);
3491 int dr_type, indx; local
H A Delfxx-sparc.c3558 int dr_type, indx;
3570 dr_type = SPARC_ELF_TPOFF_RELOC (htab);
3572 dr_type = SPARC_ELF_DTPMOD_RELOC (htab);
3573 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0)
3577 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type);
3603 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab))
3553 int dr_type, indx; local
H A Delf32-s390.c2701 int dr_type, indx; local
2711 dr_type = R_390_TLS_DTPMOD;
2713 dr_type = R_390_TLS_TPOFF;
2714 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2718 outrel.r_info = ELF32_R_INFO (indx, dr_type);
H A Delf64-s390.c2700 int dr_type, indx; local
2710 dr_type = R_390_TLS_DTPMOD;
2712 dr_type = R_390_TLS_TPOFF;
2713 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2717 outrel.r_info = ELF64_R_INFO (indx, dr_type);
H A Delf32-sh.c5324 int dr_type, indx;
5340 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 :
5342 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0)
5346 outrel.r_info = ELF32_R_INFO (indx, dr_type);
5318 int dr_type, indx; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-i386.c3715 int dr_type;
3761 dr_type = R_386_TLS_DTPMOD32;
3765 dr_type = R_386_TLS_TPOFF;
3767 dr_type = R_386_TLS_TPOFF32;
3769 if (dr_type == R_386_TLS_TPOFF && indx == 0)
3773 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0)
3777 else if (dr_type != R_386_TLS_DESC)
3780 outrel.r_info = ELF32_R_INFO (indx, dr_type);
3713 int dr_type; local
H A Delf64-x86-64.c3607 int dr_type, indx;
3638 dr_type = R_X86_64_DTPMOD64;
3642 dr_type = R_X86_64_TPOFF64;
3646 if ((dr_type == R_X86_64_TPOFF64
3647 || dr_type == R_X86_64_TLSDESC) && indx == 0)
3649 outrel.r_info = htab->r_info (indx, dr_type);
3605 int dr_type, indx; local
H A Delfxx-sparc.c3557 int dr_type, indx;
3569 dr_type = SPARC_ELF_TPOFF_RELOC (htab);
3571 dr_type = SPARC_ELF_DTPMOD_RELOC (htab);
3572 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0)
3576 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type);
3602 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab))
3552 int dr_type, indx; local
H A Delf32-s390.c2701 int dr_type, indx; local
2711 dr_type = R_390_TLS_DTPMOD;
2713 dr_type = R_390_TLS_TPOFF;
2714 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2718 outrel.r_info = ELF32_R_INFO (indx, dr_type);
H A Delf64-s390.c2700 int dr_type, indx; local
2710 dr_type = R_390_TLS_DTPMOD;
2712 dr_type = R_390_TLS_TPOFF;
2713 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2717 outrel.r_info = ELF64_R_INFO (indx, dr_type);
H A Delf32-sh.c5320 int dr_type, indx;
5336 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 :
5338 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0)
5342 outrel.r_info = ELF32_R_INFO (indx, dr_type);
5314 int dr_type, indx; local

Completed in 243 milliseconds