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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 4850 my ($outputdir, $FUNC_FILE, $metric, $LINUX_vDSO_ref) = @_;
4886 gp_message ("debug", $subr_name, "on input FUNC_FILE = $FUNC_FILE metric = $metric");
4890 $off_with_the_PC = rindex ($FUNC_FILE, "-PC");
4891 $FUNC_FILE_NO_PC = substr ($FUNC_FILE, 0, $off_with_the_PC);
4911 open (FUNC_FILE, "<", $FUNC_FILE)
4912 or die ("Not able to open file $FUNC_FILE for reading - '$!'");
4913 gp_message ("debug", $subr_name, "opened file FUNC_FILE = $FUNC_FILE for reading")
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 4850 my ($outputdir, $FUNC_FILE, $metric, $LINUX_vDSO_ref) = @_;
4886 gp_message ("debug", $subr_name, "on input FUNC_FILE = $FUNC_FILE metric = $metric");
4890 $off_with_the_PC = rindex ($FUNC_FILE, "-PC");
4891 $FUNC_FILE_NO_PC = substr ($FUNC_FILE, 0, $off_with_the_PC);
4911 open (FUNC_FILE, "<", $FUNC_FILE)
4912 or die ("Not able to open file $FUNC_FILE for reading - '$!'");
4913 gp_message ("debug", $subr_name, "opened file FUNC_FILE = $FUNC_FILE for reading")
    [all...]

Completed in 31 milliseconds