Home
last modified time | relevance | path

Searched refs:elf32_shdr (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/remoteproc/
Dremoteproc_elf_loader.c79 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) {
211 static struct elf32_shdr *
214 struct elf32_shdr *shdr;
221 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);
290 struct elf32_shdr *shdr;
322 struct elf32_shdr *shdr;
/linux-4.4.14/arch/arm/include/asm/
Dmodule.h26 struct elf32_shdr *core_plt;
27 struct elf32_shdr *init_plt;
/linux-4.4.14/include/linux/
Delf.h28 #define elf_shdr elf32_shdr
/linux-4.4.14/fs/
Dcompat_binfmt_elf.c36 #define elf_shdr elf32_shdr
/linux-4.4.14/include/uapi/linux/
Delf.h299 typedef struct elf32_shdr { struct
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c1003 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) { in c8sectpfe_elf_sanity_check()