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 114 typedef struct Dwarf_Abbrev Dwarf_Abbrev;
117 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l)
164 Dwarf_Abbrev *abbrev;
394 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
399 Dwarf_Abbrev *abbrevp)
403 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
406 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
409 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
412 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp
    [all...]
libdwP.h 195 struct Dwarf_Abbrev
366 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
371 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
373 Dwarf_Abbrev *result)

Completed in 45 milliseconds