Home
last modified time | relevance | path

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

12

/linux/fs/proc/
A Dvmcore.c1043 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32()
1047 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32()
1069 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32()
1077 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32()
1150 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32()
1155 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32()
1270 Elf32_Ehdr ehdr; in parse_crash_elf32_headers()
1276 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr); in parse_crash_elf32_headers()
1287 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
1420 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)elfptr; in vmcoredd_update_program_headers()
[all …]
/linux/lib/
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/arch/arm/vdso/
A Dvdsomunge.c118 const Elf32_Ehdr *inhdr; in main()
196 Elf32_Ehdr *outhdr; in main()
/linux/arch/x86/um/asm/
A Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr
/linux/arch/arm/kernel/
A Dvdso.c60 Elf32_Ehdr *hdr; /* ptr to ELF */
100 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
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/
A Dmodule.h37 #define Elf_Ehdr Elf32_Ehdr
/linux/arch/microblaze/kernel/
A Dmodule.c91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux/scripts/
A Dsorttable.c271 Elf32_Ehdr *ehdr = addr; in do_file()
333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
A Drecordmcount.c514 Elf32_Ehdr *ehdr; in do_file()
616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
/linux/arch/mips/include/asm/
A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/linux/arch/mips/tools/
A Delf-entry.c38 Elf32_Ehdr ehdr32; in main()
/linux/arch/riscv/include/asm/
A Delf.h40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
/linux/arch/powerpc/boot/
A Delf_util.c52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
A Delf.h70 } Elf32_Ehdr; typedef
/linux/tools/perf/util/
A Dgenelf.h77 #define Elf_Ehdr Elf32_Ehdr
/linux/arch/powerpc/kernel/
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/arch/arc/kernel/
A Dmodule.c132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux/scripts/mod/
A Dmodpost.h27 #define Elf_Ehdr Elf32_Ehdr
/linux/arch/riscv/kernel/
A Dprocess.c114 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()
/linux/arch/mips/vdso/
A Dgenvdso.c113 const Elf32_Ehdr *ehdr; in map_vdso()
/linux/arch/parisc/boot/compressed/
A Dmisc.c239 Elf32_Ehdr ehdr; in parse_elf()
/linux/drivers/media/platform/st/sti/c8sectpfe/
A Dc8sectpfe-core.c966 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check()
1046 Elf32_Ehdr *ehdr; in load_slim_core_fw()
1054 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
/linux/arch/mips/boot/
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/
A Dmisc.c300 Elf32_Ehdr ehdr; in parse_elf()

Completed in 40 milliseconds

12