Lines Matching refs:dumpfile
114 static int mmap_jitdump(char const * dumpfile,
120 dumpfd = open(dumpfile, O_RDONLY);
130 perror("opjitconv:fstat on dumpfile");
185 int copy_dumpfile(char const * dumpfile, char * tmp_dumpfile)
189 sprintf(sys_cmd_buffer, "/bin/cp -p %s %s", dumpfile, tmp_dumpfile);
268 verbprintf(debug, "Processing dumpfile %s\n", dmp_pathname);
275 printf("opjitconv: lstat for dumpfile failed (%s).\n", strerror(errno));
280 printf("opjitconv: dumpfile path is corrupt (symbolic links not allowed).\n");
294 verbprintf(debug, "Found JIT dumpfile for process %s\n",
305 printf("opjitconv: dumpfile path is corrupt.\n");
360 /* Final ELF file already exists, so if dumpfile has not been