Home | History | Annotate | Download | only in bfd

Lines Matching defs:pasty

4443 	  struct call_info *call, *pasty;
4466 pasty = find_pasted_call (sec);
4467 while (pasty != NULL)
4469 struct function_info *call_fun = pasty->fun;
4480 for (pasty = call_fun->call_list; pasty; pasty = pasty->next)
4481 if (pasty->is_pasted)
4490 pasty = NULL;
4497 BFD_ASSERT (pasty == NULL);
4498 pasty = call;
4505 while (pasty != NULL)
4507 struct function_info *call_fun = pasty->fun;
4508 pasty = NULL;
4512 BFD_ASSERT (pasty == NULL);
4513 pasty = call;