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

/external/elfutils/libdw/
H A Dlibdw.h147 } Dwarf_Attribute; typedef in typeref:struct:__anon5806
274 int (*callback) (Dwarf_Attribute *, void *),
283 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigned int search_name,
284 Dwarf_Attribute *result)
292 extern Dwarf_Attribute *dwarf_attr_integrate (Dwarf_Die *die,
294 Dwarf_Attribute *result)
302 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form);
305 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr);
308 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr);
312 extern const char *dwarf_formstring (Dwarf_Attribute *attr
[all...]

Completed in 15 milliseconds