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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 12549 my $PCA;
12693 $PCA = $function_address_info{$metric}[$INDEX]{"PC Address"};
12695 if (not exists ($functions_per_metric_first_index{$metric}{$routine}{$PCA}))
12697 gp_message ("debugXL", $subr_name, "not exists: functions_per_metric_first_index{$metric}{$routine}{$PCA}");
12699 if (not exists ($function_address_and_index{$routine}{$PCA}))
12701 gp_message ("debugXL", $subr_name, "not exists: function_address_and_index{$routine}{$PCA}");
12704 if (exists ($functions_per_metric_first_index{$metric}{$routine}{$PCA}) and
12705 exists ($function_address_and_index{$routine}{$PCA}))
12710 $handled_routines{$function_address_and_index{$routine}{$PCA}} = 1;
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 12549 my $PCA;
12693 $PCA = $function_address_info{$metric}[$INDEX]{"PC Address"};
12695 if (not exists ($functions_per_metric_first_index{$metric}{$routine}{$PCA}))
12697 gp_message ("debugXL", $subr_name, "not exists: functions_per_metric_first_index{$metric}{$routine}{$PCA}");
12699 if (not exists ($function_address_and_index{$routine}{$PCA}))
12701 gp_message ("debugXL", $subr_name, "not exists: function_address_and_index{$routine}{$PCA}");
12704 if (exists ($functions_per_metric_first_index{$metric}{$routine}{$PCA}) and
12705 exists ($function_address_and_index{$routine}{$PCA}))
12710 $handled_routines{$function_address_and_index{$routine}{$PCA}} = 1;

Completed in 54 milliseconds