Home
last modified time | relevance | path

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

12

/linux-6.15/fs/proc/
H A Dvmcore.c1057 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 Dbuildid.c216 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 Dvdsomunge.c118 const Elf32_Ehdr *inhdr; in main()
196 Elf32_Ehdr *outhdr; in main()
/linux-6.15/arch/arm/kernel/
H A Dvdso.c51 Elf32_Ehdr *hdr; /* ptr to ELF */
91 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-6.15/include/asm-generic/
H A Dmodule.h33 #define Elf_Ehdr Elf32_Ehdr
/linux-6.15/arch/microblaze/kernel/
H A Dmodule.c91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux-6.15/arch/mips/include/asm/
H A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/linux-6.15/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32; in main()
/linux-6.15/arch/powerpc/boot/
H A Delf_util.c52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
H A Delf.h70 } Elf32_Ehdr; typedef
/linux-6.15/arch/riscv/include/asm/
H A Delf.h40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
/linux-6.15/tools/perf/util/
H A Dgenelf.h77 #define Elf_Ehdr Elf32_Ehdr
H A Dsymbol-minimal.c116 Elf32_Ehdr ehdr; in filename__read_build_id()
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_32.c73 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 Dmodule.c132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux-6.15/scripts/mod/
H A Dmodpost.h27 #define Elf_Ehdr Elf32_Ehdr
/linux-6.15/scripts/
H A Drecordmcount.c514 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 Dmisc.c239 Elf32_Ehdr ehdr; in parse_elf()
/linux-6.15/arch/mips/vdso/
H A Dgenvdso.c113 const Elf32_Ehdr *ehdr; in map_vdso()
/linux-6.15/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c965 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 Delf2ecoff.c169 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 Dmisc.c288 Elf32_Ehdr ehdr; in parse_elf()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h232 } Elf32_Ehdr; typedef
/linux-6.15/arch/riscv/kernel/
H A Dprocess.c115 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()

12