Searched refs:proc_pending (Results 1 – 2 of 2) sorted by relevance
758 typedef struct proc_pending struct761 struct proc_pending *next; argument762 } proc_pending; typedef775 proc_pending proc_pending; member3223 if (unwind.proc_pending.sym in in_procedure()4253 proc_pending *pending, *last_pending; in dot_proc()4255 if (unwind.proc_pending.sym) in dot_proc()4260 while (unwind.proc_pending.next) in dot_proc()4262 pending = unwind.proc_pending.next; in dot_proc()4263 unwind.proc_pending.next = pending->next; in dot_proc()[all …]
2029 * config/tc-ia64.c (struct proc_pending): New.2030 (unwind): Replace proc_start with proc_pending.2031 (unwind_diagnostic): Check unwind.proc_pending.sym.2032 (dot_proc): Replace unwind.proc_start with unwind.proc_pending.sym.2034 (dot_endp): Replace unwind.proc_start with unwind.proc_pending.sym.2038 unwind.proc_pending.sym.