Lines Matching refs:symbols
65 my %symbols;
152 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1);
161 $symbols{$w}->{xref} = $what;
172 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what});
267 $symbols{$w}->{xref} = $what;
313 my $symbols = qr { ([\x01-\x08\x0e-\x1f\x21-\x2f\x3a-\x40\x7b-\xff]) }x;
359 $name =~ s/$symbols/\\$1/g;
442 # Seek for cross reference symbols like /sys/...
450 $xref =~ s/$symbols/\\$1/g;
484 if ($data{$what}->{symbols}) {
487 foreach my $content(@{$data{$what}->{symbols}}) {
488 my $label = $data{$symbols{$content}->{xref}}->{label};
508 # Searches for ABI symbols
886 # Escape all other symbols
970 foreach my $what(sort keys %symbols) {
971 my @files = @{$symbols{$what}->{file}};
1003 B<undefined> - existing symbols at the system that aren't
1039 Show hints about possible definitions for the missing ABI symbols.
1060 allowing to search for ABI symbols or to produce a ReST book containing
1065 Search for all stable symbols with the word "usb":
1073 Search for all symbols that match the regex expression "usb.*cap":
1081 Output all obsoleted symbols in ReST format