Lines Matching refs:exec

698 	char *bin, *exec, *kfile, *ofile;  in main()  local
705 exec = argv[0]; in main()
736 usage(exec); in main()
741 usage(exec); in main()
746 FATAL(exec, "%s: Impossible to locate the binary file\n", in main()
747 exec); in main()
749 FATAL(exec, "%s: Impossible to locate the pmcstat file\n", in main()
750 exec); in main()
752 FATAL(exec, "%s: Impossible to locate the kernel file\n", in main()
753 exec); in main()
765 FATAL(exec, "%s: Cannot create tempfile templates\n", in main()
766 exec); in main()
768 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
769 exec); in main()
777 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
778 exec); in main()
782 FATAL(exec, "%s: Impossible to open the map file\n", in main()
783 exec); in main()
797 exec); in main()
809 FATAL(exec, in main()
810 "%s: Impossible to create a new object\n", exec); in main()
814 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
815 exec); in main()
817 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
818 exec); in main()
825 FATAL(exec, "%s: Impossible to generate an analysis\n", in main()
826 exec); in main()
829 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
830 exec); in main()
834 FATAL(exec, "%s: Impossible to open the binary file\n", in main()
835 exec); in main()
840 FATAL(NULL, "%s: Invalid format for the C file\n", exec); in main()
842 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
843 exec); in main()
845 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
846 exec); in main()