insert_nostub_comments.hss 816 B

123456789101112131415161718192021
  1. [Main]
  2. Title=__ld_insert_nostub_comments
  3. Index=_nostub_data__????, NoStub Data Exports, NoStub Comments
  4. [Top]
  5. __ld_insert_nostub_comments is used to export data symbols in the NoStub
  6. comment header. It treats all symbols that are declared external and look
  7. like &quot;_nostub_data__<I>index</I>&quot; as exported entries.
  8. <I>index</I> is a hexadecimal number which must have exactly 4 digits.
  9. <BR><BR>
  10. __ld_insert_nostub_comments inserts data exports in the format used by
  11. the NoStub comment specification:
  12. <UL>
  13. <LI>For each exported item (in ascending ID order)...
  14. <UL>
  15. <LI><B>2 bytes:</B> <I>export ID</I> (type index of the export, as
  16. specified after the double underscore)</LI>
  17. <LI><B>2 bytes:</B> <I>location</I> (offset from the beginning of the
  18. program)</LI>
  19. </UL></LI>
  20. </UL>