Searched refs:elf_data (Results 1 – 1 of 1) sorted by relevance
166 const u8 *elf_data = fw->data; local170 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; local257 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);[all …]