Home
last modified time | relevance | path

Searched refs:Elf64_Ehdr (Results 1 – 25 of 38) sorted by relevance

12

/linux/fs/proc/
A Dvmcore.c872 Elf64_Ehdr *ehdr_ptr; in merge_note_headers_elf64()
876 ehdr_ptr = (Elf64_Ehdr *)elfptr; in merge_note_headers_elf64()
898 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64()
906 tmp = elfptr + sizeof(Elf64_Ehdr); in merge_note_headers_elf64()
1127 Elf64_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf64()
1132 ehdr_ptr = (Elf64_Ehdr *)elfptr; in process_ptload_program_headers_elf64()
1234 Elf64_Ehdr ehdr; in parse_crash_elf64_headers()
1240 rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf64_Ehdr), &addr); in parse_crash_elf64_headers()
1251 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers()
1259 elfcorebuf_sz_orig = sizeof(Elf64_Ehdr) + in parse_crash_elf64_headers()
[all …]
/linux/lib/
A Dbuildid.c97 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/arch/powerpc/platforms/powernv/
A Dopal-core.c308 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()
/linux/tools/testing/selftests/kvm/lib/
A Delf.c16 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get()
117 Elf64_Ehdr hdr; in kvm_vm_elf_load()
/linux/scripts/
A Dsorttable.c407 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file()
408 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
A Drecordmcount.c596 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file()
597 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/linux/arch/sparc/vdso/
A Dvdso2c.c146 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/linux/arch/x86/entry/vdso/
A Dvdso2c.c173 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/linux/arch/x86/um/asm/
A Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr
/linux/include/asm-generic/
A Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr
/linux/arch/s390/kernel/
A Dcrash_dump.c512 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()
/linux/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c134 Elf64_Ehdr *ehdr;
277 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
/linux/arch/powerpc/boot/
A Dof.c51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
A Delf_util.c16 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
A Delf.h87 } Elf64_Ehdr; typedef
/linux/arch/mips/include/asm/
A Dmodule.h59 #define Elf_Ehdr Elf64_Ehdr
/linux/tools/perf/util/
A Dgenelf.h54 #define Elf_Ehdr Elf64_Ehdr
A Dsymbol-minimal.c167 Elf64_Ehdr ehdr; in filename__read_build_id()
320 Elf64_Ehdr ehdr; in dso__type_fd()
/linux/kernel/
A Dkexec_file.c1266 Elf64_Ehdr *ehdr; in crash_prepare_elf64_headers()
1287 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()
1294 ehdr = (Elf64_Ehdr *)buf; in crash_prepare_elf64_headers()
1305 ehdr->e_phoff = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
1306 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
/linux/arch/mips/tools/
A Delf-entry.c39 Elf64_Ehdr ehdr64; in main()
A Dloongson3-llsc-check.c239 Elf64_Ehdr *eh; in main()
/linux/scripts/mod/
A Dmodpost.h38 #define Elf_Ehdr Elf64_Ehdr
/linux/arch/powerpc/kernel/
A Dmodule_64.c187 static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, in get_stubs_size()
280 int module_frob_arch_sections(Elf64_Ehdr *hdr, in module_frob_arch_sections()
/linux/arch/parisc/boot/compressed/
A Dmisc.c236 Elf64_Ehdr ehdr; in parse_elf()
/linux/arch/x86/boot/compressed/
A Dmisc.c277 Elf64_Ehdr ehdr; in parse_elf()

Completed in 38 milliseconds

12