/Linux-v4.19/fs/proc/ |
D | vmcore.c | 676 static int __init update_note_header_size_elf64(const Elf64_Ehdr *ehdr_ptr) in update_note_header_size_elf64() 739 static int __init get_note_number_and_size_elf64(const Elf64_Ehdr *ehdr_ptr, in get_note_number_and_size_elf64() 774 static int __init copy_notes_elf64(const Elf64_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf64() 802 Elf64_Ehdr *ehdr_ptr; in merge_note_headers_elf64() 806 ehdr_ptr = (Elf64_Ehdr *)elfptr; in merge_note_headers_elf64() 828 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64() 836 tmp = elfptr + sizeof(Elf64_Ehdr); in merge_note_headers_elf64() 843 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf64_Ehdr)-sizeof(Elf64_Phdr))); in merge_note_headers_elf64() 1057 Elf64_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf64() 1062 ehdr_ptr = (Elf64_Ehdr *)elfptr; in process_ptload_program_headers_elf64() [all …]
|
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | elf.c | 17 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get() 119 Elf64_Ehdr hdr; in kvm_vm_elf_load()
|
/Linux-v4.19/arch/x86/um/asm/ |
D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr
|
/Linux-v4.19/scripts/ |
D | sortextable.c | 348 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 349 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
D | recordmcount.c | 562 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 563 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
D | sortextable.h | 41 # define Elf_Ehdr Elf64_Ehdr
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.c | 152 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.c | 179 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
/Linux-v4.19/include/asm-generic/ |
D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr
|
/Linux-v4.19/arch/powerpc/boot/ |
D | of.c | 55 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
|
D | elf_util.c | 20 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
|
D | elf.h | 87 } Elf64_Ehdr; typedef
|
/Linux-v4.19/kernel/bpf/ |
D | stackmap.c | 226 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)page_addr; in stack_map_get_build_id_64() 232 (PAGE_SIZE - sizeof(Elf64_Ehdr)) / sizeof(Elf64_Phdr)) in stack_map_get_build_id_64() 235 phdr = (Elf64_Phdr *)(page_addr + sizeof(Elf64_Ehdr)); in stack_map_get_build_id_64()
|
/Linux-v4.19/tools/perf/util/ |
D | genelf.h | 45 #define Elf_Ehdr Elf64_Ehdr
|
D | symbol-minimal.c | 162 Elf64_Ehdr ehdr; in filename__read_build_id() 315 Elf64_Ehdr ehdr; in dso__type_fd()
|
/Linux-v4.19/arch/s390/kernel/ |
D | crash_dump.c | 510 static void *ehdr_init(Elf64_Ehdr *ehdr, int mem_chunk_cnt) in ehdr_init() 521 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init() 522 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init() 607 size = sizeof(Elf64_Ehdr); in get_elfcorehdr_size()
|
/Linux-v4.19/arch/x86/kernel/ |
D | crash.c | 256 Elf64_Ehdr *ehdr; in prepare_elf_headers() 284 ehdr = (Elf64_Ehdr *)*addr; in prepare_elf_headers()
|
/Linux-v4.19/kernel/ |
D | kexec_file.c | 1135 Elf64_Ehdr *ehdr; in crash_prepare_elf64_headers() 1156 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers() 1163 ehdr = (Elf64_Ehdr *)buf; in crash_prepare_elf64_headers() 1174 ehdr->e_phoff = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers() 1175 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | module.h | 59 #define Elf_Ehdr Elf64_Ehdr
|
/Linux-v4.19/scripts/mod/ |
D | modpost.h | 38 #define Elf_Ehdr Elf64_Ehdr
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | misc.c | 272 Elf64_Ehdr ehdr; in parse_elf()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | module_64.c | 250 static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, in get_stubs_size() 343 int module_frob_arch_sections(Elf64_Ehdr *hdr, in module_frob_arch_sections()
|
D | vdso.c | 140 Elf64_Ehdr *hdr; 363 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, in find_section64()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | module.c | 76 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 236 } Elf64_Ehdr; typedef
|