Searched refs:elf_data (Results 1 – 1 of 1) sorted by relevance
143 const u8 *elf_data = fw->data; local145 ehdr = (struct elf32_hdr *)elf_data;146 phdr = (struct elf32_phdr *)(elf_data + ehdr->e_phoff);186 memcpy(ptr, elf_data + phdr->p_offset, filesz);210 const u8 *elf_data = (void *)ehdr; local213 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);214 name_table = elf_data + shdr[ehdr->e_shstrndx].sh_offset;223 table = (struct resource_table *)(elf_data + offset);277 const u8 *elf_data = fw->data; local280 ehdr = (struct elf32_hdr *)elf_data;[all …]