Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c77 if ((ad = malloc(sizeof(struct _Dwarf_AttrDef))) == NULL) { in _dwarf_attrdef_add()
213 STAILQ_REMOVE(&ab->ab_attrdef, ad, _Dwarf_AttrDef, in _dwarf_abbrev_cleanup()
H A Ddwarf_dealloc.c55 STAILQ_REMOVE(&ab->ab_attrdef, ad, _Dwarf_AttrDef, in dwarf_dealloc()
H A D_libdwarf.h94 struct _Dwarf_AttrDef { struct
98 STAILQ_ENTRY(_Dwarf_AttrDef) ad_next; /* Next attribute define. */ argument
130 STAILQ_HEAD(, _Dwarf_AttrDef) ab_attrdef; /* List of attribute defs. */
H A Dlibdwarf_die.c430 STAILQ_REMOVE(&ab->ab_attrdef, ad, _Dwarf_AttrDef, in _dwarf_die_gen()
H A Dlibdwarf.h49 typedef struct _Dwarf_AttrDef *Dwarf_AttrDef;