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

  /external/elfutils/0.153/libdw/
libdw.h 147 } Dwarf_Attribute;
396 int (*callback) (Dwarf_Attribute *, void *),
405 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigned int search_name,
406 Dwarf_Attribute *result)
414 extern Dwarf_Attribute *dwarf_attr_integrate (Dwarf_Die *die,
416 Dwarf_Attribute *result)
424 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form);
427 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr);
430 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr);
434 extern const char *dwarf_formstring (Dwarf_Attribute *attrp)
    [all...]
  /external/elfutils/elfutils/
libdw.h 147 } Dwarf_Attribute;
396 int (*callback) (Dwarf_Attribute *, void *),
405 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigned int search_name,
406 Dwarf_Attribute *result)
414 extern Dwarf_Attribute *dwarf_attr_integrate (Dwarf_Die *die,
416 Dwarf_Attribute *result)
424 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form);
427 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr);
430 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr);
434 extern const char *dwarf_formstring (Dwarf_Attribute *attrp)
    [all...]

Completed in 919 milliseconds