Lines Matching refs:length
219 local ($address, $offset, $length, $value) = @_;
221 print STDERR "Patching $address at offset $offset, length $length to $value\n";
225 $mask = ($inverted_masks[$length] << ($offset * 8));
244 local ($value, $word, $offset, $length) = @_;
262 print STDERR "Referencing symbol $1, length = $length in $_\n" if ($debug);
266 "$symbol_references{$symbol} $relative,$tmp,$length";
272 $symbol_references{$symbol} = "$relative,$tmp,$length";
277 &patch ($address + $word, $offset, $length, $value);
814 $length = $3;
817 size $length\n"
820 &patch ($address / 4, $address % 4, $length, $symbol_values{$i});
831 $length = $3;
835 size $length\n"
839 "$0 : symbol $label has invalid reference at $address, size $length\n"
840 if ((($address % 4) !=0) || ($length != 4));
862 $length = $3;
864 if ((($address % 4) !=0) || ($length != 4)) {
945 $length = $3;