Home
last modified time | relevance | path

Searched refs:direct_syms (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm93 &direct_syms
486 sub direct_syms subroutine
495 my $direct_syms = '';
511 $direct_syms .= "$sym\n";
515 return $direct_syms;
H A Dsymcheck.pl1011 my (@profile, @profile_short, %direct_syms, $file);
1094 $direct_syms{$sym} = 1;
1210 } elsif ($sym ne '*' && ! $direct_syms{$sym}) {