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

/external/elfutils/include/elfutils/
H A Dlibdw.h94 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef in typeref:struct:Dwarf_Abbrev
97 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l)
145 Dwarf_Abbrev *abbrev;
551 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
556 Dwarf_Abbrev *abbrevp)
560 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
563 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
566 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
569 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbre
[all...]
/external/elfutils/libdw/
H A Dlibdw.h94 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef in typeref:struct:Dwarf_Abbrev
97 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l)
145 Dwarf_Abbrev *abbrev;
551 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
556 Dwarf_Abbrev *abbrevp)
560 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
563 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
566 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
569 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbre
[all...]
H A DlibdwP.h212 struct Dwarf_Abbrev struct
447 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
452 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
454 Dwarf_Abbrev *result)
459 static inline Dwarf_Abbrev *

Completed in 113 milliseconds