Searched refs:_Dwarf_P_Section (Results 1 – 2 of 2) sorted by relevance
41 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()
350 typedef struct _Dwarf_P_Section { struct357 STAILQ_ENTRY(_Dwarf_P_Section) ds_next; /* Next section in the list. */ argument371 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;