Home
last modified time | relevance | path

Searched refs:_Dwarf_CU (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_info.c168 if ((cu = calloc(1, sizeof(struct _Dwarf_CU))) == NULL) { in _dwarf_info_load()
261 STAILQ_REMOVE(&dbg->dbg_cu, cu, _Dwarf_CU, cu_next); in _dwarf_info_cleanup()
281 STAILQ_REMOVE(&dbg->dbg_tu, cu, _Dwarf_CU, cu_next); in _dwarf_type_unit_cleanup()
302 if ((cu = calloc(1, sizeof(struct _Dwarf_CU))) == NULL) { in _dwarf_info_gen()
364 STAILQ_REMOVE(&dbg->dbg_cu, cu, _Dwarf_CU, cu_next); in _dwarf_info_gen()
379 STAILQ_REMOVE(&dbg->dbg_cu, cu, _Dwarf_CU, cu_next); in _dwarf_info_pro_cleanup()
H A D_libdwarf.h92 typedef struct _Dwarf_CU *Dwarf_CU;
319 struct _Dwarf_CU { struct
340 STAILQ_ENTRY(_Dwarf_CU) cu_next; /* Next compilation unit. */ argument
413 STAILQ_HEAD(, _Dwarf_CU) dbg_cu;/* List of compilation units. */
414 STAILQ_HEAD(, _Dwarf_CU) dbg_tu;/* List of type units. */