Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds