Lines Matching refs:exec

679 	char *bin, *exec, *kfile, *ofile;  in main()  local
686 exec = argv[0]; in main()
706 usage(exec); in main()
711 usage(exec); in main()
716 FATAL(exec, "%s: Impossible to locate the binary file\n", in main()
717 exec); in main()
719 FATAL(exec, "%s: Impossible to locate the pmcstat file\n", in main()
720 exec); in main()
722 FATAL(exec, "%s: Impossible to locate the kernel file\n", in main()
723 exec); in main()
735 FATAL(exec, "%s: Cannot create tempfile templates\n", in main()
736 exec); in main()
738 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
739 exec); in main()
747 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
748 exec); in main()
752 FATAL(exec, "%s: Impossible to open the map file\n", in main()
753 exec); in main()
767 exec); in main()
779 FATAL(exec, in main()
780 "%s: Impossible to create a new object\n", exec); in main()
784 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
785 exec); in main()
787 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
788 exec); in main()
795 FATAL(exec, "%s: Impossible to generate an analysis\n", in main()
796 exec); in main()
799 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
800 exec); in main()
804 FATAL(exec, "%s: Impossible to open the binary file\n", in main()
805 exec); in main()
810 FATAL(NULL, "%s: Invalid format for the C file\n", exec); in main()
812 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
813 exec); in main()
815 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
816 exec); in main()