Lines Matching refs:elf_data
152 const u8 *elf_data = fw->data; local
154 ehdr = (struct elf32_hdr *)elf_data;
155 phdr = (struct elf32_phdr *)(elf_data + ehdr->e_phoff);
195 memcpy(ptr, elf_data + phdr->p_offset, filesz);
218 const u8 *elf_data = (void *)ehdr; local
221 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);
222 name_table = elf_data + shdr[ehdr->e_shstrndx].sh_offset;
231 table = (struct resource_table *)(elf_data + offset);
293 const u8 *elf_data = fw->data; local
295 ehdr = (struct elf32_hdr *)elf_data;
301 table = (struct resource_table *)(elf_data + shdr->sh_offset);