| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | elf.c | 32 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 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 *)elfptr; in process_ptload_program_headers_elf32() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/vdso/ |
| H A D | vdsomunge.c | 118 const Elf32_Ehdr *inhdr; in main() 196 Elf32_Ehdr *outhdr; in main()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | stackmap.c | 208 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 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()
|
| H A D | module.c | 333 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 D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | module.h | 37 #define Elf_Ehdr Elf32_Ehdr
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf.h | 21 typedef Elf32_Ehdr Elf_Ehdr;
|
| H A D | elf32.h | 72 } Elf32_Ehdr; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf.h | 21 typedef Elf32_Ehdr Elf_Ehdr;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf.h | 21 typedef Elf32_Ehdr Elf_Ehdr;
|
| H A D | elf32.h | 72 } Elf32_Ehdr; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf.h | 21 typedef Elf32_Ehdr Elf_Ehdr;
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sorttable.c | 300 Elf32_Ehdr *ehdr = addr; in do_file() 362 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
|
| H A D | recordmcount.c | 480 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 D | module.c | 117 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /OK3568_Linux_fs/kernel/arch/mips/tools/ |
| H A D | elf-entry.c | 38 Elf32_Ehdr ehdr32; in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.h | 66 #define Elf_Ehdr Elf32_Ehdr
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf_util.c | 52 Elf32_Ehdr *elf32 = hdr; in parse_elf32()
|
| H A D | elf.h | 70 } Elf32_Ehdr; typedef
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | module.c | 132 int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.h | 147 } Elf32_Ehdr; typedef
|