• Home
  • Raw
  • Download

Lines Matching refs:ELFDBG

73 #define ELFDBG(elf, ...)			\  macro
89 #define ELFDBG(elf, ...) macro
139 ELFDBG(elf, "out of bounds: %"PRIu64" + %"PRIu16" = %"PRIu64"> %"PRIu64" (ELF size)\n", in elf_get_uint()
153 ELFDBG(elf, "size=%"PRIu16" offset=%"PRIu64" value=%"PRIu64"\n", in elf_get_uint()
164 ELFDBG(elf, "size=%"PRIu16" offset=%"PRIu64" value=%"PRIu64" write memory=%p\n", in elf_set_uint()
170 ELFDBG(elf, "out of bounds: %"PRIu64" + %"PRIu16" = %"PRIu64"> %"PRIu64" (ELF size)\n", in elf_set_uint()
181 ELFDBG(elf, "copied memory to allow writing.\n"); in elf_set_uint()
204 ELFDBG(elf, "out-of-bounds: %"PRIu64" >= %"PRIu64" (ELF size)\n", in elf_get_mem()
216 ELFDBG(elf, "invalid section number: %"PRIu16", last=%"PRIu16"\n", in elf_get_section_header()
230 ELFDBG(elf, "no section at %"PRIu16"\n", idx); in elf_get_section_info()
255 ELFDBG(elf, "out-of-bounds: %"PRIu64" >= %"PRIu64" (ELF size)\n", in elf_get_section_info()
260 ELFDBG(elf, "section=%"PRIu16" is: offset=%"PRIu64" size=%"PRIu64" nameoff=%"PRIu32"\n", in elf_get_section_info()
321ELFDBG(elf, "section: offset=%"PRIu64" count=%"PRIu16" entry_size=%"PRIu16" strings index=%"PRIu16… in kmod_elf_new()
328 ELFDBG(elf, "unexpected section entry size: %"PRIu16", expected %"PRIu16"\n", in kmod_elf_new()
335 ELFDBG(elf, "file is too short to hold sections\n"); in kmod_elf_new()
343 ELFDBG(elf, "could not get strings section\n"); in kmod_elf_new()
349 ELFDBG(elf, "strings section does not ends with \\0\n"); in kmod_elf_new()
645 ELFDBG(elf, "copied memory to allow writing.\n"); in kmod_elf_strip_vermagic()
649 ELFDBG(elf, "clear .modinfo vermagic \"%s\" (%zd bytes)\n", in kmod_elf_strip_vermagic()
655 ELFDBG(elf, "no vermagic found in .modinfo\n"); in kmod_elf_strip_vermagic()
761 ELFDBG("Cound not find section index %"PRIu16" for crc", shndx); in kmod_elf_resolve_crc()
766 ELFDBG("CRC offset %"PRIu64" is too big, section %"PRIu16" size is %"PRIu64"\n", in kmod_elf_resolve_crc()
789 ELFDBG(elf, "no .strtab found.\n"); in kmod_elf_get_symbols()
795 ELFDBG(elf, "no .symtab found.\n"); in kmod_elf_get_symbols()
805ELFDBG(elf, "unexpected .symtab of length %"PRIu64", not multiple of %"PRIu64" as expected.\n", sy… in kmod_elf_get_symbols()
830ELFDBG(elf, ".strtab is %"PRIu64" bytes, but .symtab entry %d wants to access offset %"PRIu32".\n"… in kmod_elf_get_symbols()
899 ELFDBG(elf, "Falling back to __ksymtab_strings!\n"); in kmod_elf_get_symbols()
927 ELFDBG(elf, "could not find crc for symbol '%s'\n", name); in kmod_elf_crc_find()
967ELFDBG(elf, "unexpected __versions of length %"PRIu64", not multiple of %zd as expected.\n", versi… in kmod_elf_get_dependency_symbols()
975 ELFDBG(elf, "no .strtab found.\n"); in kmod_elf_get_dependency_symbols()
981 ELFDBG(elf, "no .symtab found.\n"); in kmod_elf_get_dependency_symbols()
991ELFDBG(elf, "unexpected .symtab of length %"PRIu64", not multiple of %"PRIu64" as expected.\n", sy… in kmod_elf_get_dependency_symbols()
1063ELFDBG(elf, ".strtab is %"PRIu64" bytes, but .symtab entry %d wants to access offset %"PRIu32".\n"… in kmod_elf_get_dependency_symbols()
1071 ELFDBG(elf, "empty symbol name at index %"PRIu64"\n", i); in kmod_elf_get_dependency_symbols()
1159 ELFDBG(elf, "empty symbol name at index %"PRIu64"\n", i); in kmod_elf_get_dependency_symbols()