Lines Matching refs:exec
672 char *bin, *exec, *kfile, *ofile; in main() local
679 exec = argv[0]; in main()
699 usage(exec); in main()
704 usage(exec); in main()
709 FATAL(exec, "%s: Impossible to locate the binary file\n", in main()
710 exec); in main()
712 FATAL(exec, "%s: Impossible to locate the pmcstat file\n", in main()
713 exec); in main()
715 FATAL(exec, "%s: Impossible to locate the kernel file\n", in main()
716 exec); in main()
728 FATAL(exec, "%s: Cannot create tempfile templates\n", in main()
729 exec); in main()
731 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
732 exec); in main()
740 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
741 exec); in main()
745 FATAL(exec, "%s: Impossible to open the map file\n", in main()
746 exec); in main()
760 exec); in main()
772 FATAL(exec, in main()
773 "%s: Impossible to create a new object\n", exec); in main()
777 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
778 exec); in main()
780 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
781 exec); in main()
788 FATAL(exec, "%s: Impossible to generate an analysis\n", in main()
789 exec); in main()
792 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
793 exec); in main()
797 FATAL(exec, "%s: Impossible to open the binary file\n", in main()
798 exec); in main()
803 FATAL(NULL, "%s: Invalid format for the C file\n", exec); in main()
805 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
806 exec); in main()
808 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
809 exec); in main()