Lines Matching defs:elf_data
162 const u8 *elf_data = fw->data;
166 ehdr = elf_data;
168 phdr = elf_data + elf_hdr_get_e_phoff(class, ehdr);
217 memcpy(ptr, elf_data + offset, filesz);
241 const u8 *elf_data = (void *)fw->data;
244 const void *ehdr = elf_data;
251 shdr = elf_data + elf_hdr_get_e_shoff(class, ehdr);
255 name_table = elf_data + elf_shdr_get_sh_offset(class, name_table_shdr);
265 table = (struct resource_table *)(elf_data + offset);
318 const u8 *elf_data = fw->data;
328 table = (struct resource_table *)(elf_data + sh_offset);