| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-i386.c | 3100 int dr_type; in elf_i386_relocate_section() local 3147 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section() 3151 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section() 3153 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section() 3155 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section() 3159 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section() 3163 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section() 3166 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
|
| D | elf32-s390.c | 2731 int dr_type, indx; in elf_s390_relocate_section() local 2741 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section() 2743 dr_type = R_390_TLS_TPOFF; in elf_s390_relocate_section() 2744 if (dr_type == R_390_TLS_TPOFF && indx == 0) in elf_s390_relocate_section() 2748 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_s390_relocate_section()
|
| D | elf64-s390.c | 2798 int dr_type, indx; in elf_s390_relocate_section() local 2808 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section() 2810 dr_type = R_390_TLS_TPOFF; in elf_s390_relocate_section() 2811 if (dr_type == R_390_TLS_TPOFF && indx == 0) in elf_s390_relocate_section() 2815 outrel.r_info = ELF64_R_INFO (indx, dr_type); in elf_s390_relocate_section()
|
| D | elf64-x86-64.c | 4059 int dr_type, indx; in elf_x86_64_relocate_section() local 4090 dr_type = R_X86_64_DTPMOD64; in elf_x86_64_relocate_section() 4094 dr_type = R_X86_64_TPOFF64; in elf_x86_64_relocate_section() 4098 if ((dr_type == R_X86_64_TPOFF64 in elf_x86_64_relocate_section() 4099 || dr_type == R_X86_64_TLSDESC) && indx == 0) in elf_x86_64_relocate_section() 4101 outrel.r_info = htab->r_info (indx, dr_type); in elf_x86_64_relocate_section()
|
| D | elfxx-sparc.c | 3529 int dr_type, indx; in _bfd_sparc_elf_relocate_section() local 3541 dr_type = SPARC_ELF_TPOFF_RELOC (htab); in _bfd_sparc_elf_relocate_section() 3543 dr_type = SPARC_ELF_DTPMOD_RELOC (htab); in _bfd_sparc_elf_relocate_section() 3544 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0) in _bfd_sparc_elf_relocate_section() 3548 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type); in _bfd_sparc_elf_relocate_section() 3574 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab)) in _bfd_sparc_elf_relocate_section()
|
| D | elf32-sh.c | 4747 int dr_type, indx; in sh_elf_relocate_section() local 4757 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 : in sh_elf_relocate_section() 4759 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0) in sh_elf_relocate_section() 4763 outrel.r_info = ELF32_R_INFO (indx, dr_type); in sh_elf_relocate_section()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-i386.c | 3107 int dr_type; in elf_i386_relocate_section() local 3154 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section() 3158 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section() 3160 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section() 3162 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section() 3166 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section() 3170 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section() 3173 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
|
| D | elf64-s390.c | 2743 int dr_type, indx; in elf_s390_relocate_section() local 2753 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section() 2755 dr_type = R_390_TLS_TPOFF; in elf_s390_relocate_section() 2756 if (dr_type == R_390_TLS_TPOFF && indx == 0) in elf_s390_relocate_section() 2760 outrel.r_info = ELF64_R_INFO (indx, dr_type); in elf_s390_relocate_section()
|
| D | elf32-s390.c | 2735 int dr_type, indx; in elf_s390_relocate_section() local 2745 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section() 2747 dr_type = R_390_TLS_TPOFF; in elf_s390_relocate_section() 2748 if (dr_type == R_390_TLS_TPOFF && indx == 0) in elf_s390_relocate_section() 2752 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_s390_relocate_section()
|
| D | elf64-x86-64.c | 3949 int dr_type, indx; in elf_x86_64_relocate_section() local 3980 dr_type = R_X86_64_DTPMOD64; in elf_x86_64_relocate_section() 3984 dr_type = R_X86_64_TPOFF64; in elf_x86_64_relocate_section() 3988 if ((dr_type == R_X86_64_TPOFF64 in elf_x86_64_relocate_section() 3989 || dr_type == R_X86_64_TLSDESC) && indx == 0) in elf_x86_64_relocate_section() 3991 outrel.r_info = htab->r_info (indx, dr_type); in elf_x86_64_relocate_section()
|
| D | elfxx-sparc.c | 3545 int dr_type, indx; in _bfd_sparc_elf_relocate_section() local 3557 dr_type = SPARC_ELF_TPOFF_RELOC (htab); in _bfd_sparc_elf_relocate_section() 3559 dr_type = SPARC_ELF_DTPMOD_RELOC (htab); in _bfd_sparc_elf_relocate_section() 3560 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0) in _bfd_sparc_elf_relocate_section() 3564 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type); in _bfd_sparc_elf_relocate_section() 3590 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab)) in _bfd_sparc_elf_relocate_section()
|
| D | elf32-sh.c | 4747 int dr_type, indx; in sh_elf_relocate_section() local 4757 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 : in sh_elf_relocate_section() 4759 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0) in sh_elf_relocate_section() 4763 outrel.r_info = ELF32_R_INFO (indx, dr_type); in sh_elf_relocate_section()
|