Searched refs:demangle_alloc (Results 1 – 2 of 2) sorted by relevance
2005 char *demangle_alloc = NULL; in show_line() local2009 demangle_alloc = bfd_demangle (abfd, functionname, in show_line()2014 if (demangle_alloc != NULL) in show_line()2015 printf ("%s:\n", sanitize_string (demangle_alloc)); in show_line()2020 free (demangle_alloc); in show_line()
2231 char *demangle_alloc = NULL; in show_line() local2235 demangle_alloc = bfd_demangle (abfd, functionname, in show_line()2240 if (demangle_alloc != NULL) in show_line()2241 printf ("%s:\n", sanitize_string (demangle_alloc)); in show_line()2246 free (demangle_alloc); in show_line()