Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-i386.c4005 int dr_type; in elf_i386_relocate_section() local
4052 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
4056 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
4058 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
4060 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
4064 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
4068 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
4071 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
Delf32-s390.c2977 int dr_type, indx; in elf_s390_relocate_section() local
2987 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section()
2989 dr_type = R_390_TLS_TPOFF; in elf_s390_relocate_section()
2990 if (dr_type == R_390_TLS_TPOFF && indx == 0) in elf_s390_relocate_section()
2994 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_s390_relocate_section()
Delf64-s390.c2947 int dr_type, indx; in elf_s390_relocate_section() local
2957 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section()
2959 dr_type = R_390_TLS_TPOFF; in elf_s390_relocate_section()
2960 if (dr_type == R_390_TLS_TPOFF && indx == 0) in elf_s390_relocate_section()
2964 outrel.r_info = ELF64_R_INFO (indx, dr_type); in elf_s390_relocate_section()
Delfxx-sparc.c3627 int dr_type, indx; in _bfd_sparc_elf_relocate_section() local
3639 dr_type = SPARC_ELF_TPOFF_RELOC (htab); in _bfd_sparc_elf_relocate_section()
3641 dr_type = SPARC_ELF_DTPMOD_RELOC (htab); in _bfd_sparc_elf_relocate_section()
3642 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0) in _bfd_sparc_elf_relocate_section()
3646 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type); in _bfd_sparc_elf_relocate_section()
3672 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab)) in _bfd_sparc_elf_relocate_section()
Delf64-x86-64.c4369 int dr_type, indx; in elf_x86_64_relocate_section() local
4400 dr_type = R_X86_64_DTPMOD64; in elf_x86_64_relocate_section()
4404 dr_type = R_X86_64_TPOFF64; in elf_x86_64_relocate_section()
4408 if ((dr_type == R_X86_64_TPOFF64 in elf_x86_64_relocate_section()
4409 || dr_type == R_X86_64_TLSDESC) && indx == 0) in elf_x86_64_relocate_section()
4411 outrel.r_info = htab->r_info (indx, dr_type); in elf_x86_64_relocate_section()
Delf32-sh.c5209 int dr_type, indx; in sh_elf_relocate_section() local
5225 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 : in sh_elf_relocate_section()
5227 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0) in sh_elf_relocate_section()
5231 outrel.r_info = ELF32_R_INFO (indx, dr_type); in sh_elf_relocate_section()