Lines Matching full:exec
700 char *bin, *exec, *kfile, *ofile; in main() local
709 exec = argv[0]; in main()
740 usage(exec); in main()
745 usage(exec); in main()
750 FATAL(exec, "%s: Impossible to locate the binary file\n", in main()
751 exec); in main()
753 FATAL(exec, "%s: Impossible to locate the pmcstat file\n", in main()
754 exec); in main()
756 FATAL(exec, "%s: Impossible to locate the kernel file\n", in main()
757 exec); in main()
769 FATAL(exec, "%s: Cannot create tempfile templates\n", in main()
770 exec); in main()
772 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
773 exec); in main()
781 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
782 exec); in main()
786 FATAL(exec, "%s: Impossible to open the map file\n", in main()
787 exec); in main()
801 exec); in main()
813 FATAL(exec, in main()
814 "%s: Impossible to create a new object\n", exec); in main()
818 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
819 exec); in main()
821 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
822 exec); in main()
829 FATAL(exec, "%s: Impossible to generate an analysis\n", in main()
830 exec); in main()
833 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
834 exec); in main()
838 FATAL(exec, "%s: Impossible to open the binary file\n", in main()
839 exec); in main()
844 FATAL(NULL, "%s: Invalid format for the C file\n", exec); in main()
846 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
847 exec); in main()
849 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
850 exec); in main()