home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / libdwarf / dwarf_abbrev.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  329 b   |  19 lines

  1. /*
  2.     dwarf_abbrev.h
  3.  
  4.     $Revision: 1.5 $              $Date: 1993/08/16 23:16:46 $
  5.  
  6.     Abbreviations table: used by libdwarf consumer:
  7.     internal to libdwarf.
  8.  
  9. */
  10.  
  11.  
  12. struct Dwarf_Abbrev_s {
  13.     Dwarf_Word        ab_code;
  14.     Dwarf_Half        ab_tag;
  15.     Dwarf_Small        ab_has_child;
  16.     Dwarf_Byte_Ptr        ab_abbrev_ptr;
  17.     Dwarf_Debug        ab_dbg;
  18. };
  19.