Home | History | Annotate | Download | only in Internals

Lines Matching refs:Cmd

4876     my @Cmd = ("perl", $0, "-l", $LibName);
4898 @Cmd = (@Cmd, "-old", $LibName."/ABIv1.dump", "-new", $LibName."/ABIv2.dump");
4902 @Cmd = (@Cmd, "-old", "$LibName/v1.xml", "-new", "$LibName/v2.xml");
4906 @Cmd = (@Cmd, "-cxx-incompatible");
4911 @Cmd = (@Cmd, "-use-dumps");
4913 @Cmd = (@Cmd, "-sort");
4918 @Cmd = (@Cmd, "-dump-format", $DumpFormat);
4921 @Cmd = (@Cmd, "-cross-gcc", $GCC_PATH);
4925 @Cmd = (@Cmd, "-quiet");
4926 @Cmd = (@Cmd, "-logging-mode", "a");
4930 @Cmd = (@Cmd, "-logging-mode", $LogMode);
4934 @Cmd = (@Cmd, "-extended");
4936 @Cmd = (@Cmd, "-lang", "C");
4941 @Cmd = (@Cmd, "-report-format", $ReportFormat);
4944 @Cmd = (@Cmd, "-headers-only");
4947 @Cmd = (@Cmd, "-old-style");
4951 @Cmd = (@Cmd, "-debug");
4952 printMsg("INFO", "executing @Cmd");
4954 system(@Cmd);