Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c32 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in load_elf_image_phdr()
36 ehdr = (Elf32_Ehdr *)addr; in load_elf_image_phdr()
59 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in load_elf_image_shdr()
65 ehdr = (Elf32_Ehdr *)addr; in load_elf_image_shdr()
128 Elf32_Ehdr *ehdr; /* Elf header structure pointer */ in valid_elf_image()
130 ehdr = (Elf32_Ehdr *)addr; in valid_elf_image()
/OK3568_Linux_fs/kernel/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 *)elfptr; in process_ptload_program_headers_elf32()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A Dvdsomunge.c118 const Elf32_Ehdr *inhdr; in main()
196 Elf32_Ehdr *outhdr; in main()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c208 Elf32_Ehdr *ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id_32()
214 (PAGE_SIZE - sizeof(Elf32_Ehdr)) / sizeof(Elf32_Phdr)) in stack_map_get_build_id_32()
217 phdr = (Elf32_Phdr *)(page_addr + sizeof(Elf32_Ehdr)); in stack_map_get_build_id_32()
258 Elf32_Ehdr *ehdr; in stack_map_get_build_id()
273 ehdr = (Elf32_Ehdr *)page_addr; in stack_map_get_build_id()
/OK3568_Linux_fs/kernel/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()
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/um/asm/
H A Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmodule.h37 #define Elf_Ehdr Elf32_Ehdr
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf.h21 typedef Elf32_Ehdr Elf_Ehdr;
H A Delf32.h72 } Elf32_Ehdr; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf.h21 typedef Elf32_Ehdr Elf_Ehdr;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf.h21 typedef Elf32_Ehdr Elf_Ehdr;
H A Delf32.h72 } Elf32_Ehdr; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf.h21 typedef Elf32_Ehdr Elf_Ehdr;
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.c300 Elf32_Ehdr *ehdr = addr; in do_file()
362 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
H A Drecordmcount.c480 Elf32_Ehdr *ehdr; in do_file()
582 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dmodule.c117 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c38 Elf32_Ehdr ehdr32; in main()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.h66 #define Elf_Ehdr Elf32_Ehdr
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf_util.c52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
H A Delf.h70 } Elf32_Ehdr; typedef
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dmodule.c132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.h147 } Elf32_Ehdr; typedef

123