Home
last modified time | relevance | path

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

12

/Linux-v4.19/fs/proc/
Dvmcore.c867 static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr) in update_note_header_size_elf32()
930 static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr, in get_note_number_and_size_elf32()
965 static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf32()
993 Elf32_Ehdr *ehdr_ptr; in merge_note_headers_elf32()
997 ehdr_ptr = (Elf32_Ehdr *)elfptr; in merge_note_headers_elf32()
1019 note_off = sizeof(Elf32_Ehdr) + in merge_note_headers_elf32()
1027 tmp = elfptr + sizeof(Elf32_Ehdr); in merge_note_headers_elf32()
1034 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr))); in merge_note_headers_elf32()
1100 Elf32_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf32()
1105 ehdr_ptr = (Elf32_Ehdr *)elfptr; in process_ptload_program_headers_elf32()
[all …]
/Linux-v4.19/kernel/bpf/
Dstackmap.c203 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id_32()
209 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in stack_map_get_build_id_32()
212 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in stack_map_get_build_id_32()
249 Elf32_Ehdr *ehdr; in stack_map_get_build_id()
264 ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id()
/Linux-v4.19/arch/x86/um/asm/
Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr
/Linux-v4.19/arch/arm/vdso/
Dvdsomunge.c131 const Elf32_Ehdr *inhdr; in main()
209 Elf32_Ehdr *outhdr; in main()
/Linux-v4.19/include/asm-generic/
Dmodule.h37 #define Elf_Ehdr Elf32_Ehdr
/Linux-v4.19/arch/arm/kernel/
Dvdso.c82 Elf32_Ehdr *hdr; /* ptr to ELF */
120 static void * __init find_section(Elf32_Ehdr *ehdr, const char *name, in find_section()
Dmodule.c323 static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr, in find_mod_section()
339 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/Linux-v4.19/tools/perf/util/
Dgenelf.h54 #define Elf_Ehdr Elf32_Ehdr
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_32.c99 static unsigned long get_plt_size(const Elf32_Ehdr *hdr, in get_plt_size()
146 int module_frob_arch_sections(Elf32_Ehdr *hdr, in module_frob_arch_sections()
Dvdso.c131 Elf32_Ehdr *hdr; /* ptr to ELF */
258 static void * __init find_section32(Elf32_Ehdr *ehdr, const char *secname, in find_section32()
/Linux-v4.19/arch/microblaze/kernel/
Dmodule.c120 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/Linux-v4.19/scripts/
Dsortextable.c271 Elf32_Ehdr *ehdr = mmap_file(fname); in do_file()
339 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
Drecordmcount.c453 Elf32_Ehdr *const ehdr = mmap_file(fname); in do_file()
549 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
Dsortextable.h62 # define Elf_Ehdr Elf32_Ehdr
/Linux-v4.19/arch/powerpc/boot/
Delf_util.c56 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
Delf.h70 } Elf32_Ehdr; typedef
/Linux-v4.19/arch/arc/kernel/
Dmodule.c135 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/Linux-v4.19/arch/mips/include/asm/
Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/Linux-v4.19/scripts/mod/
Dmodpost.h23 #define Elf_Ehdr Elf32_Ehdr
/Linux-v4.19/arch/powerpc/oprofile/cell/
Dvma_map.c116 Elf32_Ehdr ehdr; in create_vma_map()
/Linux-v4.19/arch/mips/vdso/
Dgenvdso.c117 const Elf32_Ehdr *ehdr; in map_vdso()
/Linux-v4.19/arch/nds32/kernel/
Dmodule.c270 module_finalize(const Elf32_Ehdr * hdr, const Elf_Shdr * sechdrs, in module_finalize()
/Linux-v4.19/arch/x86/boot/compressed/
Dmisc.c275 Elf32_Ehdr ehdr; in parse_elf()
/Linux-v4.19/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-core.c1002 ehdr = (Elf32_Ehdr *)fw->data; in c8sectpfe_elf_sanity_check()
1083 Elf32_Ehdr *ehdr; in load_slim_core_fw()
1091 ehdr = (Elf32_Ehdr *)fw->data; in load_slim_core_fw()
/Linux-v4.19/include/uapi/linux/
Delf.h219 } Elf32_Ehdr; typedef

12