Lines Matching refs:problems
181 my (%problems);
206 $problems{'private_syms'} += $1;
208 $problems{'unbound_syms'} += $1;
211 $problems{'unrecognized_syms'} += $1;
214 $problems{'no_dynamic_bindings'} .= "$1, ";
217 $problems{'static_linking'} .= "$1, ";
219 $problems{'completely_static'}++;
221 $problems{'scoped_symbols'} .= "$1, ";
223 $problems{'warnings'} .= "$1|";
226 $problems{'warnings'} .= "$1|";
256 if ($m = $problems{'private_syms'}) {
262 if ($m = $problems{'unbound_syms'}) {
277 if ($m = $problems{'unrecognized_syms'}) {
292 if ($m = $problems{'static_linking'}) {
309 if ($problems{'completely_static'}) {
324 } elsif ($m = $problems{'no_dynamic_bindings'}) {
339 if ($m = $problems{'scoped_symbols'}) {
358 if ($m = $problems{'warnings'}) {