Home
last modified time | relevance | path

Searched defs:Dwarf_Abbrev (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/libdw/
DlibdwP.h255 struct Dwarf_Abbrev struct
257 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. */
Dlibdw.h77 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef