| /linux-6.15/fs/proc/ |
| H A D | vmcore.c | 1057 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32() 1061 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32() 1083 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 1091 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32() 1158 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32() 1162 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32() 1272 Elf32_Ehdr ehdr; in parse_crash_elf32_headers() 1278 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers() 1289 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers() 1422 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)elfptr; in vmcoredd_update_program_headers() [all …]
|
| /linux-6.15/lib/ |
| H A D | buildid.c | 216 const Elf32_Ehdr *ehdr; in get_build_id_32() 220 ehdr = freader_fetch(r, 0, sizeof(Elf32_Ehdr)); in get_build_id_32() 293 const Elf32_Ehdr *ehdr; in __build_id_parse() 305 ehdr = freader_fetch(&r, 0, offsetofend(Elf32_Ehdr, e_type)); in __build_id_parse()
|
| /linux-6.15/arch/arm/vdso/ |
| H A D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | vdso.c | 51 Elf32_Ehdr *hdr; /* ptr to ELF */ 91 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
|
| H A D | module.c | 398 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-6.15/include/asm-generic/ |
| H A D | module.h | 33 #define Elf_Ehdr Elf32_Ehdr
|
| /linux-6.15/arch/microblaze/kernel/ |
| H A D | module.c | 91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
| /linux-6.15/arch/mips/tools/ |
| H A D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | elf_util.c | 52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
| H A D | elf.h | 70 } Elf32_Ehdr; typedef
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | elf.h | 40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
|
| /linux-6.15/tools/perf/util/ |
| H A D | genelf.h | 77 #define Elf_Ehdr Elf32_Ehdr
|
| H A D | symbol-minimal.c | 116 Elf32_Ehdr ehdr; in filename__read_build_id()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | module_32.c | 73 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size() 120 int module_frob_arch_sections(Elf32_Ehdr *hdr, in module_frob_arch_sections()
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | module.c | 132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /linux-6.15/scripts/mod/ |
| H A D | modpost.h | 27 #define Elf_Ehdr Elf32_Ehdr
|
| /linux-6.15/scripts/ |
| H A D | recordmcount.c | 514 Elf32_Ehdr *ehdr; in do_file() 616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
| /linux-6.15/arch/parisc/boot/compressed/ |
| H A D | misc.c | 239 Elf32_Ehdr ehdr; in parse_elf()
|
| /linux-6.15/arch/mips/vdso/ |
| H A D | genvdso.c | 113 const Elf32_Ehdr *ehdr; in map_vdso()
|
| /linux-6.15/drivers/media/platform/st/sti/c8sectpfe/ |
| H A D | c8sectpfe-core.c | 965 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check() 1045 Elf32_Ehdr *ehdr; in load_slim_core_fw() 1053 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
|
| /linux-6.15/arch/mips/boot/ |
| H A D | elf2ecoff.c | 169 static void convert_elf_hdr(Elf32_Ehdr * e) in convert_elf_hdr() 270 Elf32_Ehdr ex; in main()
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | misc.c | 288 Elf32_Ehdr ehdr; in parse_elf()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 232 } Elf32_Ehdr; typedef
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | process.c | 115 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()
|