Searched refs:ELFDBG (Results 1 – 1 of 1) sorted by relevance
/external/kmod/libkmod/ |
D | libkmod-elf.c | 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() [all …]
|