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

/freebsd-10.1-release/lib/libdwarf/
H A D_libdwarf.h112 struct _Dwarf_Abbrev { struct
118 STAILQ_ENTRY(_Dwarf_Abbrev)
134 STAILQ_HEAD(, _Dwarf_Abbrev)
H A Ddwarf_abbrev.c38 if ((a = malloc(sizeof(struct _Dwarf_Abbrev))) == NULL) {
H A Ddwarf_finish.c81 STAILQ_REMOVE(&cu->cu_abbrev, ab, _Dwarf_Abbrev, a_next);
H A Dlibdwarf.h44 typedef struct _Dwarf_Abbrev *Dwarf_Abbrev;

Completed in 96 milliseconds