Searched refs:_Dwarf_AttrValue (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/lib/libdwarf/
H A D_libdwarf.h77 struct _Dwarf_AttrValue { struct
86 STAILQ_ENTRY(_Dwarf_AttrValue)
97 STAILQ_HEAD(, _Dwarf_AttrValue)
H A Ddwarf_finish.c65 STAILQ_REMOVE(&die->die_attrval, av, _Dwarf_AttrValue, av_next);
H A Ddwarf_attrval.c53 if ((av = malloc(sizeof(struct _Dwarf_AttrValue))) == NULL) {
58 memcpy(av, avref, sizeof(struct _Dwarf_AttrValue));
H A Dlibdwarf.h47 typedef struct _Dwarf_AttrValue *Dwarf_AttrValue;
H A Ddwarf_init.c332 struct _Dwarf_AttrValue avref;

Completed in 53 milliseconds