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

  1. /*
  2.     dwarf_loc.h
  3.  
  4.     $Revision: 1.3 $        $Date: 1993/07/19 22:37:18 $
  5. */
  6.  
  7. typedef struct Dwarf_Loc_Chain_s    *Dwarf_Loc_Chain;
  8.  
  9. struct Dwarf_Loc_Chain_s {
  10.     Dwarf_Small        lc_atom;
  11.     Dwarf_Unsigned    lc_number;
  12.     Dwarf_Unsigned    lc_number2;
  13.     Dwarf_Unsigned    lc_offset;
  14.     Dwarf_Loc_Chain    lc_next;
  15. };
  16.