Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-i386.c3100 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()
Delf32-s390.c2731 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()
Delf64-s390.c2798 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()
Delf64-x86-64.c4059 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()
Delfxx-sparc.c3529 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()
Delf32-sh.c4747 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/
Delf32-i386.c3107 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()
Delf64-s390.c2743 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()
Delf32-s390.c2735 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()
Delf64-x86-64.c3949 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()
Delfxx-sparc.c3545 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()
Delf32-sh.c4747 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()