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

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c142 if ((drs = calloc(1, sizeof(struct _Dwarf_Rel_Section))) == NULL) {
194 STAILQ_REMOVE(&dbg->dbgp_drslist, drs, _Dwarf_Rel_Section,
480 STAILQ_REMOVE(&dbg->dbgp_drslist, drs, _Dwarf_Rel_Section,
H A D_libdwarf.h370 typedef struct _Dwarf_Rel_Section { struct
378 STAILQ_ENTRY(_Dwarf_Rel_Section) drs_next; /* Next reloc section. */
474 STAILQ_HEAD(, _Dwarf_Rel_Section) dbgp_drslist;

Completed in 178 milliseconds