Lines Matching full:symbols
45 my %symbols;
129 push @{$symbols{$content}->{file}}, " $file:" . ($ln - 1);
138 $symbols{$w}->{xref} = $what;
149 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what});
243 $symbols{$w}->{xref} = $what;
314 $cur_part = "Symbols under $1";
428 if ($data{$what}->{symbols}) {
431 foreach my $content(@{$data{$what}->{symbols}}) {
432 my $label = $data{$symbols{$content}->{xref}}->{label};
452 # Searches for ABI symbols
515 foreach my $what(sort keys %symbols) {
516 my @files = @{$symbols{$what}->{file}};
586 allowing to search for ABI symbols or to produce a ReST book containing
591 Search for all stable symbols with the word "usb":
599 Search for all symbols that match the regex expression "usb.*cap":
607 Output all obsoleted symbols in ReST format