Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/include/asm/
Dmodule.h23 struct elf32_shdr *plt;
/Linux-v5.10/include/linux/
Delf.h33 #define elf_shdr elf32_shdr
/Linux-v5.10/fs/
Dcompat_binfmt_elf.c36 #define elf_shdr elf32_shdr
/Linux-v5.10/include/uapi/linux/
Delf.h304 typedef struct elf32_shdr { struct
/Linux-v5.10/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c985 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) { in c8sectpfe_elf_sanity_check()