Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:prev_next_ptr

313    DebugInfo** prev_next_ptr = &debugInfo_list;
328 vg_assert(*prev_next_ptr == curr);
329 *prev_next_ptr = curr->next;
335 prev_next_ptr = &curr->next;