Lines Matching refs:elf_data
162 const u8 *elf_data = fw->data; local
166 ehdr = elf_data;
168 phdr = elf_data + elf_hdr_get_e_phoff(class, ehdr);
219 memcpy_toio((void __iomem *)ptr, elf_data + offset, filesz);
221 memcpy(ptr, elf_data + offset, filesz);
250 const u8 *elf_data = (void *)fw->data; local
253 const void *ehdr = elf_data;
260 shdr = elf_data + elf_hdr_get_e_shoff(class, ehdr);
264 name_table = elf_data + elf_shdr_get_sh_offset(class, name_table_shdr);
274 table = (struct resource_table *)(elf_data + offset);
327 const u8 *elf_data = fw->data; local
337 table = (struct resource_table *)(elf_data + sh_offset);