elf_programheader 101 sound/pci/mixart/mixart_hwdep.c struct snd_mixart_elf32_phdr elf_programheader; elf_programheader 106 sound/pci/mixart/mixart_hwdep.c memcpy( &elf_programheader, dsp->data + pos, sizeof(elf_programheader) ); elf_programheader 108 sound/pci/mixart/mixart_hwdep.c if(elf_programheader.p_type != 0) { elf_programheader 109 sound/pci/mixart/mixart_hwdep.c if( elf_programheader.p_filesz != 0 ) { elf_programheader 110 sound/pci/mixart/mixart_hwdep.c memcpy_toio( MIXART_MEM( mgr, be32_to_cpu(elf_programheader.p_vaddr)), elf_programheader 111 sound/pci/mixart/mixart_hwdep.c dsp->data + be32_to_cpu( elf_programheader.p_offset ), elf_programheader 112 sound/pci/mixart/mixart_hwdep.c be32_to_cpu( elf_programheader.p_filesz ));