Home
last modified time | relevance | path

Searched refs:LOG_W (Results 1 – 18 of 18) sorted by relevance

/external/honggfuzz/linux/
Darch.c104 LOG_W("Cannot bring interface 'lo' up"); in arch_launchChild()
185 LOG_W("arch_traceAttach(pid=%d) failed", run->pid); in arch_attachToNewPid()
249 LOG_W("Persistent mode: pid=%d exited with status: %s", (int)run->pid, in arch_checkWait()
294 LOG_W("Un-handled ASan report due to compiler-rt internal error - retry with '%s'", in arch_reapChild()
325 LOG_W("Unknown libc implementation. Using clone() instead of fork()"); in arch_archInit()
331 LOG_W("Unknown glibc version:'%s'. Using clone() instead of fork()", gversion); in arch_archInit()
335 LOG_W("Your glibc version:'%s' will most likely result in malloc()-related " in arch_archInit()
Dbfd.c154 LOG_W("bfd_openr('/proc/%d/exe') failed", pid); in arch_bfdDisasm()
159 LOG_W("bfd_check_format() failed"); in arch_bfdDisasm()
170 LOG_W("disassembler() failed"); in arch_bfdDisasm()
Dpt.c163 LOG_W("pt_pkt_sync_forward() failed: %s", pt_errstr(-errcode)); in arch_ptAnalyze()
174 LOG_W("pt_pkt_next() failed: %s", pt_errstr(-errcode)); in arch_ptAnalyze()
Dtrace.c376 LOG_W("ptrace PTRACE_GETREGSET & PTRACE_GETREGS failed to extract target registers"); in arch_getPC()
403 LOG_W("Unknown registers structure size: '%zd'", pt_iov.iov_len); in arch_getPC()
432 LOG_W("Unknown registers structure size: '%zd'", pt_iov.iov_len); in arch_getPC()
455 LOG_W("Unknown registers structure size: '%zd'", pt_iov.iov_len); in arch_getPC()
481 LOG_W("Current architecture not supported for disassembly"); in arch_getInstrStr()
511 LOG_W("Capstone initialization failed: '%s'", cs_strerror(err)); in arch_getInstrStr()
519 LOG_W("Couldn't disassemble the assembler instructions' stream: '%s'", in arch_getInstrStr()
611 LOG_W("ptrace arch_getPC failed"); in arch_traceAnalyzeData()
1301 LOG_W("PID %d not in a stopped state - status:%d", pid, status); in arch_traceWaitForPidStop()
/external/honggfuzz/
Dinput.c94 LOG_W("Couldn't stat() the '%s' file", fname); in input_getDirStatsAndRewind()
123 LOG_W("No usable files in the input directory '%s'", hfuzz->io.inputDir); in input_getDirStatsAndRewind()
139 LOG_W("No useful files in the input directory"); in input_getNext()
168 LOG_W("Couldn't stat() the '%s' file", fname); in input_getNext()
183 LOG_W("No input file/dir specified"); in input_init()
199 LOG_W("input_getDirStatsAndRewind('%s')", hfuzz->io.inputDir); in input_init()
243 LOG_W("Incorrect dictionary entry: '%s'. Skipping", lineptr); in input_parseDictionary()
Dsanitizers.c111 LOG_W("The '%s' envar is already set. Not overriding it!", env); in sanitizers_AddFlag()
Ddisplay.c91 LOG_W("fscanf('/proc/stat') != 4"); in getCpuUse()
261 LOG_W("Your fuzzed binary is not specified"); in display_createTargetStr()
Dsubproc.c465 LOG_W("pid=%d has already been signaled due to timeout. Killing it with SIGKILL", run->pid); in subproc_checkTimeLimit()
472 LOG_W("pid=%d took too much time (limit %ld s). Killing it with %s", (int)run->pid, in subproc_checkTimeLimit()
Dfuzz.c105 LOG_W("Couldn't write buffer to file '%s'", fname); in fuzz_writeCovFile()
415 LOG_W("Couldn't run server"); in fuzz_fuzzLoopSocket()
Dcmdline.c153 LOG_W("Replacing envar '%s' with '%s'", hfuzz->exe.envs[i], env); in cmdlineAddEnv()
/external/honggfuzz/netbsd/
Dtrace.c186 LOG_W("Current architecture not supported for disassembly"); in arch_getInstrStr()
211 LOG_W("Capstone initialization failed: '%s'", cs_strerror(err)); in arch_getInstrStr()
219 LOG_W("Couldn't disassemble the assembler instructions' stream: '%s'", in arch_getInstrStr()
299 LOG_W("ptrace arch_getPC failed"); in arch_traceAnalyzeData()
662 LOG_W("PID %d not in a stopped state - status:%d", pid, status); in arch_traceWaitForPidStop()
Darch.c167 LOG_W("Persistent mode: PID %d exited with status: %s", pid, in arch_checkWait()
/external/honggfuzz/mac/
Darch.c416 LOG_W("Persistent mode: PID %d exited with status: %s", ret, in arch_reapChild()
446 LOG_W("honggfuzz won't work if DBGShellCommands are set in " in arch_archInit()
598 LOG_W("Too large callstack (%zu bytes), truncating to %d bytes", callstack_size, in hash_callstack()
773 LOG_W("Exception Handler: Could not deallocate task"); in catch_mach_exception_raise_state_identity()
777 LOG_W("Exception Handler: Could not deallocate thread"); in catch_mach_exception_raise_state_identity()
/external/honggfuzz/libhfcommon/
Dns.c53 LOG_W("Executing 'sysctl -w kernel.unprivileged_userns_clone=1' might help with this"); in nsEnter()
Dlog.h44 #define LOG_W(...) \ macro
Dfiles.c60 LOG_W("Couldn't read '%s' to a buf", fileName); in files_readFileToBufMax()
/external/honggfuzz/posix/
Darch.c220 LOG_W("Persistent mode: pid=%d exited with status: %s", (int)run->pid, in arch_checkWait()
/external/honggfuzz/libhfnetdriver/
Dnetdriver.c101 LOG_W("Honggfuzz Net Driver (pid=%d): Namespaces not enabled for this OS platform", in netDriver_initNsIfNeeded()