Searched refs:cppfilt (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Ddecode_stacktrace.sh13 cppfilt=llvm-cxxfilt
15 cppfilt=c++filt
208 if [[ $name =~ ^_R && $cppfilt != "" ]] ; then
209 name=$("$cppfilt" "$cppfilt_opts" "$name")

Completed in 113 milliseconds