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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.c88 Dwarf_Loc_Chain prev_loc = NULL; local
471 head_loc = prev_loc = curr_loc;
473 prev_loc->lc_next = curr_loc;
474 prev_loc = curr_loc;
492 prev_loc = curr_loc;
494 dwarf_dealloc(dbg, prev_loc, DW_DLA_LOC_CHAIN);

Completed in 59 milliseconds