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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i386.c2645 int dr_type, indx;
2655 dr_type = R_386_TLS_DTPMOD32;
2657 dr_type = R_386_TLS_TPOFF;
2659 dr_type = R_386_TLS_TPOFF32;
2660 if (dr_type == R_386_TLS_TPOFF && indx == 0)
2663 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0)
2669 outrel.r_info = ELF32_R_INFO (indx, dr_type);
2643 int dr_type, indx; local
H A Delf64-x86-64.c2220 int dr_type, indx;
2230 dr_type = R_X86_64_DTPMOD64;
2232 dr_type = R_X86_64_TPOFF64;
2236 if (dr_type == R_X86_64_TPOFF64 && indx == 0)
2238 outrel.r_info = ELF64_R_INFO (indx, dr_type);
2218 int dr_type, indx; local
H A Delf32-sparc.c2595 int dr_type, indx;
2606 dr_type = R_SPARC_TLS_TPOFF32;
2608 dr_type = R_SPARC_TLS_DTPMOD32;
2609 if (dr_type == R_SPARC_TLS_TPOFF32 && indx == 0)
2613 outrel.r_info = ELF32_R_INFO (indx, dr_type);
2642 else if (dr_type == R_SPARC_TLS_DTPMOD32)
2591 int dr_type, indx; local
H A Delf32-s390.c2720 int dr_type, indx; local
2730 dr_type = R_390_TLS_DTPMOD;
2732 dr_type = R_390_TLS_TPOFF;
2733 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2737 outrel.r_info = ELF32_R_INFO (indx, dr_type);
H A Delf64-s390.c2701 int dr_type, indx; local
2711 dr_type = R_390_TLS_DTPMOD;
2713 dr_type = R_390_TLS_TPOFF;
2714 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2718 outrel.r_info = ELF64_R_INFO (indx, dr_type);
H A Delf32-sh.c5584 int dr_type, indx;
5600 dr_type = (r_type == R_SH_TLS_GD_32 ? R_SH_TLS_DTPMOD32 :
5602 if (dr_type == R_SH_TLS_TPOFF32 && indx == 0)
5606 outrel.r_info = ELF32_R_INFO (indx, dr_type);
5580 int dr_type, indx; local

Completed in 104 milliseconds