Searched defs:Dwarf_Abbrev (Results 1 – 2 of 2) sorted by relevance
255 struct Dwarf_Abbrev struct257 Dwarf_Off offset; /* Offset to start of abbrev into .debug_abbrev. */258 unsigned char *attrp; /* Pointer to start of attribute name/form pairs. */259 bool has_children : 1; /* Whether or not the DIE has children. */260 unsigned int code : 31; /* The (unique) abbrev code. */261 unsigned int tag; /* The tag of the DIE. */
77 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef