Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-i386.c2900 int dr_type, indx; in elf_i386_relocate_section() local
2946 dr_type = R_386_TLS_DTPMOD32; in elf_i386_relocate_section()
2950 dr_type = R_386_TLS_TPOFF; in elf_i386_relocate_section()
2952 dr_type = R_386_TLS_TPOFF32; in elf_i386_relocate_section()
2954 if (dr_type == R_386_TLS_TPOFF && indx == 0) in elf_i386_relocate_section()
2957 else if (dr_type == R_386_TLS_TPOFF32 && indx == 0) in elf_i386_relocate_section()
2960 else if (dr_type != R_386_TLS_DESC) in elf_i386_relocate_section()
2963 outrel.r_info = ELF32_R_INFO (indx, dr_type); in elf_i386_relocate_section()
H A Delf64-x86-64.c2703 int dr_type, indx; in elf64_x86_64_relocate_section() local
2739 dr_type = R_X86_64_DTPMOD64; in elf64_x86_64_relocate_section()
2743 dr_type = R_X86_64_TPOFF64; in elf64_x86_64_relocate_section()
2747 if ((dr_type == R_X86_64_TPOFF64 in elf64_x86_64_relocate_section()
2748 || dr_type == R_X86_64_TLSDESC) && indx == 0) in elf64_x86_64_relocate_section()
2750 outrel.r_info = ELF64_R_INFO (indx, dr_type); in elf64_x86_64_relocate_section()
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);
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 Delfxx-sparc.c3006 int dr_type, indx; in _bfd_sparc_elf_relocate_section() local
3017 dr_type = SPARC_ELF_TPOFF_RELOC (htab); in _bfd_sparc_elf_relocate_section()
3019 dr_type = SPARC_ELF_DTPMOD_RELOC (htab); in _bfd_sparc_elf_relocate_section()
3020 if (dr_type == SPARC_ELF_TPOFF_RELOC (htab) && indx == 0) in _bfd_sparc_elf_relocate_section()
3024 outrel.r_info = SPARC_ELF_R_INFO (htab, NULL, indx, dr_type); in _bfd_sparc_elf_relocate_section()
3050 else if (dr_type == SPARC_ELF_DTPMOD_RELOC (htab)) in _bfd_sparc_elf_relocate_section()
/freebsd-12.1/sys/dev/bwn/
H A Dif_bwn.c2834 dr->dr_type = mac->mac_dmatype; in bwn_dma_ringsetup()
2836 dr->dr_base = bwn_dma_base(dr->dr_type, controller_index); in bwn_dma_ringsetup()
2838 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_ringsetup()
3285 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_setup()
3309 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_setup()
3347 bwn_dma_tx_reset(dr->dr_mac, dr->dr_base, dr->dr_type); in bwn_dma_cleanup()
3348 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_cleanup()
3354 bwn_dma_rx_reset(dr->dr_mac, dr->dr_base, dr->dr_type); in bwn_dma_cleanup()
3355 if (dr->dr_type == BHND_DMA_ADDR_64BIT) { in bwn_dma_cleanup()
H A Dif_bwnvar.h678 int dr_type; member