Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_sections.c41 if ((ds = calloc(1, sizeof(struct _Dwarf_P_Section))) == NULL) { in _dwarf_section_init()
81 STAILQ_REMOVE(&dbg->dbgp_seclist, ds, _Dwarf_P_Section, in _dwarf_section_free()
270 STAILQ_REMOVE(&dbg->dbgp_seclist, ds, _Dwarf_P_Section, in _dwarf_section_cleanup()
H A D_libdwarf.h350 typedef struct _Dwarf_P_Section { struct
357 STAILQ_ENTRY(_Dwarf_P_Section) ds_next; /* Next section in the list. */ argument
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. */
471 STAILQ_HEAD(, _Dwarf_P_Section) dbgp_seclist;