Lines Matching refs:last_ptr
6633 unw_rec_list *last_ptr;
6637 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next)
6640 last_ptr = ptr;
6641 if (last_ptr)
6643 /* Make last_ptr point one after the last prologue/body
6645 last_ptr = last_ptr->next;
6646 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr;
6654 md.slot[curr].unwind_record = last_ptr;