Searched refs:_Dwarf_Attribute (Results 1 – 5 of 5) sorted by relevance
64 _Dwarf_Attribute, at_next); in dwarf_dealloc()
40 if ((at = calloc(1, sizeof(struct _Dwarf_Attribute))) == NULL) { in _dwarf_attr_alloc()60 memcpy(at, atref, sizeof(struct _Dwarf_Attribute)); in _dwarf_attr_add()102 struct _Dwarf_Attribute atref; in _dwarf_attr_init()
101 struct _Dwarf_Attribute { struct119 STAILQ_ENTRY(_Dwarf_Attribute) at_next; /* Next attribute. */ argument147 STAILQ_HEAD(, _Dwarf_Attribute) die_attr; /* List of attributes. */
47 typedef struct _Dwarf_Attribute *Dwarf_Attribute;48 typedef struct _Dwarf_Attribute *Dwarf_P_Attribute;
450 STAILQ_REMOVE(&die->die_attr, at, _Dwarf_Attribute, in _dwarf_die_pro_cleanup()