/linux-6.6.21/lib/ |
D | buildid.c | 72 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; in get_build_id_32() 78 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in get_build_id_32() 81 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in get_build_id_32() 129 Elf32_Ehdr *ehdr; in build_id_parse() 144 ehdr = (Elf32_Ehdr *)page_addr; in build_id_parse()
|
/linux-6.6.21/fs/proc/ |
D | vmcore.c | 914 static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr) in update_note_header_size_elf32() 977 static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr, in get_note_number_and_size_elf32() 1012 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf32() 1040 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32() 1044 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32() 1066 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 1074 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32() 1081 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); in merge_note_headers_elf32() 1147 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32() 1152 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32() [all …]
|
/linux-6.6.21/arch/arm/vdso/ |
D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
/linux-6.6.21/arch/x86/um/asm/ |
D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr
|
/linux-6.6.21/arch/arm/kernel/ |
D | vdso.c | 64 Elf32_Ehdr *hdr; /* ptr to ELF */ 104 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
|
D | module.c | 437 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section() 453 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-6.6.21/include/asm-generic/ |
D | module.h | 37 #define Elf_Ehdr Elf32_Ehdr
|
/linux-6.6.21/arch/microblaze/kernel/ |
D | module.c | 91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-6.6.21/scripts/ |
D | sorttable.c | 271 Elf32_Ehdr *ehdr = addr; in do_file() 333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
|
D | recordmcount.c | 514 Elf32_Ehdr *ehdr; in do_file() 617 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
/linux-6.6.21/arch/mips/tools/ |
D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
/linux-6.6.21/arch/powerpc/boot/ |
D | elf_util.c | 52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
D | elf.h | 70 } Elf32_Ehdr; typedef
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | elf.h | 40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
|
/linux-6.6.21/tools/perf/util/ |
D | genelf.h | 74 #define Elf_Ehdr Elf32_Ehdr
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | module_32.c | 73 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.6.21/arch/arc/kernel/ |
D | module.c | 132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-6.6.21/scripts/mod/ |
D | modpost.h | 25 #define Elf_Ehdr Elf32_Ehdr
|
/linux-6.6.21/arch/riscv/kernel/ |
D | process.c | 89 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch()
|
/linux-6.6.21/arch/parisc/boot/compressed/ |
D | misc.c | 239 Elf32_Ehdr ehdr; in parse_elf()
|
/linux-6.6.21/arch/mips/vdso/ |
D | genvdso.c | 113 const Elf32_Ehdr *ehdr; in map_vdso()
|
/linux-6.6.21/drivers/media/platform/st/sti/c8sectpfe/ |
D | c8sectpfe-core.c | 979 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check() 1059 Elf32_Ehdr *ehdr; in load_slim_core_fw() 1067 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
|
/linux-6.6.21/arch/x86/boot/compressed/ |
D | misc.c | 286 Elf32_Ehdr ehdr; in parse_elf()
|
/linux-6.6.21/arch/mips/boot/ |
D | elf2ecoff.c | 169 static void convert_elf_hdr(Elf32_Ehdr * e) in convert_elf_hdr() 270 Elf32_Ehdr ex; in main()
|