Lines Matching refs:log_msg
39 int log_msg(const char *fmt, ...) in log_msg() function
82 log_msg("Bad cputype for object file. Currently only tested for CPU_TYPE_[ARM|X86].\n"); in parse_macho()
95 log_msg("Bad cputype for object file. Currently only tested for CPU_TYPE_X86_64.\n"); in parse_macho()
101 log_msg("Bad magic number for object file. 0x%x or 0x%x expected, 0x%x found.\n", in parse_macho()
108 log_msg("Bad filetype for object file. Currently only tested for MH_OBJECT.\n"); in parse_macho()
136 log_msg("Not enough sections\n"); in parse_macho()
155 log_msg("Not enough sections\n"); in parse_macho()
174 log_msg("Can't find symbol table!\n"); in parse_macho()
304 if(!elf->le_data) {log_msg("Big Endian data not supported yet!\n");goto bail;}\
382 log_msg("Failed to parse ELF file header"); in parse_elf_header()
438 log_msg("Failed to parse ELF string table: section %d, index %d\n", in parse_elf_string_table()
451 log_msg("Failed to parse ELF string table: section %d, index %d\n", in parse_elf_string_table()
598 log_msg("Symbol size is wrong\n"); in parse_elf()
609 log_msg("Big Endian data not supported yet!\n"); in parse_elf()
690 log_msg("Symbol size is wrong\n"); in parse_elf()
701 log_msg("Big Endian data not supported yet!\n"); in parse_elf()
739 log_msg("Parse error: File does not appear to be valid ELF32 or ELF64\n"); in parse_elf()
844 log_msg("Too many sections\n"); in parse_coff()
852 log_msg("Allocating first level of section list failed\n"); in parse_coff()
875 log_msg("Allocating storage for %s failed\n", sectionname); in parse_coff()