| /linux/fs/proc/ |
| H A D | vmcore.c | 931 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 D | buildid.c | 208 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 D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
| /linux/arch/arm/kernel/ |
| H A D | vdso.c | 51 Elf32_Ehdr *hdr; /* ptr to ELF */ 89 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/include/asm-generic/ |
| H A D | module.h | 33 #define Elf_Ehdr Elf32_Ehdr
|
| /linux/arch/microblaze/kernel/ |
| H A D | module.c | 91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /linux/arch/mips/include/asm/ |
| H A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
| /linux/arch/mips/tools/ |
| H A D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
| /linux/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/arch/riscv/include/asm/ |
| H A D | elf.h | 40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
|
| /linux/arch/arc/kernel/ |
| H A D | module.c | 132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /linux/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()
|
| H A D | elf-parse.c | 115 if (elf_parser.r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) || in elf_parse()
|
| H A D | elf-parse.h | 11 Elf32_Ehdr e32;
|
| H A D | insert-sys-cert.c | 39 #define Elf_Ehdr Elf32_Ehdr
|
| H A D | recordmcount.h | 117 # define Elf_Ehdr Elf32_Ehdr
|
| /linux/arch/parisc/boot/compressed/ |
| H A D | misc.c | 239 Elf32_Ehdr ehdr; in parse_elf()
|
| /linux/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/arch/x86/boot/compressed/ |
| H A D | misc.c | 287 Elf32_Ehdr ehdr; in parse_elf()
|
| /linux/arch/riscv/kernel/ |
| H A D | process.c | 118 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()
|
| /linux/tools/perf/util/ |
| H A D | symbol-minimal.c | 94 Elf32_Ehdr ehdr32; in filename__read_build_id()
|
| H A D | thread.c | 461 _Static_assert(offsetof(Elf32_Ehdr, e_machine) == 18, "Unexpected offset"); in read_proc_e_machine_for_pid()
|
| /linux/sound/soc/codecs/ |
| H A D | rt5677.c | 814 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()
|