| /linux-6.15/fs/proc/ |
| H A D | vmcore.c | 866 Elf64_Ehdr *ehdr_ptr; in merge_note_headers_elf64() 870 ehdr_ptr = (Elf64_Ehdr *)elfptr; in merge_note_headers_elf64() 892 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64() 900 tmp = elfptr + sizeof(Elf64_Ehdr); in merge_note_headers_elf64() 1121 Elf64_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf64() 1125 ehdr_ptr = (Elf64_Ehdr *)elfptr; in process_ptload_program_headers_elf64() 1216 Elf64_Ehdr ehdr; in parse_crash_elf64_headers() 1402 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)elfptr; in vmcoredd_update_program_headers() 1574 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)elfcorebuf; in vmcore_reset_offsets_elf64() 1601 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)elfcorebuf; in vmcore_add_device_ram_elf64() [all …]
|
| /linux-6.15/kernel/ |
| H A D | crash_core.c | 164 Elf64_Ehdr *ehdr; in crash_prepare_elf64_headers() 185 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers() 192 ehdr = (Elf64_Ehdr *)buf; in crash_prepare_elf64_headers() 203 ehdr->e_phoff = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers() 204 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
|
| /linux-6.15/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() 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.15/tools/testing/selftests/kvm/lib/ |
| H 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.15/arch/sparc/vdso/ |
| H A D | vdso2c.c | 146 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
| /linux-6.15/arch/x86/entry/vdso/ |
| H A D | vdso2c.c | 152 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
| /linux-6.15/include/asm-generic/ |
| H A D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr
|
| /linux-6.15/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
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | module.h | 59 #define Elf_Ehdr Elf64_Ehdr
|
| /linux-6.15/scripts/ |
| H A D | recordmcount.c | 634 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 635 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
| /linux-6.15/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 137 Elf64_Ehdr *ehdr; 280 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | crash_dump.c | 447 static void *ehdr_init(Elf64_Ehdr *ehdr, int phdr_count) in ehdr_init() 458 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init() 459 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init() 593 size = sizeof(Elf64_Ehdr); in get_elfcorehdr_size()
|
| /linux-6.15/arch/mips/tools/ |
| H A D | elf-entry.c | 39 Elf64_Ehdr ehdr64; in main()
|
| H A D | loongson3-llsc-check.c | 239 Elf64_Ehdr *eh; in main()
|
| /linux-6.15/tools/perf/util/ |
| H A D | genelf.h | 66 #define Elf_Ehdr Elf64_Ehdr
|
| H A D | symbol-minimal.c | 168 Elf64_Ehdr ehdr; in filename__read_build_id() 322 Elf64_Ehdr ehdr; in dso__type_fd()
|
| /linux-6.15/arch/arm64/kernel/pi/ |
| H A D | relacheck.c | 24 static Elf64_Ehdr *ehdr;
|
| /linux-6.15/lib/ |
| H A D | buildid.c | 252 const Elf64_Ehdr *ehdr; in get_build_id_64() 257 ehdr = freader_fetch(r, 0, sizeof(Elf64_Ehdr)); in get_build_id_64()
|
| /linux-6.15/tools/testing/selftests/sgx/ |
| H A D | load.c | 142 Elf64_Ehdr *ehdr; in encl_get_entry() 183 Elf64_Ehdr *ehdr; in encl_load()
|
| /linux-6.15/scripts/mod/ |
| H A D | modpost.h | 41 #define Elf_Ehdr Elf64_Ehdr
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | module_64.c | 207 static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, in get_stubs_size() 298 static unsigned long get_got_size(const Elf64_Ehdr *hdr, in get_got_size() 431 int module_frob_arch_sections(Elf64_Ehdr *hdr, in module_frob_arch_sections()
|
| /linux-6.15/arch/parisc/boot/compressed/ |
| H A D | misc.c | 236 Elf64_Ehdr ehdr; in parse_elf()
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | module.c | 64 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()
|