Searched refs:dr_type (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-i386.c | 4746 int dr_type; in elf_i386_relocate_section() local 4793 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section() 4797 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section() 4799 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section() 4801 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section() 4805 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section() 4809 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section() 4812 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
|
D | elf64-s390.c | 3023 int dr_type, indx; in elf_s390_relocate_section() local 3033 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section() 3035 dr_type = R_390_TLS_TPOFF; in elf_s390_relocate_section() 3036 if (dr_type == R_390_TLS_TPOFF && indx == 0) in elf_s390_relocate_section() 3040 outrel.r_info = ELF64_R_INFO (indx, dr_type); in elf_s390_relocate_section()
|
D | elf32-s390.c | 3062 int dr_type, indx; in elf_s390_relocate_section() local 3072 dr_type = R_390_TLS_DTPMOD; in elf_s390_relocate_section() 3074 dr_type = R_390_TLS_TPOFF; in elf_s390_relocate_section() 3075 if (dr_type == R_390_TLS_TPOFF && indx == 0) in elf_s390_relocate_section() 3079 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_s390_relocate_section()
|
D | elfxx-sparc.c | 3634 int dr_type, indx; in _bfd_sparc_elf_relocate_section() local 3646 dr_type = SPARC_ELF_TPOFF_RELOC (htab); in _bfd_sparc_elf_relocate_section() 3648 dr_type = SPARC_ELF_DTPMOD_RELOC (htab); in _bfd_sparc_elf_relocate_section() 3649 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0) in _bfd_sparc_elf_relocate_section() 3653 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type); in _bfd_sparc_elf_relocate_section() 3679 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab)) in _bfd_sparc_elf_relocate_section()
|
D | elf64-x86-64.c | 5195 int dr_type, indx; in elf_x86_64_relocate_section() local 5226 dr_type = R_X86_64_DTPMOD64; in elf_x86_64_relocate_section() 5230 dr_type = R_X86_64_TPOFF64; in elf_x86_64_relocate_section() 5234 if ((dr_type == R_X86_64_TPOFF64 in elf_x86_64_relocate_section() 5235 || dr_type == R_X86_64_TLSDESC) && indx == 0) in elf_x86_64_relocate_section() 5237 outrel.r_info = htab->r_info (indx, dr_type); in elf_x86_64_relocate_section()
|
D | elf32-sh.c | 5225 int dr_type, indx; in sh_elf_relocate_section() local 5241 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 : in sh_elf_relocate_section() 5243 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0) in sh_elf_relocate_section() 5247 outrel.r_info = ELF32_R_INFO (indx, dr_type); in sh_elf_relocate_section()
|