Lines Matching refs:pclist
1406 my @pclist = (); # pcs in sorted order
1412 push(@pclist, HexExtend($1));
1413 $pcs->{$pclist[-1]} = 1;
1422 foreach my $pc (@pclist) {
5087 my $pclist = shift;
5093 if ($#{$pclist} < 0) { return; }
5106 MapSymbolsWithNM($image, $offset, $pclist, $symbols);
5118 MapSymbolsWithNM($image, $offset, $pclist, $nm_symbols);
5133 for (my $i = 0; $i <= $#{$pclist}; $i++) {
5135 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]); }
5136 printf ADDRESSES ("%s\n", AddressSub($pclist->[$i], $offset));
5152 my $count = 0; # Index in pclist
5169 my $pcstr = $pclist->[$count];
5216 my $pclist = shift;
5230 foreach my $pc (@{$pclist}) {
5241 foreach my $pc (sort { $a cmp $b } @{$pclist}) {