/kernel/linux/linux-6.6/lib/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | vmcore.c | 898 static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr) in update_note_header_size_elf32() 961 static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr, in get_note_number_and_size_elf32() 996 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf32() 1024 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32() 1028 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32() 1050 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32() 1058 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32() 1065 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); in merge_note_headers_elf32() 1131 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32() 1136 ehdr_ptr = (Elf32_Ehdr *)elfpt in process_ptload_program_headers_elf32() [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A 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 *)elfpt in process_ptload_program_headers_elf32() [all...] |
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr
|
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
H A D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
/kernel/linux/linux-6.6/arch/arm/vdso/ |
H A D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | module.h | 37 #define Elf_Ehdr Elf32_Ehdr
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | module.h | 37 #define Elf_Ehdr Elf32_Ehdr
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | stackmap.c | 211 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id_32() 217 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in stack_map_get_build_id_32() 220 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in stack_map_get_build_id_32() 261 Elf32_Ehdr *ehdr; in stack_map_get_build_id() 276 ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | vdso.c | 73 Elf32_Ehdr *hdr; /* ptr to ELF */ 113 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/loongarch/tools/ |
H A D | elf-entry.c | 22 Elf32_Ehdr ehdr32; in main()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | elf_util.c | 52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
/kernel/linux/linux-5.10/arch/mips/tools/ |
H A D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | module.c | 91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | elf_util.c | 52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
/kernel/linux/linux-6.6/arch/mips/tools/ |
H A D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | genelf.h | 69 #define Elf_Ehdr Elf32_Ehdr
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | genelf.h | 74 #define Elf_Ehdr Elf32_Ehdr
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | module_32.c | 72 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size() 119 int module_frob_arch_sections(Elf32_Ehdr *hdr, in module_frob_arch_sections()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A 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()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | sorttable.c | 332 Elf32_Ehdr *ehdr = addr; in do_file() 397 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
|