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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386.c2902 int dr_type, indx;
2948 dr_type = R_386_TLS_DTPMOD32;
2952 dr_type = R_386_TLS_TPOFF;
2954 dr_type = R_386_TLS_TPOFF32;
2956 if (dr_type == R_386_TLS_TPOFF && indx == 0)
2959 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0)
2962 else if (dr_type != R_386_TLS_DESC)
2965 outrel.r_info = ELF32_R_INFO (indx, dr_type);
2900 int dr_type, indx; local
H A Delf64-x86-64.c2705 int dr_type, indx;
2741 dr_type = R_X86_64_DTPMOD64;
2745 dr_type = R_X86_64_TPOFF64;
2749 if ((dr_type == R_X86_64_TPOFF64
2750 || dr_type == R_X86_64_TLSDESC) && indx == 0)
2752 outrel.r_info = ELF64_R_INFO (indx, dr_type);
2703 int dr_type, indx; local
H A Delfxx-sparc.c3011 int dr_type, indx;
3022 dr_type = SPARC_ELF_TPOFF_RELOC (htab);
3024 dr_type = SPARC_ELF_DTPMOD_RELOC (htab);
3025 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0)
3029 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type);
3055 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab))
3006 int dr_type, indx; local
H A Delf32-s390.c2739 int dr_type, indx; local
2749 dr_type = R_390_TLS_DTPMOD;
2751 dr_type = R_390_TLS_TPOFF;
2752 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2756 outrel.r_info = ELF32_R_INFO (indx, dr_type);
H A Delf64-s390.c2724 int dr_type, indx; local
2734 dr_type = R_390_TLS_DTPMOD;
2736 dr_type = R_390_TLS_TPOFF;
2737 if (dr_type == R_390_TLS_TPOFF && indx == 0)
2741 outrel.r_info = ELF64_R_INFO (indx, dr_type);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h677 int dr_type; member in struct:bwn_dma_ring
H A Dif_bwn.c2657 dr->dr_type = type;
3083 if (dr->dr_type == BWN_DMA_64BIT) {
3114 if (dr->dr_type == BWN_DMA_64BIT) {
3157 bwn_dma_tx_reset(dr->dr_mac, dr->dr_base, dr->dr_type);
3158 if (dr->dr_type == BWN_DMA_64BIT) {
3164 bwn_dma_rx_reset(dr->dr_mac, dr->dr_base, dr->dr_type);
3165 if (dr->dr_type == BWN_DMA_64BIT) {

Completed in 259 milliseconds