Searched refs:elf_check_broken (Results 1 – 7 of 7) sorted by relevance
196 if ( elf_check_broken(elf) ) in xc_dom_parse_elf_kernel()198 elf_check_broken(elf)); in xc_dom_parse_elf_kernel()
126 if ( elf_check_broken(elf) ) in xc_dom_parse_hvm_kernel()127 DOMPRINTF("%s: ELF broken: %s", __func__, elf_check_broken(elf)); in xc_dom_parse_hvm_kernel()
308 if (elf_check_broken(&elf)) in main()309 printf("warning: broken ELF: %s\n", elf_check_broken(&elf)); in main()
28 const char *elf_check_broken(const struct elf_binary *elf) in elf_check_broken() function
374 const char *elf_check_broken(const struct elf_binary *elf); /* NULL means OK */
921 if ( elf_check_broken(&elf) ) in dom0_construct_pv()923 elf_check_broken(&elf)); in dom0_construct_pv()
585 printk("Xen dom0 kernel broken ELF: %s\n", elf_check_broken(&elf)); in pvh_load_kernel()
Completed in 13 milliseconds