Home
last modified time | relevance | path

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

12

/linux/fs/proc/
H A Dvmcore.c931 static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr) in update_note_header_size_elf32()
994 static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr, in get_note_number_and_size_elf32()
1029 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf32()
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()
1098 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); 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()
[all …]
/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()
297 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
/linux/arch/parisc/boot/compressed/
H A Dmisc.c239 Elf32_Ehdr ehdr; in parse_elf()
/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/arch/riscv/kernel/
H A Dprocess.c118 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()
/linux/tools/perf/util/
H A Dsymbol-minimal.c94 Elf32_Ehdr ehdr32; in filename__read_build_id()
H A Dthread.c461 _Static_assert(offsetof(Elf32_Ehdr, e_machine) == 18, "Unexpected offset"); in read_proc_e_machine_for_pid()
/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