Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/remoteproc/
Dremoteproc_elf_loader.c70 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) {
203 static struct elf32_shdr *
206 struct elf32_shdr *shdr;
213 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);
274 struct elf32_shdr *shdr;
321 struct elf32_shdr *shdr;
/Linux-v5.4/arch/arm/include/asm/
Dmodule.h23 struct elf32_shdr *plt;
/Linux-v5.4/include/linux/
Delf.h29 #define elf_shdr elf32_shdr
/Linux-v5.4/fs/
Dcompat_binfmt_elf.c33 #define elf_shdr elf32_shdr
/Linux-v5.4/include/uapi/linux/
Delf.h303 typedef struct elf32_shdr { struct
/Linux-v5.4/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c987 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) { in c8sectpfe_elf_sanity_check()