Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/lib/
H A Dbuildid.c72 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 Dvmcore.c898 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 Dvmcore.c914 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 Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr
/kernel/linux/linux-6.6/arch/x86/um/asm/
H A Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr
/kernel/linux/linux-5.10/arch/arm/vdso/
H A Dvdsomunge.c118 const Elf32_Ehdr *inhdr; in main()
196 Elf32_Ehdr *outhdr; in main()
/kernel/linux/linux-6.6/arch/arm/vdso/
H A Dvdsomunge.c118 const Elf32_Ehdr *inhdr; in main()
196 Elf32_Ehdr *outhdr; in main()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dmodule.h37 #define Elf_Ehdr Elf32_Ehdr
/kernel/linux/linux-6.6/include/asm-generic/
H A Dmodule.h37 #define Elf_Ehdr Elf32_Ehdr
/kernel/linux/linux-5.10/kernel/bpf/
H A Dstackmap.c211 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 Dvdso.c73 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 Dvdso.c64 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 Delf-entry.c22 Elf32_Ehdr ehdr32; in main()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Delf_util.c52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
/kernel/linux/linux-5.10/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32; in main()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dmodule.c91 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Delf_util.c52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
/kernel/linux/linux-6.6/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32; in main()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf.h69 #define Elf_Ehdr Elf32_Ehdr
/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf.h74 #define Elf_Ehdr Elf32_Ehdr
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmodule_32.c72 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 Dmodule_32.c73 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 Dsorttable.c332 Elf32_Ehdr *ehdr = addr; in do_file()
397 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()

Completed in 14 milliseconds

123