Searched defs:Dwarf_Abbrev (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/0.153/libdw/
H A Dlibdw.h114 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef in typeref:struct: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 *abbre
[all...]
H A DlibdwP.h210 struct Dwarf_Abbrev struct
408 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
413 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
415 Dwarf_Abbrev *result)
/external/elfutils/elfutils/
H A Dlibdw.h114 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef in typeref:struct: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 *abbre
[all...]

Completed in 75 milliseconds