Searched refs:elf_data (Results 1 – 1 of 1) sorted by relevance
151 const u8 *elf_data = fw->data; local153 ehdr = (struct elf32_hdr *)elf_data;154 phdr = (struct elf32_phdr *)(elf_data + ehdr->e_phoff);194 memcpy(ptr, elf_data + phdr->p_offset, filesz);218 const u8 *elf_data = (void *)ehdr; local221 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);286 const u8 *elf_data = fw->data; local289 ehdr = (struct elf32_hdr *)elf_data;[all …]