Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dmodule.h22 struct elf32_shdr *plt;
/openbmc/linux/include/linux/
H A Delf.h43 #define elf_shdr elf32_shdr
/openbmc/linux/fs/
H A Dcompat_binfmt_elf.c36 #define elf_shdr elf32_shdr
/openbmc/linux/include/uapi/linux/
H A Delf.h308 typedef struct elf32_shdr { struct
/openbmc/linux/drivers/remoteproc/
H A Dpru_rproc.c872 struct elf32_shdr *shdr, *name_table_shdr; in pru_rproc_find_interrupt_map()
881 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff); in pru_rproc_find_interrupt_map()
H A Dmtk_scp.c302 struct elf32_shdr *shdr, *shdr_strtab; in scp_elf_read_ipi_buf_addr()
308 shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff); in scp_elf_read_ipi_buf_addr()
/openbmc/qemu/include/
H A Delf.h1601 typedef struct elf32_shdr { struct
1770 #define elf_shdr elf32_shdr
/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c968 if (fw->size < ehdr->e_shoff + sizeof(struct elf32_shdr)) { in c8sectpfe_elf_sanity_check()