Searched refs:Elf64_Ehdr (Results 1 – 19 of 19) sorted by relevance
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()
152 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
146 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
54 Elf64_Ehdr *hdr;
51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
16 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
87 } Elf64_Ehdr; typedef
59 #define Elf_Ehdr Elf64_Ehdr
39 Elf64_Ehdr ehdr64; in main()
239 Elf64_Ehdr *eh; in main()
137 Elf64_Ehdr *ehdr;280 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
24 static Elf64_Ehdr *ehdr;
448 static void *ehdr_init(Elf64_Ehdr *ehdr, int phdr_count) in ehdr_init()459 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init()460 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()594 size = sizeof(Elf64_Ehdr); in get_elfcorehdr_size()
236 Elf64_Ehdr ehdr; in parse_elf()
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()
64 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()
284 Elf64_Ehdr ehdr; in parse_elf()
428 kbuf.memsz += sizeof(Elf64_Ehdr); in crash_load_segments()
388 static void update_backup_region_phdr(struct kimage *image, Elf64_Ehdr *ehdr) in update_backup_region_phdr()
Completed in 40 milliseconds