/linux-6.3-rc2/lib/ |
A D | buildid.c | 97 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)page_addr; in get_build_id_64() 103 (PAGE_SIZE - sizeof(Elf64_Ehdr)) / sizeof(Elf64_Phdr)) in get_build_id_64() 106 phdr = (Elf64_Phdr *)(page_addr + sizeof(Elf64_Ehdr)); in get_build_id_64()
|
/linux-6.3-rc2/fs/proc/ |
A D | vmcore.c | 849 Elf64_Ehdr *ehdr_ptr; in merge_note_headers_elf64() 853 ehdr_ptr = (Elf64_Ehdr *)elfptr; in merge_note_headers_elf64() 875 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64() 883 tmp = elfptr + sizeof(Elf64_Ehdr); in merge_note_headers_elf64() 1104 Elf64_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf64() 1109 ehdr_ptr = (Elf64_Ehdr *)elfptr; in process_ptload_program_headers_elf64() 1211 Elf64_Ehdr ehdr; in parse_crash_elf64_headers() 1217 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf64_Ehdr), &addr); in parse_crash_elf64_headers() 1228 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers() 1236 elfcorebuf_sz_orig = sizeof(Elf64_Ehdr) + in parse_crash_elf64_headers() [all …]
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal-core.c | 308 Elf64_Ehdr *elf; in create_opalcore() 313 hdr_size = (sizeof(Elf64_Ehdr) + in create_opalcore() 357 elf = (Elf64_Ehdr *)bufp; in create_opalcore() 358 bufp += sizeof(Elf64_Ehdr); in create_opalcore() 369 elf->e_phoff = cpu_to_be64(sizeof(Elf64_Ehdr)); in create_opalcore() 373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/ |
A D | elf.c | 15 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get() 117 Elf64_Ehdr hdr; in kvm_vm_elf_load()
|
/linux-6.3-rc2/scripts/ |
A D | sorttable.c | 343 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 344 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
|
A D | recordmcount.c | 631 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 632 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
/linux-6.3-rc2/arch/x86/um/asm/ |
A D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr
|
/linux-6.3-rc2/arch/sparc/vdso/ |
A D | vdso2c.c | 146 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
/linux-6.3-rc2/arch/x86/entry/vdso/ |
A D | vdso2c.c | 173 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | crash_dump.c | 453 static void *ehdr_init(Elf64_Ehdr *ehdr, int mem_chunk_cnt) in ehdr_init() 464 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init() 465 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init() 548 size = sizeof(Elf64_Ehdr); in get_elfcorehdr_size()
|
/linux-6.3-rc2/arch/powerpc/boot/ |
A D | of.c | 51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
|
A D | elf_util.c | 16 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
|
A D | elf.h | 87 } Elf64_Ehdr; typedef
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | module.h | 59 #define Elf_Ehdr Elf64_Ehdr
|
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/ |
A D | gen-hyprel.c | 134 Elf64_Ehdr *ehdr; 277 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
|
/linux-6.3-rc2/arch/mips/tools/ |
A D | elf-entry.c | 39 Elf64_Ehdr ehdr64; in main()
|
A D | loongson3-llsc-check.c | 239 Elf64_Ehdr *eh; in main()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | genelf.h | 60 #define Elf_Ehdr Elf64_Ehdr
|
A D | symbol-minimal.c | 167 Elf64_Ehdr ehdr; in filename__read_build_id() 320 Elf64_Ehdr ehdr; in dso__type_fd()
|
/linux-6.3-rc2/kernel/ |
A D | kexec_file.c | 1227 Elf64_Ehdr *ehdr; in crash_prepare_elf64_headers() 1248 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers() 1255 ehdr = (Elf64_Ehdr *)buf; in crash_prepare_elf64_headers() 1266 ehdr->e_phoff = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers() 1267 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
|
/linux-6.3-rc2/tools/testing/selftests/sgx/ |
A D | load.c | 141 Elf64_Ehdr *ehdr; in encl_get_entry() 180 Elf64_Ehdr *ehdr; in encl_load()
|
/linux-6.3-rc2/scripts/mod/ |
A D | modpost.h | 39 #define Elf_Ehdr Elf64_Ehdr
|
/linux-6.3-rc2/arch/parisc/boot/compressed/ |
A D | misc.c | 236 Elf64_Ehdr ehdr; in parse_elf()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | module_64.c | 190 static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, in get_stubs_size() 289 int module_frob_arch_sections(Elf64_Ehdr *hdr, in module_frob_arch_sections()
|