Lines Matching refs:XENLOG_ERR
58 dprintk(XENLOG_ERR, LIVEPATCH"%s: Could not allocate memory for section table!\n", in elf_resolve_sections()
84 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section [%u] data %s of payload!\n", in elf_resolve_sections()
91 … dprintk(XENLOG_ERR, LIVEPATCH "%s: Section [%u] alignment (%#"PRIxElfAddr") is not supported\n", in elf_resolve_sections()
98 …dprintk(XENLOG_ERR, LIVEPATCH "%s: Section [%u] addr (%#"PRIxElfAddr") is not aligned properly (%#… in elf_resolve_sections()
115 dprintk(XENLOG_ERR, LIVEPATCH "%s: Unsupported multiple symbol tables!\n", in elf_resolve_sections()
129 dprintk(XENLOG_ERR, LIVEPATCH in elf_resolve_sections()
140 dprintk(XENLOG_ERR, LIVEPATCH "%s: No symbol table found!\n", in elf_resolve_sections()
149 dprintk(XENLOG_ERR, LIVEPATCH "%s: Symbol table header is corrupted!\n", in elf_resolve_sections()
163 dprintk(XENLOG_ERR, LIVEPATCH "%s: String table section is corrupted\n", in elf_resolve_sections()
188 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section string table is corrupted\n", in elf_resolve_section_names()
206 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section %u name is not within .shstrtab!\n", in elf_resolve_section_names()
244 dprintk(XENLOG_ERR, LIVEPATCH "%s: Could not allocate memory for symbols\n", in elf_get_sym()
260 dprintk(XENLOG_ERR, LIVEPATCH "%s: Symbol [%u] name is not within .strtab!\n", in elf_get_sym()
269 dprintk(XENLOG_ERR, LIVEPATCH "%s: Symbol '%s' should not be in payload!\n", in elf_get_sym()
295 dprintk(XENLOG_ERR, LIVEPATCH "%s: Unexpected common symbol: %s\n", in livepatch_elf_resolve_symbols()
307 dprintk(XENLOG_ERR, LIVEPATCH "%s: Unknown symbol: %s\n", in livepatch_elf_resolve_symbols()
331 dprintk(XENLOG_ERR, LIVEPATCH "%s: Out of bounds symbol section %#x\n", in livepatch_elf_resolve_symbols()
384 … dprintk(XENLOG_ERR, LIVEPATCH "%s: Relative link of %s is incorrect (%d, expected=%d)\n", in livepatch_elf_perform_relocs()
400 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section relative header is corrupted!\n", in livepatch_elf_perform_relocs()
425 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section header is bigger than payload!\n", in livepatch_header_check()
432 dprintk(XENLOG_ERR, LIVEPATCH "%s: Not an ELF payload!\n", elf->name); in livepatch_header_check()
445 dprintk(XENLOG_ERR, LIVEPATCH "%s: Invalid ELF payload!\n", elf->name); in livepatch_header_check()
455 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section name idx is undefined!?\n", in livepatch_header_check()
463 dprintk(XENLOG_ERR, LIVEPATCH "%s: Too many (%u) sections!\n", in livepatch_header_check()
471 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section name idx (%u) is past end of sections (%u)!\n", in livepatch_header_check()
478 dprintk(XENLOG_ERR, LIVEPATCH "%s: Bogus e_shoff!\n", elf->name); in livepatch_header_check()
484 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section header size is %u! Expected %zu!?\n", in livepatch_header_check()
492 dprintk(XENLOG_ERR, LIVEPATCH "%s: Section header size is corrupted!\n", in livepatch_header_check()