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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_util.c200 Dwarf_Abbrev_List listent = entry_in->at_head; local
203 for ( ; listent ; listent = nextlistent) {
204 unsigned newtmp = listent->ab_code;
207 nextlistent = listent->ab_next;
212 listent->ab_next = e->at_head;
213 e->at_head = listent;

Completed in 190 milliseconds