Home
last modified time | relevance | path

Searched refs:elf32_hdr (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/drivers/remoteproc/
Dremoteproc_elf_loader.c47 struct elf32_hdr *ehdr;
55 if (fw->size < sizeof(struct elf32_hdr)) {
60 ehdr = (struct elf32_hdr *)fw->data;
116 struct elf32_hdr *ehdr = (struct elf32_hdr *)fw->data;
149 struct elf32_hdr *ehdr;
154 ehdr = (struct elf32_hdr *)elf_data;
212 find_table(struct device *dev, struct elf32_hdr *ehdr, size_t fw_size)
289 struct elf32_hdr *ehdr;
295 ehdr = (struct elf32_hdr *)elf_data;
321 struct elf32_hdr *ehdr = (struct elf32_hdr *)fw->data;
/linux-4.1.27/arch/arm/include/asm/
Delf.h95 struct elf32_hdr;
100 extern int elf_check_arch(const struct elf32_hdr *);
105 extern int arm_elf_read_implies_exec(const struct elf32_hdr *, int);
127 extern void elf_set_personality(const struct elf32_hdr *);
/linux-4.1.27/arch/unicore32/include/asm/
Delf.h57 struct elf32_hdr;
62 extern int elf_check_arch(const struct elf32_hdr *);
83 extern void elf_set_personality(const struct elf32_hdr *);
/linux-4.1.27/arch/arm/kernel/
Delf.c8 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch()
41 void elf_set_personality(const struct elf32_hdr *x) in elf_set_personality()
83 int arm_elf_read_implies_exec(const struct elf32_hdr *x, int executable_stack) in arm_elf_read_implies_exec()
/linux-4.1.27/arch/unicore32/kernel/
Delf.c18 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch()
32 void elf_set_personality(const struct elf32_hdr *x) in elf_set_personality()
/linux-4.1.27/arch/arc/include/asm/
Delf.h39 struct elf32_hdr;
40 extern int elf_check_arch(const struct elf32_hdr *);
/linux-4.1.27/arch/frv/include/asm/
Delf.h18 struct elf32_hdr;
72 extern int elf_check_arch(const struct elf32_hdr *hdr);
/linux-4.1.27/arch/mips/kernel/
Delf.c71 struct elf32_hdr *ehdr32 = _ehdr; in arch_elf_pt_proc()
126 struct elf32_hdr *ehdr = _ehdr; in arch_check_elf()
/linux-4.1.27/include/linux/
Delf.h26 #define elfhdr elf32_hdr
/linux-4.1.27/fs/
Dcompat_binfmt_elf.c34 #define elfhdr elf32_hdr
/linux-4.1.27/arch/arc/kernel/
Dprocess.c196 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch()
/linux-4.1.27/arch/powerpc/boot/
Delf.h54 typedef struct elf32_hdr { struct
/linux-4.1.27/arch/frv/kernel/
Dprocess.c207 int elf_check_arch(const struct elf32_hdr *hdr) in elf_check_arch()
/linux-4.1.27/arch/hexagon/include/asm/
Delf.h32 struct elf32_hdr;
/linux-4.1.27/include/uapi/linux/
Delf.h203 typedef struct elf32_hdr{ struct