Home | History | Annotate | Download | only in libdw

Lines Matching defs:Dwarf_Abbrev

114 typedef struct Dwarf_Abbrev Dwarf_Abbrev;
117 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l)
164 Dwarf_Abbrev *abbrev;
516 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
521 Dwarf_Abbrev *abbrevp)
525 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
528 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
531 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
534 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
538 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,