Home
last modified time | relevance | path

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

12

/Linux-v5.10/fs/proc/
Dvmcore.c894 static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr) in update_note_header_size_elf32()
957 static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr, in get_note_number_and_size_elf32()
992 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf32()
1020 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32()
1024 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32()
1046 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32()
1054 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32()
1061 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); in merge_note_headers_elf32()
1127 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32()
1132 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32()
[all …]
/Linux-v5.10/arch/x86/um/asm/
Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr
/Linux-v5.10/arch/arm/vdso/
Dvdsomunge.c118 const Elf32_Ehdr *inhdr; in main()
196 Elf32_Ehdr *outhdr; in main()
/Linux-v5.10/arch/arm/kernel/
Dvdso.c73 Elf32_Ehdr *hdr; /* ptr to ELF */
113 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
Dmodule.c333 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section()
349 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/Linux-v5.10/include/asm-generic/
Dmodule.h37 #define Elf_Ehdr Elf32_Ehdr
/Linux-v5.10/kernel/bpf/
Dstackmap.c205 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id_32()
211 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in stack_map_get_build_id_32()
214 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in stack_map_get_build_id_32()
255 Elf32_Ehdr *ehdr; in stack_map_get_build_id()
270 ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id()
/Linux-v5.10/arch/mips/include/asm/
Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/Linux-v5.10/arch/powerpc/kernel/
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()
Dvdso.c104 Elf32_Ehdr *hdr; /* ptr to ELF */
231 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32()
/Linux-v5.10/arch/microblaze/kernel/
Dmodule.c117 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/Linux-v5.10/tools/perf/util/
Dgenelf.h63 #define Elf_Ehdr Elf32_Ehdr
/Linux-v5.10/arch/mips/tools/
Delf-entry.c38 Elf32_Ehdr ehdr32; in main()
/Linux-v5.10/arch/powerpc/boot/
Delf_util.c52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
Delf.h70 } Elf32_Ehdr; typedef
/Linux-v5.10/scripts/
Dsorttable.c300 Elf32_Ehdr *ehdr = addr; in do_file()
362 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
Drecordmcount.c480 Elf32_Ehdr *ehdr; in do_file()
582 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
/Linux-v5.10/arch/arc/kernel/
Dmodule.c132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/Linux-v5.10/scripts/mod/
Dmodpost.h23 #define Elf_Ehdr Elf32_Ehdr
/Linux-v5.10/arch/powerpc/oprofile/cell/
Dvma_map.c112 Elf32_Ehdr ehdr; in create_vma_map()
/Linux-v5.10/arch/parisc/boot/compressed/
Dmisc.c239 Elf32_Ehdr ehdr; in parse_elf()
/Linux-v5.10/arch/mips/vdso/
Dgenvdso.c113 const Elf32_Ehdr *ehdr; in map_vdso()
/Linux-v5.10/arch/nds32/kernel/
Dmodule.c270 module_finalize(const Elf32_Ehdr * hdr, const Elf_Shdr * sechdrs, in module_finalize()
/Linux-v5.10/arch/x86/boot/compressed/
Dmisc.c277 Elf32_Ehdr ehdr; in parse_elf()
/Linux-v5.10/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c996 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check()
1077 Elf32_Ehdr *ehdr; in load_slim_core_fw()
1085 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()

12