Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c200 Dwarf_Abbrev_List listent = entry_in->at_head; in copy_abbrev_table_to_new_table() local
203 for ( ; listent ; listent = nextlistent) { in copy_abbrev_table_to_new_table()
204 unsigned newtmp = listent->ab_code; in copy_abbrev_table_to_new_table()
207 nextlistent = listent->ab_next; in copy_abbrev_table_to_new_table()
212 listent->ab_next = e->at_head; in copy_abbrev_table_to_new_table()
213 e->at_head = listent; in copy_abbrev_table_to_new_table()