home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / wizards / 3801 < prev    next >
Encoding:
Text File  |  1992-09-04  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!dstewart
  3. From: dstewart+@cs.cmu.edu (David B Stewart)
  4. Subject: Question on COFF file format
  5. Message-ID: <Bu2AJL.43K.1@cs.cmu.edu>
  6. Sender: news@cs.cmu.edu (Usenet News System)
  7. Nntp-Posting-Host: ius4.ius.cs.cmu.edu
  8. Cc: dstewart
  9. Organization: The Robotics Institute, Carnegie Mellon University
  10. Date: Fri, 4 Sep 1992 16:16:30 GMT
  11. Lines: 25
  12.  
  13.  
  14. I am writing a program which must read in an i860 COFF file.
  15.  
  16. Is there any way of knowing the size of the string table before
  17. the table is read in?
  18.  
  19. The header information gives the sizes of everything else, but not
  20. for the string table.  However, to be able to allocate memory to
  21. store the string table, I have to know its size, but that doesn't
  22. seem to be available.
  23.  
  24. If the size isn't available, is there a customary way of reading
  25. the string table, as used by loaders which must read the COFF file?
  26.  
  27. Please respond via email.
  28.  
  29. Thanks a whole bunch!
  30.  
  31. ~dave
  32.  
  33. -------------------------------------------------------------------------------
  34. David B. Stewart  - email: <dstewart@cmu.edu>            The Robotics Institute
  35. snail mail:       - ECE Dept., Carnegie Mellon University, Pittsburgh, PA 15213
  36. Current Projects: - Chimera 3.0 Real-Time Operating System
  37.           - Reconfigurable Sensor-Based Control Systems
  38.