Home | History | Annotate | Download | only in config

Lines Matching full:new_lpc

4138       label_prologue_count *new_lpc = xmalloc (sizeof (* new_lpc));
4140 new_lpc->next = unwind.saved_prologue_counts;
4141 new_lpc->label_number = lbl;
4142 new_lpc->prologue_count = count;
4143 unwind.saved_prologue_counts = new_lpc;