Lines Matching refs:target
40 my $target = "0";
162 $target = $1;
165 $target = $1;
186 my $decodestart = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$func_offset");
187 my $decodestop = Math::BigInt->from_hex("0x$target") + 8192;
188 if ($target eq "0") {
209 …$vmaoffset = Math::BigInt->from_hex("0x$target") - Math::BigInt->from_hex("0x$fu") - Math::BigInt-…
222 my ($address, $target) = @_;
224 my $ta = "0x".$target;
245 if (InRange($1, $target)) {
253 if (!InRange($val, $target)) {
256 if ($val eq $target) {