Lines Matching defs:elf_data
166 const u8 *elf_data = fw->data;
170 ehdr = elf_data;
172 phdr = elf_data + elf_hdr_get_e_phoff(class, ehdr);
223 memcpy_toio((void __iomem *)ptr, elf_data + offset, filesz);
225 memcpy(ptr, elf_data + offset, filesz);
254 const u8 *elf_data = (void *)fw->data;
257 const void *ehdr = elf_data;
264 shdr = elf_data + elf_hdr_get_e_shoff(class, ehdr);
268 name_table = elf_data + elf_shdr_get_sh_offset(class, name_table_shdr);
278 table = (struct resource_table *)(elf_data + offset);
331 const u8 *elf_data = fw->data;
341 table = (struct resource_table *)(elf_data + sh_offset);