HomeSort by: relevance | last modified time | path
    Searched defs:pasty (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 4443 struct call_info *call, *pasty; local
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
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 4443 struct call_info *call, *pasty; local
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
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 4439 struct call_info *call, *pasty; local
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
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 4443 struct call_info *call, *pasty; local
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
    [all...]

Completed in 23 milliseconds