Home
last modified time | relevance | path

Searched refs:_Dwarf_Attribute (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_dealloc.c64 _Dwarf_Attribute, at_next); in dwarf_dealloc()
H A Dlibdwarf_attr.c40 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()
H A D_libdwarf.h101 struct _Dwarf_Attribute { struct
119 STAILQ_ENTRY(_Dwarf_Attribute) at_next; /* Next attribute. */ argument
147 STAILQ_HEAD(, _Dwarf_Attribute) die_attr; /* List of attributes. */
H A Dlibdwarf.h47 typedef struct _Dwarf_Attribute *Dwarf_Attribute;
48 typedef struct _Dwarf_Attribute *Dwarf_P_Attribute;
H A Dlibdwarf_die.c450 STAILQ_REMOVE(&die->die_attr, at, _Dwarf_Attribute, in _dwarf_die_pro_cleanup()