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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.c87 Dwarf_Loc_Chain curr_loc = NULL; local
120 curr_loc =
123 if (curr_loc == NULL) {
127 curr_loc->lc_offset = offset;
128 curr_loc->lc_atom = atom;
467 curr_loc->lc_number = operand1;
468 curr_loc->lc_number2 = operand2;
471 head_loc = prev_loc = curr_loc;
473 prev_loc->lc_next = curr_loc;
474 prev_loc = curr_loc;
[all...]

Completed in 57 milliseconds