Home | History | Annotate | Download | only in contrib

Lines Matching refs:GLOB

9 # Each glob pattern, C++ mangled pattern or literal in the input script is
103 if ($bind !~ /^(GLOB|WEAK)/ or $oth ne "D") {
151 # The various types of glob patterns.
153 # A glob pattern that is to be applied to the demangled name: 'cxx'.
154 # A glob patterns that applies directly to the name in the .o files: 'glob'.
158 my $glob = 'glob';
189 $glob = 'glob';
201 $glob = 'glob';
241 $glob = 'ign';
249 $glob = 'cxx';
262 # Turn the glob into a regex by replacing '*' with '.*', '?' with '.'.
267 if ($glob eq 'ign') {
273 # Print the glob commented for human readers.
274 print "$ws##$ptn ($glob)\n";
278 if ($glob eq 'glob') {
292 } elsif ($glob eq 'cxx') {