Lines Matching refs:exec
675 char *bin, *exec, *kfile, *ofile; in main() local
682 exec = argv[0]; in main()
702 usage(exec); in main()
707 usage(exec); in main()
712 FATAL(exec, "%s: Impossible to locate the binary file\n", in main()
713 exec); in main()
715 FATAL(exec, "%s: Impossible to locate the pmcstat file\n", in main()
716 exec); in main()
718 FATAL(exec, "%s: Impossible to locate the kernel file\n", in main()
719 exec); in main()
723 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
724 exec); in main()
732 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
733 exec); in main()
737 FATAL(exec, "%s: Impossible to open the map file\n", in main()
738 exec); in main()
752 exec); in main()
764 FATAL(exec, in main()
765 "%s: Impossible to create a new object\n", exec); in main()
769 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
770 exec); in main()
772 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
773 exec); in main()
780 FATAL(exec, "%s: Impossible to generate an analysis\n", in main()
781 exec); in main()
784 FATAL(exec, "%s: Impossible to create the tmp file\n", in main()
785 exec); in main()
789 FATAL(exec, "%s: Impossible to open the binary file\n", in main()
790 exec); in main()
795 FATAL(NULL, "%s: Invalid format for the C file\n", exec); in main()
797 FATAL(exec, "%s: Impossible to close the filedesc\n", in main()
798 exec); in main()
800 FATAL(exec, "%s: Impossible to remove the tmpfile\n", in main()
801 exec); in main()