Lines Matching full:pasty
4416 struct call_info *call, *pasty;
4439 pasty = find_pasted_call (sec);
4440 while (pasty != NULL)
4442 struct function_info *call_fun = pasty->fun;
4453 for (pasty = call_fun->call_list; pasty; pasty = pasty->next)
4454 if (pasty->is_pasted)
4463 pasty = NULL;
4470 BFD_ASSERT (pasty == NULL);
4471 pasty = call;
4478 while (pasty != NULL)
4480 struct function_info *call_fun = pasty->fun;
4481 pasty = NULL;
4485 BFD_ASSERT (pasty == NULL);
4486 pasty = call;