• Home
  • Raw
  • Download

Lines Matching refs:Dwarf_Attribute

111 } Dwarf_Attribute;  typedef
460 int (*callback) (Dwarf_Attribute *, void *),
469 extern Dwarf_Attribute *dwarf_attr (Dwarf_Die *die, unsigned int search_name,
470 Dwarf_Attribute *result)
485 extern Dwarf_Attribute *dwarf_attr_integrate (Dwarf_Die *die,
487 Dwarf_Attribute *result)
495 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form);
498 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr);
501 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr);
505 extern const char *dwarf_formstring (Dwarf_Attribute *attrp);
508 extern int dwarf_formudata (Dwarf_Attribute *attr, Dwarf_Word *return_uval)
512 extern int dwarf_formsdata (Dwarf_Attribute *attr, Dwarf_Sword *return_uval)
516 extern int dwarf_formaddr (Dwarf_Attribute *attr, Dwarf_Addr *return_addr)
521 extern int dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
525 extern Dwarf_Die *dwarf_formref_die (Dwarf_Attribute *attr, Dwarf_Die *die_mem)
529 extern int dwarf_formblock (Dwarf_Attribute *attr, Dwarf_Block *return_block)
533 extern int dwarf_formflag (Dwarf_Attribute *attr, bool *return_bool)
752 extern int dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **expr,
763 extern int dwarf_getlocation_addr (Dwarf_Attribute *attr, Dwarf_Addr address,
778 extern ptrdiff_t dwarf_getlocations (Dwarf_Attribute *attr,
786 extern int dwarf_getlocation_implicit_value (Dwarf_Attribute *attr,
796 extern int dwarf_getlocation_implicit_pointer (Dwarf_Attribute *attr,
798 Dwarf_Attribute *result)
808 extern int dwarf_getlocation_die (Dwarf_Attribute *attr,
819 extern int dwarf_getlocation_attr (Dwarf_Attribute *attr,
821 Dwarf_Attribute *result)
1015 Dwarf_Attribute *attribute);
1103 dwarf_whatattr (Dwarf_Attribute *attr) in dwarf_whatattr()
1110 dwarf_whatform (Dwarf_Attribute *attr) in dwarf_whatform()