Lines Matching defs:elf_data
808 const u8 *elf_data = fw->data;
810 ehdr = (struct elf32_hdr *)elf_data;
811 phdr = (struct elf32_phdr *)(elf_data + ehdr->e_phoff);
852 ret = pru_rproc_memcpy(ptr, elf_data + phdr->p_offset,
860 memcpy(ptr, elf_data + phdr->p_offset, filesz);
874 const u8 *elf_data = fw->data;
875 struct elf32_hdr *ehdr = (struct elf32_hdr *)elf_data;
881 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);
885 name_table = elf_data + name_table_shdr->sh_offset;
929 const u8 *elf_data = fw->data;
952 pru->pru_interrupt_map = (struct pru_irq_rsc *)(elf_data + sh_offset);