Lines Matching refs:private
159 "Additional output regarding private symbols usage and other\n" .
259 gettext("private symbols") . "; ";
345 gettext("demoted (removed) private symbols") . ": $m; ";
352 "dependency on demoted (removed) private Solaris symbols");
599 # This is where the private symbol list is:
600 $file = "$dir/check.dynamic.private";
666 # Given the symbols and counts of private symbols used by all binaries
684 gettext("%d binaries used %s, %d of these used private symbols");
692 # Given the public/private symbol and library usage information for a
698 my ($dir, $public, $sym_public, $private, $sym_private) = @_;
731 foreach $lib (keys(%$public), keys(%$private)) {
776 $priv = $private->{$lib};
827 " %d private symbols are used:\n"), $lib2);