Searched refs:shares (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dsymcheck.pl85 # Build up requires, provides and shares symbol tables for global
96 $category = "shares";
111 my @shares = keys %{$info->{shares}};
113 if ( ( @provides == 0 ) && ( @shares == 1 ) ) {
116 @provides = @shares;
117 @shares = ();
120 if ( ( @requires > 0 ) && ( @provides == 0 ) && ( @shares == 0 ) ) {
138 if ( ( @shares > 0 ) && ( @provides > 0 ) ) {

Completed in 86 milliseconds