Searched refs:elf_msg (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-dominfo.c | 134 elf_msg(elf, "ELF: note: unknown (%#x)\n", type); in elf_xen_parse_note() 144 elf_msg(elf, "ELF: note: %s = \"%s\"\n", note_desc[type].name, str); in elf_xen_parse_note() 310 elf_msg(elf, "ELF: %s=\"%s\"\n", name, value); in elf_xen_parse_guest_info() 372 elf_msg(elf, "ELF: Not bothering with notes on ARM\n"); in elf_xen_note_check() 379 elf_msg(elf, "ELF: Found PVH image\n"); in elf_xen_note_check() 424 elf_msg(elf, "ELF: VIRT_BASE unset, using %#" PRIx64 "\n", in elf_xen_addr_calc_check() 443 elf_msg(elf, "ELF_PADDR_OFFSET unset, using %#" PRIx64 "\n", in elf_xen_addr_calc_check() 461 elf_msg(elf, "ELF: addresses:\n"); in elf_xen_addr_calc_check() 464 elf_msg(elf, " virt_offset = 0x%" PRIx64 "\n", virt_offset); in elf_xen_addr_calc_check() 565 elf_msg(elf, "ELF: using notes from SHT_NOTE section\n"); in elf_xen_parse() [all …]
|
A D | libelf-private.h | 28 #define elf_msg(elf, fmt, args ... ) \ macro 80 #define elf_msg(elf, fmt, args ... ) \ macro
|
A D | libelf-loader.c | 484 elf_msg(elf, "ELF: phdr: paddr=%#" PRIx64 " memsz=%#" PRIx64 "\n", in elf_parse_binary() 493 elf_msg(elf, "ELF: memory: %#" PRIx64 " -> %#" PRIx64 "\n", in elf_parse_binary() 538 elf_msg(elf, in elf_load_binary() 567 elf_msg(elf, "%s: symbol \"%s\" at 0x%" PRIx64 "\n", __func__, in elf_lookup_addr()
|
Completed in 4 milliseconds