Home
last modified time | relevance | path

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

/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.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/
H A Dvdsomunge.c118 const Elf32_Ehdr *inhdr; in main()
196 Elf32_Ehdr *outhdr; in main()
/linux/arch/x86/um/asm/
H A Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr
/linux/include/asm-generic/
H A Dmodule.h37 #define Elf_Ehdr Elf32_Ehdr
/linux/scripts/
H A Dsorttable.c68 Elf32_Ehdr e32;
941 if (r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) ||
H A Drecordmcount.c514 Elf32_Ehdr *ehdr; in do_file()
616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
H A Dinsert-sys-cert.c39 #define Elf_Ehdr Elf32_Ehdr
H A Drecordmcount.h117 # 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/arch/arm/kernel/
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/scripts/mod/
H A Dmodpost.h27 #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.c300 Elf32_Ehdr ehdr; in parse_elf()
/linux/include/uapi/linux/
H A Delf.h224 } Elf32_Ehdr; typedef
/linux/tools/perf/util/
H A Dsymbol-minimal.c116 Elf32_Ehdr ehdr; in filename__read_build_id()
H A Dsymbol-elf.c2079 ehdr->e_phoff = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
2080 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
/linux/sound/soc/codecs/
H A Drt5677.c815 Elf32_Ehdr *elf_hdr; in rt5677_parse_and_load_dsp()
820 if (!buf || (len < sizeof(Elf32_Ehdr))) in rt5677_parse_and_load_dsp()
823 elf_hdr = (Elf32_Ehdr *)buf; in rt5677_parse_and_load_dsp()
829 if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr)) in rt5677_parse_and_load_dsp()