Searched refs:_Dwarf_P_Section (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_sections.c41 if ((ds = calloc(1, sizeof(struct _Dwarf_P_Section))) == NULL) {
81 STAILQ_REMOVE(&dbg->dbgp_seclist, ds, _Dwarf_P_Section,
270 STAILQ_REMOVE(&dbg->dbgp_seclist, ds, _Dwarf_P_Section,
H A D_libdwarf.h350 typedef struct _Dwarf_P_Section { struct
357 STAILQ_ENTRY(_Dwarf_P_Section) ds_next; /* Next section in the list. */
371 struct _Dwarf_P_Section *drs_ds; /* Ptr to actual reloc ELF section. */
372 struct _Dwarf_P_Section *drs_ref; /* Which debug section it refers. */
470 STAILQ_HEAD(, _Dwarf_P_Section) dbgp_seclist;

Completed in 113 milliseconds