HomeSort by: relevance | last modified time | path
    Searched refs:ASORTFILE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 8969 my $ASORTFILE;
8990 $ASORTFILE=$outputdir."calls";
8995 $ASORTFILE=$outputdir."calltree";
9000 $ASORTFILE=$outputdir."functions.func";
9005 $ASORTFILE = $file;
9013 open (ASORTFILE,"<", $ASORTFILE)
9014 or die ("$subr_name - unable to open file $ASORTFILE for reading: '$!'");
9015 gp_message ("debug", $subr_name, "opened file $ASORTFILE for reading");
9018 while (<ASORTFILE>)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 8969 my $ASORTFILE;
8990 $ASORTFILE=$outputdir."calls";
8995 $ASORTFILE=$outputdir."calltree";
9000 $ASORTFILE=$outputdir."functions.func";
9005 $ASORTFILE = $file;
9013 open (ASORTFILE,"<", $ASORTFILE)
9014 or die ("$subr_name - unable to open file $ASORTFILE for reading: '$!'");
9015 gp_message ("debug", $subr_name, "opened file $ASORTFILE for reading");
9018 while (<ASORTFILE>)
    [all...]

Completed in 42 milliseconds