Home
last modified time | relevance | path

Searched refs:work_stuff_copy_to_from (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dcplus-dem.c341 static void work_stuff_copy_to_from (struct work_stuff *, struct work_stuff *);
1252 work_stuff_copy_to_from (struct work_stuff *to, struct work_stuff *from) in work_stuff_copy_to_from() function
2660 work_stuff_copy_to_from (&work_init, work); in iterate_demangle_function()
2681 work_stuff_copy_to_from (work, &work_init); in iterate_demangle_function()
DChangeLog2262 (work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
2672 work_stuff_copy_to_from, delete_non_B_K_work_stuff,
3995 (work_stuff_copy_to_from): Cast return of xmalloc to char **.
5178 * cplus-dem.c (work_stuff_copy_to_from): New.