Home | History | Annotate | Download | only in bfd

Lines Matching defs:pasty

4439 	  struct call_info *call, *pasty;
4462 pasty = find_pasted_call (sec);
4463 while (pasty != NULL)
4465 struct function_info *call_fun = pasty->fun;
4476 for (pasty = call_fun->call_list; pasty; pasty = pasty->next)
4477 if (pasty->is_pasted)
4486 pasty = NULL;
4493 BFD_ASSERT (pasty == NULL);
4494 pasty = call;
4501 while (pasty != NULL)
4503 struct function_info *call_fun = pasty->fun;
4504 pasty = NULL;
4508 BFD_ASSERT (pasty == NULL);
4509 pasty = call;