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

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf1.c38 struct dwarf1_unit* lastUnit; member in struct:dwarf1_debug
61 /* Linked starting from stash->lastUnit. */
135 then attached into the 'stash' at 'stash->lastUnit'. */
143 x->prev = stash->lastUnit;
144 stash->lastUnit = x;
505 for (eachUnit = stash->lastUnit; eachUnit; eachUnit = eachUnit->prev)

Completed in 56 milliseconds