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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 8239 my %functions_index = ();
8430 # The $functions_index hash contains an array. After an initial assignment,
8433 if (not exists ($functions_index{$routine}))
8435 $functions_index{$routine} = [$i];
8442 push (@{$functions_index{$routine}}, $i);
8886 # Print the data structure %functions_index. This is a hash with an arrray.
8888 for my $F (keys %functions_index)
8890 gp_message ("debug", $subr_name, "on return: functions_index{$F} = @{ $functions_index{$F} }");
8891 # alt code for my $i (0 .. $#{ $functions_index{$F} }
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 8239 my %functions_index = ();
8430 # The $functions_index hash contains an array. After an initial assignment,
8433 if (not exists ($functions_index{$routine}))
8435 $functions_index{$routine} = [$i];
8442 push (@{$functions_index{$routine}}, $i);
8886 # Print the data structure %functions_index. This is a hash with an arrray.
8888 for my $F (keys %functions_index)
8890 gp_message ("debug", $subr_name, "on return: functions_index{$F} = @{ $functions_index{$F} }");
8891 # alt code for my $i (0 .. $#{ $functions_index{$F} }
    [all...]

Completed in 43 milliseconds