Home | History | Annotate | Download | only in libdw

Lines Matching refs:Dwarf_Abbrev

70 typedef struct Dwarf_Abbrev Dwarf_Abbrev;
127 Dwarf_Abbrev *abbrev;
293 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
298 Dwarf_Abbrev *abbrevp)
302 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
305 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
308 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
311 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
315 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,