Searched refs:_Dwarf_Attribute (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/lib/libdwarf/
H A D_libdwarf.h105 struct _Dwarf_Attribute { struct
108 STAILQ_ENTRY(_Dwarf_Attribute)
116 STAILQ_HEAD(, _Dwarf_Attribute)
H A Ddwarf_attr.c76 if ((at = malloc(sizeof(struct _Dwarf_Attribute))) == NULL) {
H A Ddwarf_finish.c77 STAILQ_REMOVE(&ab->a_attrib, at, _Dwarf_Attribute, at_next);
H A Dlibdwarf.h46 typedef struct _Dwarf_Attribute *Dwarf_Attribute;

Completed in 92 milliseconds