Home
last modified time | relevance | path

Searched refs:Elf32_Ehdr (Results 1 – 25 of 26) sorted by relevance

12

/linux/lib/
H A Dbuildid.c208 const Elf32_Ehdr *ehdr; in get_build_id_32()
212 ehdr = freader_fetch(r, 0, sizeof(Elf32_Ehdr)); in get_build_id_32()
285 const Elf32_Ehdr *ehdr; in __build_id_parse()
293 ehdr = freader_fetch(&r, 0, offsetofend(Elf32_Ehdr, e_type)); in __build_id_parse()
/linux/arch/arm/vdso/
H A Dvdsomunge.c118 const Elf32_Ehdr *inhdr; in main()
196 Elf32_Ehdr *outhdr; in main()
/linux/arch/arm/kernel/
H A Dvdso.c51 Elf32_Ehdr *hdr; /* ptr to ELF */
89 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
H A Dmodule.c398 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section()
414 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux/include/asm-generic/
H A Dmodule.h33 #define Elf_Ehdr Elf32_Ehdr
/linux/arch/microblaze/kernel/
H A Dmodule.c91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux/arch/mips/include/asm/
H A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/linux/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32; in main()
/linux/arch/powerpc/boot/
H A Delf_util.c52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
H A Delf.h70 } Elf32_Ehdr; typedef
/linux/arch/riscv/include/asm/
H A Delf.h40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
/linux/arch/arc/kernel/
H A Dmodule.c132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux/scripts/
H A Drecordmcount.c514 Elf32_Ehdr *ehdr; in do_file()
616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
H A Delf-parse.c115 if (elf_parser.r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) || in elf_parse()
H A Delf-parse.h11 Elf32_Ehdr e32;
H A Dinsert-sys-cert.c39 #define Elf_Ehdr Elf32_Ehdr
H A Drecordmcount.h117 # define Elf_Ehdr Elf32_Ehdr
H A Dsorttable.c933 if (elf_parser.r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
/linux/arch/mips/boot/
H A Delf2ecoff.c169 static void convert_elf_hdr(Elf32_Ehdr * e) in convert_elf_hdr()
270 Elf32_Ehdr ex; in main()
/linux/arch/x86/boot/compressed/
H A Dmisc.c287 Elf32_Ehdr ehdr; in parse_elf()
/linux/tools/perf/util/
H A Dsymbol-minimal.c94 Elf32_Ehdr ehdr32; in filename__read_build_id()
H A Ddso.c1234 _Static_assert(offsetof(Elf32_Ehdr, e_ident) == 0, "Unexpected offset"); in dso__read_e_machine()
1261 _Static_assert(offsetof(Elf32_Ehdr, e_machine) == 18, "Unexpected offset"); in dso__read_e_machine()
1280 ? offsetof(Elf32_Ehdr, e_flags) in dso__read_e_machine()
H A Dsymbol-elf.c2028 ehdr->e_phoff = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
2029 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
/linux/arch/riscv/kernel/
H A Dprocess.c119 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()
/linux/sound/soc/codecs/
H A Drt5677.c814 Elf32_Ehdr *elf_hdr; in rt5677_parse_and_load_dsp()
819 if (!buf || (len < sizeof(Elf32_Ehdr))) in rt5677_parse_and_load_dsp()
822 elf_hdr = (Elf32_Ehdr *)buf; in rt5677_parse_and_load_dsp()
828 if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr)) in rt5677_parse_and_load_dsp()

12