Home
last modified time | relevance | path

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

/arch/x86/um/asm/
Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr
/arch/x86/kernel/
Dcrash.c348 Elf64_Ehdr *ehdr; in prepare_elf64_ram_headers_callback()
400 Elf64_Ehdr *ehdr; in prepare_elf64_headers()
421 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in prepare_elf64_headers()
429 ehdr = (Elf64_Ehdr *)bufp; in prepare_elf64_headers()
430 bufp += sizeof(Elf64_Ehdr); in prepare_elf64_headers()
440 ehdr->e_phoff = sizeof(Elf64_Ehdr); in prepare_elf64_headers()
441 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in prepare_elf64_headers()
Dmachine_kexec_64.c434 int arch_kexec_apply_relocations_add(const Elf64_Ehdr *ehdr, in arch_kexec_apply_relocations_add()
/arch/x86/entry/vdso/
Dvdso2c.c178 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/arch/powerpc/boot/
Dof.c55 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
Delf_util.c20 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
Delf.h87 } Elf64_Ehdr; typedef
/arch/mips/include/asm/
Dmodule.h59 #define Elf_Ehdr Elf64_Ehdr
/arch/s390/kernel/
Dcrash_dump.c456 static void *ehdr_init(Elf64_Ehdr *ehdr, int mem_chunk_cnt) in ehdr_init()
467 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init()
468 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/arch/powerpc/kernel/
Dmodule_64.c241 static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, in get_stubs_size()
330 int module_frob_arch_sections(Elf64_Ehdr *hdr, in module_frob_arch_sections()
Dvdso.c139 Elf64_Ehdr *hdr;
362 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, in find_section64()
/arch/x86/boot/compressed/
Dmisc.c282 Elf64_Ehdr ehdr; in parse_elf()
/arch/alpha/kernel/
Dmodule.c76 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()