Symbol: elf32_hdr
arch/arc/include/asm/elf.h
36
struct elf32_hdr;
arch/arc/include/asm/elf.h
37
extern int elf_check_arch(const struct elf32_hdr *);
arch/arc/kernel/process.c
277
int elf_check_arch(const struct elf32_hdr *x)
arch/arm/include/asm/elf.h
103
struct elf32_hdr;
arch/arm/include/asm/elf.h
108
extern int elf_check_arch(const struct elf32_hdr *);
arch/arm/include/asm/elf.h
139
extern void elf_set_personality(const struct elf32_hdr *);
arch/arm/kernel/elf.c
10
int elf_check_arch(const struct elf32_hdr *x)
arch/arm/kernel/elf.c
43
void elf_set_personality(const struct elf32_hdr *x)
arch/arm64/include/asm/elf.h
216
int compat_elf_check_arch(const struct elf32_hdr *);
arch/arm64/kernel/process.c
788
int compat_elf_check_arch(const struct elf32_hdr *hdr)
arch/hexagon/include/asm/elf.h
15
struct elf32_hdr;
arch/mips/kernel/elf.c
139
struct elf32_hdr e32;
arch/mips/kernel/elf.c
143
struct elf32_hdr e32;
arch/mips/kernel/elf.c
80
struct elf32_hdr e32;
drivers/gpu/drm/imagination/pvr_fw_util.c
33
struct elf32_hdr *header = (struct elf32_hdr *)fw;
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/gh100.c
172
#define ELF_HDR_SIZE ((u8)sizeof(struct elf32_hdr))
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/gh100.c
198
const struct elf32_hdr *ehdr = elf;
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/gh100.c
248
const struct elf32_hdr *ehdr = elf;
drivers/remoteproc/mtk_scp.c
302
struct elf32_hdr *ehdr;
drivers/remoteproc/mtk_scp.c
307
ehdr = (struct elf32_hdr *)elf_data;
drivers/remoteproc/mtk_scp.c
359
struct elf32_hdr *ehdr;
drivers/remoteproc/mtk_scp.c
365
ehdr = (struct elf32_hdr *)elf_data;
drivers/remoteproc/pru_rproc.c
806
struct elf32_hdr *ehdr;
drivers/remoteproc/pru_rproc.c
811
ehdr = (struct elf32_hdr *)elf_data;
drivers/remoteproc/pru_rproc.c
876
struct elf32_hdr *ehdr = (struct elf32_hdr *)elf_data;
drivers/remoteproc/qcom_common.c
281
const struct elf32_hdr *ehdr;
drivers/remoteproc/qcom_common.c
285
ehdr = (struct elf32_hdr *)fw->data;
drivers/remoteproc/qcom_q6v5_mss.c
1389
struct elf32_hdr *ehdr;
drivers/remoteproc/qcom_q6v5_mss.c
1425
ehdr = (struct elf32_hdr *)fw->data;
drivers/remoteproc/qcom_q6v5_mss.c
1695
const struct elf32_hdr *ehdr;
drivers/remoteproc/qcom_q6v5_mss.c
1709
ehdr = (struct elf32_hdr *)fw->data;
drivers/remoteproc/remoteproc_elf_helpers.h
25
struct elf32_hdr *ehdr = (struct elf32_hdr *)fw->data;
drivers/remoteproc/remoteproc_elf_helpers.h
30
static inline void elf_hdr_init_ident(struct elf32_hdr *hdr, u8 class)
drivers/remoteproc/remoteproc_elf_loader.c
46
struct elf32_hdr *ehdr;
drivers/remoteproc/remoteproc_elf_loader.c
57
if (fw->size < sizeof(struct elf32_hdr)) {
drivers/remoteproc/remoteproc_elf_loader.c
62
ehdr = (struct elf32_hdr *)fw->data;
drivers/soc/qcom/mdt_loader.c
113
const struct elf32_hdr *ehdr;
drivers/soc/qcom/mdt_loader.c
121
ehdr = (struct elf32_hdr *)fw->data;
drivers/soc/qcom/mdt_loader.c
164
const struct elf32_hdr *ehdr;
drivers/soc/qcom/mdt_loader.c
176
ehdr = (struct elf32_hdr *)fw->data;
drivers/soc/qcom/mdt_loader.c
23
const struct elf32_hdr *ehdr;
drivers/soc/qcom/mdt_loader.c
236
const struct elf32_hdr *ehdr;
drivers/soc/qcom/mdt_loader.c
248
ehdr = (struct elf32_hdr *)fw->data;
drivers/soc/qcom/mdt_loader.c
298
const struct elf32_hdr *ehdr;
drivers/soc/qcom/mdt_loader.c
30
ehdr = (struct elf32_hdr *)fw->data;
drivers/soc/qcom/mdt_loader.c
302
ehdr = (struct elf32_hdr *)fw->data;
drivers/soc/qcom/mdt_loader.c
342
const struct elf32_hdr *ehdr;
drivers/soc/qcom/mdt_loader.c
359
ehdr = (struct elf32_hdr *)fw->data;
drivers/soc/qcom/qcom-geni-se.c
1006
const struct elf32_hdr *ehdr;
drivers/soc/qcom/qcom-geni-se.c
1014
if (!fw || fw->size < sizeof(struct elf32_hdr))
drivers/soc/qcom/qcom-geni-se.c
1017
ehdr = (const struct elf32_hdr *)fw->data;
fs/compat_binfmt_elf.c
34
#define elfhdr elf32_hdr
include/linux/elf.h
41
#define elfhdr elf32_hdr