Lines Matching refs:pclist
1340 my @pclist = (); # pcs in sorted order
1346 push(@pclist, HexExtend($1));
1347 $pcs->{$pclist[-1]} = 1;
1356 foreach my $pc (@pclist) {
4653 my $pclist = shift;
4659 if ($#{$pclist} < 0) { return; }
4672 MapSymbolsWithNM($image, $offset, $pclist, $symbols);
4684 MapSymbolsWithNM($image, $offset, $pclist, $nm_symbols);
4699 for (my $i = 0; $i <= $#{$pclist}; $i++) {
4701 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]); }
4702 printf ADDRESSES ("%s\n", AddressSub($pclist->[$i], $offset));
4718 my $count = 0; # Index in pclist
4735 my $pcstr = $pclist->[$count];
4782 my $pclist = shift;
4796 foreach my $pc (@{$pclist}) {
4807 foreach my $pc (sort { $a cmp $b } @{$pclist}) {