Lines Matching refs:function_view_structure
445 my %function_view_structure = ();
1130 %function_view_structure = %{ $function_view_structure_ref };
1226 \%function_view_structure,
1267 \%function_view_structure,
5291 function_view_structure = %{ $function_view_structure_ref };
7242 function_view_structure = %{ $function_view_structure_ref };
7416 \%function_view_structure,
7419 my %function_view_structure = %{ $function_view_structure_ref };
7427 print FUNCTION_VIEW "$_\n" for @{ $function_view_structure{"header"} };
7429 my $max_length_header = $function_view_structure{"max header length"};
7430 my $max_length_metrics = $function_view_structure{"max metrics length"};
7446 my $func_header = $spaces . $function_view_structure{"table name"};
7450 $function_view_structure{"table name"} .
7473 ## for my $i (keys @{ $function_view_structure{"function table"} })
7474 for my $i (0 .. $#{ $function_view_structure{"function table"} })
7476 my $p1 = $function_view_structure{"metrics part"}[$i];
7477 my $p2 = $function_view_structure{"function table"}[$i];
7573 my %function_view_structure = %{ $function_view_structure_ref };
7812 my $spaces_left = $function_view_structure{"max function length"} - $function_info[$target_index]{"function length"};
8234 my %function_view_structure = ();
8741 # The maximum length is stored in %function_view_structure.
8755 $function_view_structure{"table name"} = "Function name";
8757 $max_function_length = max ($max_function_length, length ($function_view_structure{"table name"}));
8759 $function_view_structure{"max function length"} = $max_function_length;
8782 my $number_of_blanks = $function_view_structure{"max function length"} - $function_length;
8898 # Print the data structure %function_view_structure. This is a hash.
8900 for my $F (keys %function_view_structure)
8902 gp_message ("debug", $subr_name, "on return: function_view_structure{$F} = $function_view_structure{$F}");
8955 \%LINUX_vDSO, \%function_view_structure);
12910 my %function_view_structure = %{ $function_view_structure_ref };
13174 $function_view_structure{"max header length"} = $max_header_length;
13175 $function_view_structure{"max metrics length"} = $max_metrics_length;
13508 $function_view_structure{"header"} = [@header_lines];
13509 $function_view_structure{"metrics part"} = [@metrics_part];
13510 $function_view_structure{"function table"} = [@function_view_array];
13515 return (\%function_view_structure);