/external/honggfuzz/libhfcommon/ |
D | ns.c | 51 PLOG_E("unshare(0x%tx)", cloneFlags); in nsEnter() 61 PLOG_E("Couldn't write to /proc/self/setgroups"); in nsEnter() 69 PLOG_E("Couldn't write to /proc/self/gid_map"); in nsEnter() 77 PLOG_E("Couldn't write to /proc/self/uid_map"); in nsEnter() 82 PLOG_E("setresgid(%d)", (int)current_gid); in nsEnter() 86 PLOG_E("setresuid(%d)", (int)current_uid); in nsEnter() 97 PLOG_E("socket(PF_INET6, SOCK_STREAM|SOCK_CLOEXEC, IPPROTO_TCP)"); in nsIfaceUp() 107 PLOG_E("ioctl(iface='%s', SIOCGIFFLAGS, IFF_UP)", ifacename); in nsIfaceUp() 115 PLOG_E("ioctl(iface='%s', SIOCGIFFLAGS, IFF_UP)", ifacename); in nsIfaceUp() 126 PLOG_E("mount(dst='%s', tmpfs)", dst); in nsMountTmpfs()
|
D | log.h | 68 #define PLOG_E(...) \ macro
|
D | log.c | 75 PLOG_E("Couldn't open logfile open('%s')", logfile); in logInitLogFile()
|
D | util.c | 195 PLOG_E("Couldn't open '/dev/null'"); in util_closeStdio()
|
D | files.c | 329 PLOG_E("malloc(%zu) failed", strlen(lineptr)); in files_parseSymbolFilter()
|
/external/honggfuzz/linux/ |
D | arch.c | 111 PLOG_E("prctl(PR_SET_DUMPABLE, 1)"); in arch_launchChild() 119 PLOG_E("setenv(MALLOC_CHECK_=7) failed"); in arch_launchChild() 123 PLOG_E("setenv(MALLOC_PERTURB_=85) failed"); in arch_launchChild() 313 PLOG_E("File '%s' doesn't seem to be executable", hfuzz->exe.cmdline[0]); in arch_archInit() 318 PLOG_E("Cannot open the executable binary: %s)", hfuzz->exe.cmdline[0]); in arch_archInit() 403 PLOG_E("setenv(OPENSSL_armcap) failed"); in arch_archInit()
|
D | perf.c | 176 PLOG_E("perf_event_open() failed"); in arch_perfCreate() 340 PLOG_E("read(perfFd='%d') failed", run->linux.cpuInstrFd); in arch_perfAnalyze() 351 PLOG_E("read(perfFd='%d') failed", run->linux.cpuBranchFd); in arch_perfAnalyze()
|
D | pt.c | 48 PLOG_E("Couldn't open '/proc/cpuinfo'"); in perf_ptInit()
|
D | trace.c | 1062 PLOG_E("Cannot create output file '%s'", run->crashFileName); in arch_traceExitSaveData() 1152 PLOG_E("ptrace(PTRACE_GETEVENTMSG,%d) failed", pid); in arch_traceEvent() 1249 PLOG_E("Couldn't open dir '%s'", path); in arch_listThreads() 1260 PLOG_E("Couldn't read contents of '%s'", path); in arch_listThreads()
|
D | unwind.c | 72 PLOG_E("Couldn't open '%s' - R/O mode", fProcMaps); in arch_parsePidMaps()
|
/external/honggfuzz/ |
D | subproc.c | 256 PLOG_E("dup2(%d, _HF_BITMAP_FD=%d)", run->global->feedback.bbFd, _HF_BITMAP_FD); in subproc_PrepareExecv() 262 PLOG_E("dup2('%d', _HF_INPUT_FD='%d')", run->dynamicFileFd, _HF_INPUT_FD); in subproc_PrepareExecv() 269 PLOG_E("dup2(%d, _HF_LOG_FD=%d)", logFd(), _HF_LOG_FD); in subproc_PrepareExecv() 290 PLOG_E("dup2(_HF_INPUT_FD=%d, STDIN_FILENO=%d)", run->dynamicFileCopyFd, STDIN_FILENO); in subproc_PrepareExecv() 324 PLOG_E("Couldn't fork"); in subproc_New() 396 PLOG_E("Couldn't fork"); in subproc_System() 432 PLOG_E("wait4() for process pid=%d", (int)pid); in subproc_System()
|
D | cmdline.c | 217 PLOG_E("Couldn't create the workspace directory '%s'", hfuzz->io.workDir); in cmdlineVerify() 224 PLOG_E("Couldn't create the crash directory '%s'", hfuzz->io.crashDir); in cmdlineVerify()
|
D | honggfuzz.c | 108 PLOG_E("Couldn't setrlimit(RLIMIT_NOFILE, cur=%zu/max=%zu)", (size_t)rlim.rlim_cur, in setupRLimits()
|
D | fuzz.c | 291 PLOG_E("Couldn't create '%s'", verFile); in fuzz_runVerifier()
|
/external/honggfuzz/hfuzz_cc/ |
D | hfuzz-cc.c | 134 PLOG_E("execvp('%s')", cxx_path); in execCC() 141 PLOG_E("execvp('%s')", cc_path); in execCC() 228 PLOG_E("mkostemp('%s')", template); in getLibPath() 236 PLOG_E("Couldn't write to '%s'", template); in getLibPath() 242 PLOG_E("Couldn't rename('%s', '%s')", template, path); in getLibPath()
|
/external/honggfuzz/netbsd/ |
D | arch.c | 218 PLOG_E("File '%s' doesn't seem to be executable", hfuzz->exe.cmdline[0]); in arch_archInit()
|
D | trace.c | 527 PLOG_E("ptrace(PT_GET_SIGINFO, pid=%d)", (int)pid); in arch_traceEvent() 707 PLOG_E("PID: %d ptrace(PT_DETACH) failed", pid); in arch_traceDetach()
|
/external/honggfuzz/libhfnetdriver/ |
D | netdriver.c | 324 PLOG_E("files_sendToSocket(sock=%d, len=%zu) failed", sock, len); in LLVMFuzzerTestOneInput()
|