Lines Matching full:relative
187 @relative = (); # Array of relative names
222 # an identifier or constant, $word is the word offset relative to
227 # relative to $address, and that the %symbol_references table is
237 $relative = 'REL';
240 print STDERR "Relative reference $symbol\n" if ($debug);
242 $relative = 'ABS';
253 "$symbol_references{$symbol} $relative,$tmp,$length";
259 $symbol_references{$symbol} = "$relative,$tmp,$length";
399 # Handle symbol definitions of the form ABSOLUTE or RELATIVE identifier =
401 if (/^\s*(ABSOLUTE|RELATIVE)\s+(.*)/i) {
413 push (@relative, $id);
707 # Relative jump.
803 "$0 : $symbol $i has invalid relative reference at address $address,
821 "$0 : symbol $label is external, has invalid relative reference at $address,
862 # - Relative jumps, etc. are relative to the DSP of the _next_ instruction
870 # Relative addressing is limited to 24 bits.
872 relative/\n" if (($tmp >= 0x80_00_00) || ($tmp < -0x80_00_00));