Lines Matching refs:LOG_E
179 LOG_E("%s : lwp map user failed!", __func__); in file_mmap()
194 LOG_E("%s : elf file [%s] open failed!", __func__, filename); in elf_file_open()
220 LOG_E("%s : error", __func__); in elf_file_length()
247 LOG_E("%s : seek file offset: 0x%x failed", __func__, offset); in elf_file_read()
254 LOG_E("%s : read from offset: 0x%x error", __func__, offset); in elf_file_read()
273 LOG_E("%s : e_ident error", __func__); in elf_check_ehdr()
279 LOG_E("%s : e_type error", __func__); in elf_check_ehdr()
285 LOG_E("%s : e_machine is EM_NONE", __func__); in elf_check_ehdr()
291 LOG_E("%s : e_phnum error", __func__); in elf_check_ehdr()
297 LOG_E("%s : e_phoff error", __func__); in elf_check_ehdr()
316 LOG_E("%s : phdr p_filesz 0x%x error", __func__, phdr->p_filesz); in elf_check_phdr()
322 LOG_E("%s : phdr p_offset 0x%x error", __func__, phdr->p_offset); in elf_check_phdr()
328 LOG_E("%s[%d], phdr p_memsz 0x%x error", __func__, phdr->p_memsz); in elf_check_phdr()
354 LOG_E("%s : elf_file_open %s failed", __func__, elf_info->filename); in elf_load_ehdr()
369 LOG_E("%s : elf_file_read failed, ret : %d", __func__, ret); in elf_load_ehdr()
376 LOG_E("%s : elf_check_ehdr failed, ret : %d", __func__, ret); in elf_load_ehdr()
417 LOG_E("%s : alloc phdr failed", __func__); in elf_load_phdr()
426 LOG_E("%s : elf_file_read failed, ret = %d", __func__, ret); in elf_load_phdr()
463 LOG_E("%s : phdr p_filesz error", __func__, phdr->p_filesz); in elf_load_interp()
469 LOG_E("%s : phdr p_offset error", __func__, phdr->p_offset); in elf_load_interp()
476 LOG_E("%s : alloc elf interpreter failed", __func__); in elf_load_interp()
484 LOG_E("%s : elf_file_read failed, ret = %d", __func__, ret); in elf_load_interp()
491 LOG_E("%s : elf interpreter is invalid", __func__); in elf_load_interp()
501 LOG_E("%s : elf_load_ehdr failed, ret = %d", __func__, ret); in elf_load_interp()
508 LOG_E("%s : elf_load_phdr failed, ret = %d", __func__, ret); in elf_load_interp()
646 LOG_E("%s : elf_check_phdr failed", __func__); in elf_file_mmap()
666 LOG_E("%s : elf_map failed", __func__); in elf_file_mmap()
682 LOG_E("%s : elf_zero_bss error", __func__); in elf_file_mmap()
719 LOG_E("%s : total_mapping_size failed", __func__); in load_elf_interp()
756 LOG_E("%s : aux is null", __func__); in elf_aux_fill()
765 LOG_E("lwp map user failed!"); in elf_aux_fill()
825 LOG_E("%s : total_mapping_size failed", __func__); in elf_load_segment()
850 LOG_E("%s : load_elf_interp failed, ret = %d", __func__, ret); in elf_load_segment()
880 LOG_E("%s : elf_aux_fill failed", __func__); in elf_load_segment()
1027 LOG_E("%s : file is NULL", __func__); in lwp_load()
1035 LOG_E("%s : file length (%d) invalid", __func__, len); in lwp_load()
1043 LOG_E("%s : alloc filename failed", __func__, len); in lwp_load()
1068 LOG_E("%s : elf_file_load error, ret : %d", __func__, ret); in lwp_load()