| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 707 static int __init update_note_header_size_elf64(const Elf64_Ehdr *ehdr_ptr) in update_note_header_size_elf64() 770 static int __init get_note_number_and_size_elf64(const Elf64_Ehdr *ehdr_ptr, in get_note_number_and_size_elf64() 805 static int __init copy_notes_elf64(const Elf64_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf64() 833 Elf64_Ehdr *ehdr_ptr; in merge_note_headers_elf64() 837 ehdr_ptr = (Elf64_Ehdr *)elfptr; in merge_note_headers_elf64() 859 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64() 867 tmp = elfptr + sizeof(Elf64_Ehdr); in merge_note_headers_elf64() 874 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf64_Ehdr)-sizeof(Elf64_Phdr))); in merge_note_headers_elf64() 1088 Elf64_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf64() 1093 ehdr_ptr = (Elf64_Ehdr *)elfptr; in process_ptload_program_headers_elf64() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-core.c | 308 Elf64_Ehdr *elf; in create_opalcore() 313 hdr_size = (sizeof(Elf64_Ehdr) + in create_opalcore() 355 elf = (Elf64_Ehdr *)bufp; in create_opalcore() 356 bufp += sizeof(Elf64_Ehdr); in create_opalcore() 367 elf->e_phoff = cpu_to_be64(sizeof(Elf64_Ehdr)); in create_opalcore() 371 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | elf.c | 16 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get() 118 Elf64_Ehdr hdr; in kvm_vm_elf_load()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sorttable.c | 372 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 373 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
|
| H A D | recordmcount.c | 596 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 597 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
| /OK3568_Linux_fs/kernel/arch/sparc/vdso/ |
| H A D | vdso2c.c | 146 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | vdso2c.c | 171 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/asm/ |
| H A D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | crash_dump.c | 512 static void *ehdr_init(Elf64_Ehdr *ehdr, int mem_chunk_cnt) in ehdr_init() 523 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init() 524 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init() 607 size = sizeof(Elf64_Ehdr); in get_elfcorehdr_size()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 134 Elf64_Ehdr *ehdr; 277 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | of.c | 51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
|
| H A D | elf_util.c | 16 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
|
| H A D | elf.h | 87 } Elf64_Ehdr; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf.h | 51 typedef Elf64_Ehdr Elf_Ehdr;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf.h | 51 typedef Elf64_Ehdr Elf_Ehdr;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf.h | 51 typedef Elf64_Ehdr Elf_Ehdr;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf.h | 51 typedef Elf64_Ehdr Elf_Ehdr;
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | module.h | 59 #define Elf_Ehdr Elf64_Ehdr
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_file.c | 1236 Elf64_Ehdr *ehdr; in crash_prepare_elf64_headers() 1257 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers() 1264 ehdr = (Elf64_Ehdr *)buf; in crash_prepare_elf64_headers() 1275 ehdr->e_phoff = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers() 1276 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | stackmap.c | 233 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)page_addr; in stack_map_get_build_id_64() 239 (PAGE_SIZE - sizeof(Elf64_Ehdr)) / sizeof(Elf64_Phdr)) in stack_map_get_build_id_64() 242 phdr = (Elf64_Phdr *)(page_addr + sizeof(Elf64_Ehdr)); in stack_map_get_build_id_64()
|
| /OK3568_Linux_fs/kernel/arch/mips/tools/ |
| H A D | elf-entry.c | 39 Elf64_Ehdr ehdr64; in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.h | 55 #define Elf_Ehdr Elf64_Ehdr
|
| H A D | symbol-minimal.c | 167 Elf64_Ehdr ehdr; in filename__read_build_id() 320 Elf64_Ehdr ehdr; in dso__type_fd()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endian-ness_handling_fix.patch | 24 Elf64_Ehdr *elf_header;
|