HomeSort by relevance Sort by last modified time
    Searched defs:Dwarf_Abbrev (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdw/
libdw.h 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
    [all...]
libdwP.h 156 struct Dwarf_Abbrev
293 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
298 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
300 Dwarf_Abbrev *result)

Completed in 33 milliseconds