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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-02
|
329 b
|
19 lines
/*
dwarf_abbrev.h
$Revision: 1.5 $ $Date: 1993/08/16 23:16:46 $
Abbreviations table: used by libdwarf consumer:
internal to libdwarf.
*/
struct Dwarf_Abbrev_s {
Dwarf_Word ab_code;
Dwarf_Half ab_tag;
Dwarf_Small ab_has_child;
Dwarf_Byte_Ptr ab_abbrev_ptr;
Dwarf_Debug ab_dbg;
};