Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmodule.h32 struct elf32_shdr *plt;
/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h33 #define elf_shdr elf32_shdr
/OK3568_Linux_fs/kernel/fs/
H A Dcompat_binfmt_elf.c36 #define elf_shdr elf32_shdr
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h304 typedef struct elf32_shdr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h303 typedef struct elf32_shdr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h303 typedef struct elf32_shdr { struct
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/c8sectpfe/
H A Dc8sectpfe-core.c985 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) { in c8sectpfe_elf_sanity_check()