Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/remoteproc/
Dremoteproc_elf_loader.c78 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);
283 struct elf32_shdr *shdr;
330 struct elf32_shdr *shdr;
/Linux-v4.19/arch/arm/include/asm/
Dmodule.h23 struct elf32_shdr *plt;
/Linux-v4.19/include/linux/
Delf.h29 #define elf_shdr elf32_shdr
/Linux-v4.19/fs/
Dcompat_binfmt_elf.c36 #define elf_shdr elf32_shdr
/Linux-v4.19/include/uapi/linux/
Delf.h303 typedef struct elf32_shdr { struct
/Linux-v4.19/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c991 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) { in c8sectpfe_elf_sanity_check()