Home
last modified time | relevance | path

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

/arch/x86/um/asm/
Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr
/arch/powerpc/platforms/powernv/
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()
/arch/sparc/vdso/
Dvdso2c.c146 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
Dvma.c54 Elf64_Ehdr *hdr;
/arch/x86/entry/vdso/
Dvdso2c.c171 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/arch/powerpc/boot/
Dof.c51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
Delf_util.c16 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
Delf.h87 } Elf64_Ehdr; typedef
/arch/mips/include/asm/
Dmodule.h59 #define Elf_Ehdr Elf64_Ehdr
/arch/mips/tools/
Delf-entry.c39 Elf64_Ehdr ehdr64; in main()
Dloongson3-llsc-check.c239 Elf64_Ehdr *eh; in main()
/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c134 Elf64_Ehdr *ehdr;
277 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
/arch/s390/kernel/
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()
/arch/parisc/boot/compressed/
Dmisc.c236 Elf64_Ehdr ehdr; in parse_elf()
/arch/powerpc/kernel/
Dvdso.c113 Elf64_Ehdr *hdr;
336 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, in find_section64()
Dmodule_64.c195 static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, in get_stubs_size()
288 int module_frob_arch_sections(Elf64_Ehdr *hdr, in module_frob_arch_sections()
/arch/alpha/kernel/
Dmodule.c64 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()
/arch/x86/boot/compressed/
Dmisc.c274 Elf64_Ehdr ehdr; in parse_elf()
/arch/powerpc/kexec/
Dfile_load_64.c763 static void update_backup_region_phdr(struct kimage *image, Elf64_Ehdr *ehdr) in update_backup_region_phdr()