• Home
  • Raw
  • Download

Lines Matching refs:Dwarf_Attribute

128 } Dwarf_Attribute;  typedef
431 int (*callback) (Dwarf_Attribute *, void *),
440 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigned int search_name,
441 Dwarf_Attribute *result)
449 extern Dwarf_Attribute *dwarf_attr_integrate (Dwarf_Die *die,
451 Dwarf_Attribute *result)
459 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form);
462 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr);
465 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr);
469 extern const char *dwarf_formstring (Dwarf_Attribute *attrp);
472 extern int dwarf_formudata (Dwarf_Attribute *attr, Dwarf_Word *return_uval)
476 extern int dwarf_formsdata (Dwarf_Attribute *attr, Dwarf_Sword *return_uval)
480 extern int dwarf_formaddr (Dwarf_Attribute *attr, Dwarf_Addr *return_addr)
485 extern int dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
489 extern Dwarf_Die *dwarf_formref_die (Dwarf_Attribute *attr, Dwarf_Die *die_mem)
493 extern int dwarf_formblock (Dwarf_Attribute *attr, Dwarf_Block *return_block)
497 extern int dwarf_formflag (Dwarf_Attribute *attr, bool *return_bool)
674 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
685 extern int dwarf_getlocation_addr (Dwarf_Attribute *attr, Dwarf_Addr address,
700 extern ptrdiff_t dwarf_getlocations (Dwarf_Attribute *attr,
708 extern int dwarf_getlocation_implicit_value (Dwarf_Attribute *attr,
718 extern int dwarf_getlocation_implicit_pointer (Dwarf_Attribute *attr,
720 Dwarf_Attribute *result)
730 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
741 extern int dwarf_getlocation_attr (Dwarf_Attribute *attr,
743 Dwarf_Attribute *result)
924 Dwarf_Attribute *attribute);
1010 dwarf_whatattr (Dwarf_Attribute *attr) in dwarf_whatattr()
1017 dwarf_whatform (Dwarf_Attribute *attr) in dwarf_whatform()