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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 133 my %g_mapped_cmds = ();
601 # associative array called "g_mapped_cmds". The command is the key and the
1456 # The commands and their respective paths are stored in hash "g_mapped_cmds".
1492 # can be found, the entry in $g_mapped_cmds is assigned a special value that
1558 $g_mapped_cmds{$cmd} = $full_path_cmd;
1580 $g_mapped_cmds{$cmd} = $target_cmd;
1592 $g_mapped_cmds{$cmd} = "road to nowhere";
1600 # Scan the results stored in $g_mapped_cmds and flag errors.
1615 while ( ($cmd, $mapped) = each %g_mapped_cmds)
1625 $g_mapped_cmds{$cmd} = $cmd
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 133 my %g_mapped_cmds = ();
601 # associative array called "g_mapped_cmds". The command is the key and the
1456 # The commands and their respective paths are stored in hash "g_mapped_cmds".
1492 # can be found, the entry in $g_mapped_cmds is assigned a special value that
1558 $g_mapped_cmds{$cmd} = $full_path_cmd;
1580 $g_mapped_cmds{$cmd} = $target_cmd;
1592 $g_mapped_cmds{$cmd} = "road to nowhere";
1600 # Scan the results stored in $g_mapped_cmds and flag errors.
1615 while ( ($cmd, $mapped) = each %g_mapped_cmds)
1625 $g_mapped_cmds{$cmd} = $cmd
    [all...]

Completed in 25 milliseconds