insert_fargo021_relocs.hss 1.0 KB

123456789101112131415161718192021
  1. [Main]
  2. Title=__ld_insert_fargo021_relocs
  3. See Also=insert_compressed_relocs: __ld_insert_compressed_relocs, insert_kernel_relocs: __ld_insert_kernel_relocs
  4. [Top]
  5. __ld_insert_fargo021_relocs inserts relocs in the compressed format used by
  6. Fargo 0.2.1. For more information on inserting and processing relocs, see
  7. <A HREF="$$LINK(insert_kernel_relocs)">__ld_insert_kernel_relocs</A>.
  8. <BR><BR>
  9. This insertion is the same as
  10. <A HREF="$$LINK(insert_compressed_relocs)">__ld_insert_compressed_relocs</A>,
  11. except that the the reference symbol used if there is no previous reloc (i.e.
  12. for the first reloc) is <CODE>__ld_fargo021_relocs_ref</CODE>. It is expected
  13. by Fargo to be at a fixed position: the position of the format flag in the
  14. Fargo header. This is currently handled by the definition of the Fargo header.
  15. <BR><BR>
  16. Fargo support must be compiled in for this insertion to be defined.
  17. <BR><BR>
  18. <B>Note:</B> The limitations of
  19. <A HREF="$$LINK(insert_kernel_relocs)">__ld_insert_kernel_relocs</A> also
  20. apply to this insertion.