Searched refs:dr_type (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-i386.c | 2761 int dr_type, indx; in elf_i386_relocate_section() local 2771 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section() 2773 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section() 2775 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section() 2776 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section() 2779 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section() 2785 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
|
| D | elf64-x86-64.c | 2320 int dr_type, indx; in elf64_x86_64_relocate_section() local 2330 dr_type = R_X86_64_DTPMOD64; in elf64_x86_64_relocate_section() 2332 dr_type = R_X86_64_TPOFF64; in elf64_x86_64_relocate_section() 2336 if (dr_type == R_X86_64_TPOFF64 && indx == 0) in elf64_x86_64_relocate_section() 2338 outrel.r_info = ELF64_R_INFO (indx, dr_type); in elf64_x86_64_relocate_section()
|
| D | elfxx-sparc.c | 2882 int dr_type, indx; in _bfd_sparc_elf_relocate_section() local 2893 dr_type = SPARC_ELF_TPOFF_RELOC (htab); in _bfd_sparc_elf_relocate_section() 2895 dr_type = SPARC_ELF_DTPMOD_RELOC (htab); in _bfd_sparc_elf_relocate_section() 2896 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0) in _bfd_sparc_elf_relocate_section() 2900 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type); in _bfd_sparc_elf_relocate_section() 2925 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab)) in _bfd_sparc_elf_relocate_section()
|
| D | elf64-s390.c | 2718 int dr_type, indx; local 2728 dr_type = R_390_TLS_DTPMOD; 2730 dr_type = R_390_TLS_TPOFF; 2731 if (dr_type == R_390_TLS_TPOFF && indx == 0) 2735 outrel.r_info = ELF64_R_INFO (indx, dr_type);
|
| D | elf32-s390.c | 2737 int dr_type, indx; local 2747 dr_type = R_390_TLS_DTPMOD; 2749 dr_type = R_390_TLS_TPOFF; 2750 if (dr_type == R_390_TLS_TPOFF && indx == 0) 2754 outrel.r_info = ELF32_R_INFO (indx, dr_type);
|
| D | elf32-sh.c | 5394 int dr_type, indx; in sh_elf_relocate_section() local 5410 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 : in sh_elf_relocate_section() 5412 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0) in sh_elf_relocate_section() 5416 outrel.r_info = ELF32_R_INFO (indx, dr_type); in sh_elf_relocate_section()
|