as: Reloc

1 
1 7.75 '.reloc OFFSET, RELOC_NAME[, EXPRESSION]'
1 ==============================================
1 
1 Generate a relocation at OFFSET of type RELOC_NAME with value
1 EXPRESSION.  If OFFSET is a number, the relocation is generated in the
1 current section.  If OFFSET is an expression that resolves to a symbol
1 plus offset, the relocation is generated in the given symbol's section.
1 EXPRESSION, if present, must resolve to a symbol plus addend or to an
1 absolute value, but note that not all targets support an addend.  e.g.
1 ELF REL targets such as i386 store an addend in the section contents
1 rather than in the relocation.  This low level interface does not
1 support addends stored in the section.
1