Lines Matching refs:sym
298 my ($line, $area, $extent, $type, $sym, $obj);
312 ($obj, $area, $extent, $type, $sym) = split(/\|/, $line);
314 $symbols{$sym} = 1;
381 my ($to, $sym, $from, $binary, $line);
434 ($binary, $from, $to, $sym) = split(/\|/, $_, 4);
442 next if (exists($skip_symbols{$sym}));
446 push(@unbound_list, "$from|$sym");
476 push(@symbol_list, "$from|$to|$abi|$sym");
716 my ($case, $abis, $sym, $class, $count);
720 ($sym, $abis, $class) = split(/\|/, $case);
722 $model{"$lib|$abi|$sym"} = $class;
1016 my ($app, $caller, $lib, $base, $sym);
1028 ($app, $caller, $lib, $sym) = split(/\|/, $_, 4);
1031 next if (exists($skip_symbols{$sym}));
1033 push(@profile, "$lib|$sym|$caller");
1046 push(@profile_short, "$lib|$sym|$caller");
1088 ($lib, $sym, $caller) = split(/\|/, $libsymcaller, 3);
1094 $direct_syms{$sym} = 1;
1095 next unless (exists($scoped_symbol_all{$sym}));
1105 if (exists($scoped_symbol{"$lib|$sym"}) ||
1106 exists($scoped_symbol{"$base|$sym"})) {
1111 $scoped_msg .= "$base:$sym ";
1112 $scoped_list .= "$path_to_object|$caller|$lib|$sym\n";
1115 exists($scoped_symbol_all{$sym})) {
1130 foreach $sc_val (split(/,/, $scoped_symbol_all{$sym})) {
1149 $scoped_msg .= "<unbound>:$sym ";
1151 "$path_to_object|$caller|$lib|$sym\n";
1199 ($lib, $sym, $caller) = split(/\|/, $tmp, 3);
1201 $sym_star{$tag0} = 1 if ($sym eq '*');
1210 } elsif ($sym ne '*' && ! $direct_syms{$sym}) {
1247 ($lib, $sym, $caller) = split(/\|/, $libsymcaller, 3);
1268 $s_t = $sym;