/external/honggfuzz/linux/ |
D | unwind.c | 132 LOG_E("[pid='%d'] unw_create_addr_space failed", pid); in arch_unwindStack() 141 LOG_E("[pid='%d'] _UPT_create failed", pid); in arch_unwindStack() 151 LOG_E("[pid='%d'] unw_init_remote failed (%s)", pid, UNW_ER[-ret]); in arch_unwindStack() 160 LOG_E("[pid='%d'] [%zd] failed to read IP (%s)", pid, num_frames, UNW_ER[-ret]); in arch_unwindStack() 185 LOG_E("[pid='%d'] unw_create_addr_space failed", pid); in arch_unwindStack() 194 LOG_E("[pid='%d'] _UPT_create failed", pid); in arch_unwindStack() 204 LOG_E("[pid='%d'] unw_init_remote failed (%s)", pid, UNW_ER[-ret]); in arch_unwindStack() 215 LOG_E("[pid='%d'] [%zd] failed to read IP (%s)", pid, num_frames, UNW_ER[-ret]); in arch_unwindStack()
|
D | bfd.c | 63 LOG_E("bfd_openr(%s) failed", fname); in arch_bfdInit() 68 LOG_E("bfd_check_format() failed"); in arch_bfdInit() 74 LOG_E("bfd_get_symtab_upper_bound() returned '%d'", storage_needed); in arch_bfdInit() 82 LOG_E("bfd_get_section_by_name('.text') failed"); in arch_bfdInit()
|
D | perf.c | 166 LOG_E("Unknown perf mode: '%d' for pid=%d", method, (int)pid); in arch_perfCreate() 223 LOG_E("Cannot set up perf for pid=%d (_HF_DYNFILE_INSTR_COUNT)", (int)run->pid); in arch_perfOpen() 229 LOG_E("Cannot set up perf for pid=%d (_HF_DYNFILE_BRANCH_COUNT)", (int)run->pid); in arch_perfOpen() 235 LOG_E("Cannot set up perf for pid=%d (_HF_DYNFILE_BTS_EDGE)", (int)run->pid); in arch_perfOpen() 241 LOG_E("Cannot set up perf for pid=%d (_HF_DYNFILE_IPT_BLOCK)", (int)run->pid); in arch_perfOpen()
|
D | arch.c | 74 LOG_E("Cannot use clone(flags & CLONE_VM)"); in arch_clone() 178 LOG_E("execve('%s', fd=%d): %s", args[0], run->global->linux.exeFd, strerror(errno_cpy)); in arch_launchChild() 387 LOG_E("Kernel version '%s' not supporting chosen perf method", uts.release); in arch_archInit() 421 LOG_E("unshare(%tx)", hfuzz->linux.cloneFlags); in arch_archInit()
|
D | trace.c | 505 LOG_E("Unknown/Unsupported Android CPU architecture"); in arch_getInstrStr() 828 LOG_E("Couldn't write to '%s'", run->crashFileName); in arch_traceSaveData() 1076 LOG_E("Couldn't save crash to '%s'", run->crashFileName); in arch_traceExitSaveData() 1337 LOG_E("Couldn't read thread list for pid '%d'", run->pid); in arch_traceAttach() 1367 LOG_E("Couldn't read thread list for pid '%d'", pid); in arch_traceDetach()
|
/external/honggfuzz/ |
D | subproc.c | 141 LOG_E("Received invalid message from the persistent process: '%c' (0x%" PRIx8 in subproc_persistentGetReady() 164 LOG_E("Could not send the file size indicator to the persistent process. " in subproc_persistentModeStateMachine() 286 LOG_E("Couldn't save data to a temporary file"); in subproc_PrepareExecv() 353 LOG_E("subproc_PrepareExecv() failed"); in subproc_New() 357 LOG_E("Error launching child process"); in subproc_New() 383 LOG_E("subproc_New()"); in subproc_Run() 436 LOG_E("wait4() returned %d, but waited for %d", ret, (int)pid); in subproc_System() 440 LOG_E("Command '%s' terminated with signal: %d", argv[0], WTERMSIG(status)); in subproc_System() 447 LOG_E("Command '%s' returned with exit code %d", argv[0], WEXITSTATUS(status)); in subproc_System()
|
D | input.c | 158 LOG_E("input_getDirStatsAndRewind('%s')", run->global->io.inputDir); in input_getNext() 351 LOG_E("Couldn't read contents of '%s'", fname); in input_prepareStaticFile() 366 LOG_E("Couldn't write input file to a temporary buffer"); in input_prepareExternalFile() 378 LOG_E("Subprocess '%s' returned abnormally", run->global->exe.externalCommand); in input_prepareExternalFile() 386 LOG_E("Couldn't read file from fd=%d", fd); in input_prepareExternalFile() 398 LOG_E("Couldn't write input file to a temporary buffer"); in input_postProcessFile() 410 LOG_E("Subprocess '%s' returned abnormally", run->global->exe.postExternalCommand); in input_postProcessFile() 418 LOG_E("Couldn't read file from fd=%d", fd); in input_postProcessFile()
|
D | fuzz.c | 130 LOG_E("Couldn't save the coverage data to '%s'", hfuzz->io.covDirAll); in fuzz_addFileToFileQ() 139 LOG_E("Couldn't save the new coverage data to '%s'", hfuzz->io.covDirNew); in fuzz_addFileToFileQ() 274 LOG_E("Verifier stack mismatch: (original) %" PRIx64 " != (new) %" PRIx64, backtrace, in fuzz_runVerifier() 298 LOG_E("Couldn't save verified file as '%s'", verFile); in fuzz_runVerifier() 322 LOG_E("input_prepareFileExternally() failed"); in fuzz_fetchInput() 326 LOG_E("input_prepareFileDynamically() failed"); in fuzz_fetchInput() 334 LOG_E("input_prepareFileExternally() failed"); in fuzz_fetchInput() 338 LOG_E("input_prepareFile() failed"); in fuzz_fetchInput() 344 LOG_E("input_postProcessFile() failed"); in fuzz_fetchInput()
|
D | cmdline.c | 158 LOG_E("No more space for new envars (max.%zu)", ARRAYSIZE(hfuzz->exe.envs)); in cmdlineAddEnv() 185 LOG_E("Couldn't test binary for signatures"); in cmdlineVerify() 191 LOG_E("You must specify '" _HF_FILE_PLACEHOLDER in cmdlineVerify() 197 LOG_E( in cmdlineVerify() 203 LOG_E("Too many fuzzing threads specified %zu (>= _HF_THREAD_MAX (%u))", in cmdlineVerify() 209 LOG_E("The file extension contains the '/' character: '%s'", hfuzz->io.fileExtn); in cmdlineVerify() 233 LOG_E("Maximum file size '%zu' bigger than the maximum size '%zu'", hfuzz->mutate.maxFileSz, in cmdlineVerify() 687 LOG_E("No fuzz command provided"); in cmdlineParse() 692 LOG_E("Your fuzzed binary '%s' doesn't seem to exist", hfuzz->exe.cmdline[0]); in cmdlineParse()
|
D | honggfuzz.c | 103 LOG_E("RLIMIT_NOFILE max limit < 1024 (%zu). Expect troubles!", (size_t)rlim.rlim_max); in setupRLimits()
|
/external/webrtc/webrtc/base/ |
D | macsocketserver.cc | 274 LOG_E(LS_ERROR, OS, result) << "SendEventToEventTarget"; in Wait() 285 LOG_E(LS_VERBOSE, OS, result) << "ReceiveNextEvent"; in Wait() 288 LOG_E(LS_WARNING, OS, result) << "ReceiveNextEvent"; in Wait() 304 LOG_E(LS_ERROR, OS, result) << "PostEventToQueue"; in WakeUp() 380 LOG_E(LS_ERROR, OS, result) << "PostEventToQueue"; in WakeUp()
|
D | logging.h | 305 #define LOG_E(sev, ctx, err, ...) \ macro 314 LOG_E(sev, ERRNO, err) 320 LOG_E(sev, HRESULT, err) 324 LOG_E(sev, HRESULT, GetLastError(), mod)
|
D | macutils.cc | 82 LOG_E(LS_ERROR, OS, result) << "Gestalt(" << str << ")"; in GetGestalt()
|
D | macwindowpicker.cc | 188 LOG_E(LS_ERROR, OS, err) << "Failed to enumerate the active displays."; in GetDesktopList()
|
D | physicalsocketserver.cc | 1297 LOG_E(LS_ERROR, EN, errno) << "select"; in Wait()
|
/external/honggfuzz/netbsd/ |
D | trace.c | 503 LOG_E("Couldn't write to '%s'", run->crashFileName); in arch_traceSaveData() 537 LOG_E("PID: %d unexpected single step trace trap (TRAP_TRACE)", pid); in arch_traceEvent() 559 LOG_E("PID: %d unexpected lwp trap (TRAP_LWP) : create " in arch_traceEvent() 564 LOG_E("PID: %d unexpected lwp trap (TRAP_LWP) : exit (PTRACE_LWP_EXIT)", in arch_traceEvent() 577 LOG_E("PID: %d unexpected debug register trap (TRAP_DBREG)", pid); in arch_traceEvent() 581 LOG_E("PID: %d unexpected syscall enter trap (TRAP_SCE)", pid); in arch_traceEvent() 585 LOG_E("PID: %d unexpected syscall exit trap (TRAP_SCX)", pid); in arch_traceEvent()
|
D | arch.c | 116 LOG_E("execve('%s'): %s", args[0], strerror(errno_cpy)); in arch_launchChild()
|
/external/honggfuzz/posix/ |
D | arch.c | 103 LOG_E("Process (pid %d) exited with the following status %d, please report that as a bug", in arch_analyzeSignal() 138 LOG_E("Couldn't save crash to '%s'", run->crashFileName); in arch_analyzeSignal()
|
/external/honggfuzz/libhfcommon/ |
D | log.h | 48 #define LOG_E(...) \ macro
|
/external/honggfuzz/libhfuzz/ |
D | persistent.c | 94 LOG_E("Couldn't read data from stdin: %s", strerror(errno)); in HonggfuzzRunFromFile()
|
/external/honggfuzz/mac/ |
D | arch.c | 205 LOG_E("Process (pid %d) exited with the following status %d, please report that as a bug", in arch_analyzeSignal() 279 LOG_E("Couldn't save crash as '%s'", run->crashFileName); in arch_analyzeSignal() 612 LOG_E("Memory leak: arch_analyzeSignal didn't free previous callstack"); in hash_callstack()
|
/external/honggfuzz/libhfnetdriver/ |
D | netdriver.c | 181 LOG_E("Unknown SA_FAMILY=%d specified", (int)sa_family); in netDriver_sockConnLoopback()
|